Message ID | 20200325164234.14146-1-ajay.kathat@microchip.com (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Johannes Berg |
Headers | show |
Series | staging: wilc1000: remove label from examples in DT binding documentation | expand |
<Ajay.Kathat@microchip.com> writes: > From: Ajay Singh <ajay.kathat@microchip.com> > > Remove labels and not relevant property from DT binding documentation > examples as suggested in [1]. > > 1. https://patchwork.ozlabs.org/patch/1252837 Just a nitpick but patchwork links are not that reliable in the long run. Instead using a lore link is better as the message id is visible directly from the URL.
Hi Kalle, On 26/03/20 1:15 pm, Kalle Valo wrote: > > <Ajay.Kathat@microchip.com> writes: > >> From: Ajay Singh <ajay.kathat@microchip.com> >> >> Remove labels and not relevant property from DT binding documentation >> examples as suggested in [1]. >> >> 1. https://patchwork.ozlabs.org/patch/1252837 > > Just a nitpick but patchwork links are not that reliable in the long > run. Instead using a lore link is better as the message id is visible > directly from the URL. > Sure. I will make use of lore link for future patches as this patch is already applied. Regards, Ajay
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";