Re: [PATCH v4 1/4] arm64: dts: h3ulcb: enable GPIO leds
From: Sergei Shtylyov <hidden>
Date: 2016-09-02 16:28:30
Also in:
linux-renesas-soc
Hello. On 09/02/2016 03:05 PM, Vladimir Barinov wrote:
quoted hunk
This supports GPIO leds on H3ULCB board Signed-off-by: Vladimir Barinov <vladimir.barinov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org> Reviewed-by: Geert Uytterhoeven <redacted> --- Changes in version 3: - initially added Changes in version 4: - removed led4 in favor of gpio-keys - added label arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts | 13 +++++++++++++ 1 file changed, 13 insertions(+)diff --git a/arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts b/arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts index fb694b8..3329f78 100644 --- a/arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts +++ b/arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts@@ -31,6 +31,19 @@ /* first 128MB is reserved for secure area. */ reg = <0x0 0x48000000 0x0 0x38000000>; }; + + leds { + compatible = "gpio-leds"; + + led5 { + label = "LED5";
Do we need the "label" prop? Based on the feedback to my former LED
patches, no?
+ gpios = <&gpio6 12 GPIO_ACTIVE_HIGH>;
+ };
+ led6 {
+ label = "LED6";
+ gpios = <&gpio6 13 GPIO_ACTIVE_HIGH>;
+ };
+ };
};
&extal_clk {MBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html