diff options
author | Ajay Singh <ajay.kathat@microchip.com> | 2020-03-25 16:42:39 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-03-26 08:37:38 +0100 |
commit | bd864252cf5c9d3af5832961662548bda01186a7 (patch) | |
tree | 70afde83d8588675b09768b57376f1e2d58efc49 /drivers/staging | |
parent | f1a49bb9c8197170a1e3f645c4e73ec7fe7ddefb (diff) | |
download | linux-next-bd864252cf5c9d3af5832961662548bda01186a7.tar.gz |
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>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/wilc1000/microchip,wilc1000.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/staging/wilc1000/microchip,wilc1000.yaml b/drivers/staging/wilc1000/microchip,wilc1000.yaml index bc6cc5d3f347..2c320eb2a8c4 100644 --- a/drivers/staging/wilc1000/microchip,wilc1000.yaml +++ b/drivers/staging/wilc1000/microchip,wilc1000.yaml @@ -36,10 +36,9 @@ required: examples: - | - spi1: spi@fc018000 { + spi { #address-cells = <1>; #size-cells = <0>; - cs-gpios = <&pioB 21 0>; wifi@0 { compatible = "microchip,wilc1000"; spi-max-frequency = <48000000>; @@ -52,7 +51,7 @@ examples: }; - | - mmc1: mmc@fc000000 { + mmc { #address-cells = <1>; #size-cells = <0>; pinctrl-names = "default"; |