Commit bd864252 authored by Ajay Singh's avatar Ajay Singh Committed by Greg Kroah-Hartman
Browse files

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: default avatarAjay Singh <ajay.kathat@microchip.com>
Link: https://lore.kernel.org/r/20200325164234.14146-1-ajay.kathat@microchip.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f1a49bb9
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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";