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>
This commit is contained in:
Родитель
f1a49bb9c8
Коммит
bd864252cf
|
@ -36,10 +36,9 @@ required:
|
||||||
|
|
||||||
examples:
|
examples:
|
||||||
- |
|
- |
|
||||||
spi1: spi@fc018000 {
|
spi {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
cs-gpios = <&pioB 21 0>;
|
|
||||||
wifi@0 {
|
wifi@0 {
|
||||||
compatible = "microchip,wilc1000";
|
compatible = "microchip,wilc1000";
|
||||||
spi-max-frequency = <48000000>;
|
spi-max-frequency = <48000000>;
|
||||||
|
@ -52,7 +51,7 @@ examples:
|
||||||
};
|
};
|
||||||
|
|
||||||
- |
|
- |
|
||||||
mmc1: mmc@fc000000 {
|
mmc {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
|
|
Загрузка…
Ссылка в новой задаче