From: Thor Thayer <[email protected]>

Add the LED framework to the Arria10 System Resource chip GPIO hooks.

Signed-off-by: Thor Thayer <[email protected]>
---
 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 linux-hwmon" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to