Skip to content

Commit ab4e0e1

Browse files
ajaykathatclaudiubeznea
authored andcommitted
staging: wilc1000: remove label from examples in DT binding documentation
Remove labels and not relevant property from DT binding documentation examples as suggested in [1]. 1. https://patchwork.ozlabs.org/patch/1252837 Signed-off-by: Ajay Singh <ajay.kathat@microchip.com> Link: https://lore.kernel.org/r/20200325164234.14146-1-ajay.kathat@microchip.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent e90b972 commit ab4e0e1

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

drivers/staging/wilc1000/microchip,wilc1000.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ required:
3636

3737
examples:
3838
- |
39-
spi1: spi@fc018000 {
39+
spi {
4040
#address-cells = <1>;
4141
#size-cells = <0>;
42-
cs-gpios = <&pioB 21 0>;
4342
wifi@0 {
4443
compatible = "microchip,wilc1000";
4544
spi-max-frequency = <48000000>;
@@ -52,7 +51,7 @@ examples:
5251
};
5352
5453
- |
55-
mmc1: mmc@fc000000 {
54+
mmc {
5655
#address-cells = <1>;
5756
#size-cells = <0>;
5857
pinctrl-names = "default";

0 commit comments

Comments
 (0)