From mboxrd@z Thu Jan 1 00:00:00 1970 From: jacopo@jmondi.org (jacopo mondi) Date: Sun, 1 Oct 2017 19:36:14 +0200 Subject: [PATCH 22/48] ARM: dts: gr-peach: Add user led device nodes In-Reply-To: References: Message-ID: <20171001173614.GB4037@w540> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Seregei, On Sat, Sep 30, 2017 at 01:36:18PM +0300, Sergei Shtylyov wrote: > Hello! > > On 9/29/2017 2:53 PM, Simon Horman wrote: > > >From: Jacopo Mondi > > > >Add device nodes for user leds on gr-peach board. > > > >Signed-off-by: Jacopo Mondi > >Reviewed-by: Geert Uytterhoeven > >Signed-off-by: Simon Horman > >--- > > arch/arm/boot/dts/r7s72100-gr-peach.dts | 10 ++++++++++ > > 1 file changed, 10 insertions(+) > > > >diff --git a/arch/arm/boot/dts/r7s72100-gr-peach.dts b/arch/arm/boot/dts/r7s72100-gr-peach.dts > >index bcfa6445bbaa..13d745bb56a5 100644 > >--- a/arch/arm/boot/dts/r7s72100-gr-peach.dts > >+++ b/arch/arm/boot/dts/r7s72100-gr-peach.dts > [...] > >@@ -51,6 +52,15 @@ > > reg = <0x00600000 0x00200000>; > > }; > > }; > >+ > >+leds { > > Not indented properly... Thanks! Simon, as you sent pull request already, will we need a patch on top of this to fix it? Thanks j > > >+ status = "okay"; > >+ compatible = "gpio-leds"; > >+ > >+ led1 { > >+ gpios = <&port6 12 GPIO_ACTIVE_HIGH>; > >+ }; > >+ }; > > }; > > &pinctrl { > > MBR, Sergei