On Wed, Jun 19, 2019 at 08:16:43AM +0000, Fabrizio Castro wrote: > Hello Geert, > > Thank you for your feedback > > > From: linux-renesas-soc-owner@xxxxxxxxxxxxxxx <linux-renesas-soc-owner@xxxxxxxxxxxxxxx> On Behalf Of Geert Uytterhoeven > > Sent: 19 June 2019 08:34 > > Subject: Re: [PATCH] arm64: dts: renesas: hihope-common: Add LEDs support > > > > Hi Fabrizio, > > > > On Tue, Jun 18, 2019 at 5:56 PM Fabrizio Castro > > <fabrizio.castro@xxxxxxxxxxxxxx> wrote: > > > > From: linux-renesas-soc-owner@xxxxxxxxxxxxxxx <linux-renesas-soc-owner@xxxxxxxxxxxxxxx> On Behalf Of Geert Uytterhoeven > > > > Sent: 18 June 2019 16:10 > > > > Subject: Re: [PATCH] arm64: dts: renesas: hihope-common: Add LEDs support > > > > > > > > On Fri, Jun 14, 2019 at 3:17 PM Fabrizio Castro > > > > <fabrizio.castro@xxxxxxxxxxxxxx> wrote: > > > > > This patch adds LEDs support to the HiHope RZ/G2[MN] Main Board > > > > > common device tree. > > > > > > > > > > Signed-off-by: Fabrizio Castro <fabrizio.castro@xxxxxxxxxxxxxx> > > > > > > > > Thanks for your patch! > > > > > > > > > --- a/arch/arm64/boot/dts/renesas/hihope-common.dtsi > > > > > +++ b/arch/arm64/boot/dts/renesas/hihope-common.dtsi > > > > > @@ -17,6 +17,30 @@ > > > > > stdout-path = "serial0:115200n8"; > > > > > }; > > > > > > > > > > + leds { > > > > > + compatible = "gpio-leds"; > > > > > + > > > > > + led0 { > > > > > + gpios = <&gpio6 11 GPIO_ACTIVE_HIGH>; > > > > > + label = "LED0"; > > > > > > > > There's no need for a label property, if it matches the node name > > > > (applies to all four LEDs). > > > > > > I could have used the actual names on the schematic, but then I realised that > > > would not have been too helpful due to the corresponding switch names: > > > LED0 - GP6_11 - SW2202 - LED2201 > > > LED1 - GP6_12 - SW2201 - LED2202 > > > LED2 - GP6_13 - SW2203 - LED2203 > > > LED3 - GP0_00 - N/A - LED2402 > > > The first 3 LEDs are found next to the micro USB connector for the debug console, > > > the forth LED is found next to the WiFi and BT LEDs. > > > > > > I thought that using "LEDn" as labels would put a remark on the > > > "desired ordering" of the LEDs (even though there is no actual > > > requirement for that), but as you pointed out it's probably a bit > > > confusing? Do you think I should take the label out? > > > > If the LEDs don't have nice labels on the PCB, I would drop the label > > properties. > > Will do. Simon, do you want me to send an incremental patch for this (this patch > is on devel branch already) or would you rather I sent a v2? Please send an incremental patch, thanks.