From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Mon, 10 Nov 2014 01:12:14 +0000 Subject: Re: [PATCH 2/2] ARM: shmobile: kzm9g-reference dts: Add labels for the LEDs Message-Id: <20141110011213.GM16836@verge.net.au> List-Id: References: <1385428879-26849-3-git-send-email-laurent.pinchart+renesas@ideasonboard.com> In-Reply-To: <1385428879-26849-3-git-send-email-laurent.pinchart+renesas@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org On Thu, Nov 06, 2014 at 01:49:59PM +0100, Geert Uytterhoeven wrote: > The LEDs on the kzm9g board are labeled using upper-case characters. > > Signed-off-by: Geert Uytterhoeven Thanks, I have queued this up. > --- > arch/arm/boot/dts/sh73a0-kzm9g-reference.dts | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts > index 8c913d9b18241a16..0a34c90105e9fcd6 100644 > --- a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts > +++ b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts > @@ -101,15 +101,19 @@ > compatible = "gpio-leds"; > led1 { > gpios = <&pfc 20 GPIO_ACTIVE_LOW>; > + label = "LED1"; > }; > led2 { > gpios = <&pfc 21 GPIO_ACTIVE_LOW>; > + label = "LED2"; > }; > led3 { > gpios = <&pfc 22 GPIO_ACTIVE_LOW>; > + label = "LED3"; > }; > led4 { > gpios = <&pfc 23 GPIO_ACTIVE_LOW>; > + label = "LED4"; > }; > }; > > -- > 1.9.1 >