Re: [PATCH] staging: wilc1000: remove label from examples in DT binding documentation

2020-03-26 Thread Ajay.Kathat
Hi Kalle,

On 26/03/20 1:15 pm, Kalle Valo wrote:
> 
>  writes:
> 
>> From: Ajay Singh 
>>
>> 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
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


Re: [PATCH] staging: wilc1000: remove label from examples in DT binding documentation

2020-03-26 Thread Kalle Valo
 writes:

> From: Ajay Singh 
>
> 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.

-- 
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[PATCH] staging: wilc1000: remove label from examples in DT binding documentation

2020-03-25 Thread Ajay.Kathat
From: Ajay Singh 

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 
---
 drivers/staging/wilc1000/microchip,wilc1000.yaml | 5 ++---
 1 file 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 = < 21 0>;
   wifi@0 {
 compatible = "microchip,wilc1000";
 spi-max-frequency = <4800>;
@@ -52,7 +51,7 @@ examples:
 };
 
   - |
-mmc1: mmc@fc00 {
+mmc {
   #address-cells = <1>;
   #size-cells = <0>;
   pinctrl-names = "default";
-- 
2.24.0
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel