[RFC 6/8] ARM: socfpga: dts: Add LED framework to A10-SR GPIO
From: <hidden>
Date: 2016-03-29 19:13:09
Also in:
linux-gpio, linux-hwmon
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: <hidden>
Date: 2016-03-29 19:13:09
Also in:
linux-gpio, linux-hwmon
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Thor Thayer <redacted> Add the LED framework to the Arria10 System Resource chip GPIO hooks. Signed-off-by: Thor Thayer <redacted> --- arch/arm/boot/dts/socfpga_arria10_socdk.dtsi | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+)
diff --git a/arch/arm/boot/dts/socfpga_arria10_socdk.dtsi b/arch/arm/boot/dts/socfpga_arria10_socdk.dtsi
index 095fd72..fc0b7a0 100644
--- a/arch/arm/boot/dts/socfpga_arria10_socdk.dtsi
+++ b/arch/arm/boot/dts/socfpga_arria10_socdk.dtsi@@ -31,6 +31,30 @@ reg = <0x0 0x40000000>; /* 1GB */ }; + a10_leds { + compatible = "gpio-leds"; + + a10sr_led0 { + label = "a10sr_led0"; + gpios = <&a10sr_gpio 4 1>; + }; + + a10sr_led1 { + label = "a10sr_led1"; + gpios = <&a10sr_gpio 5 1>; + }; + + a10sr_led2 { + label = "a10sr_led2"; + gpios = <&a10sr_gpio 6 1>; + }; + + a10sr_led3 { + label = "a10sr_led3"; + gpios = <&a10sr_gpio 7 1>; + }; + }; + soc { clkmgr@ffd04000 { clocks {
--
1.7.9.5
--
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