[PATCH v3 13/16] arm64: dts: add LED nodes for hi6220-hikey

2016-04-05 Thread Guodong Xu
Signed-off-by: Guodong Xu 
---
 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 41 ++
 1 file changed, 41 insertions(+)

diff --git a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts 
b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
index c4f560a..28bc646 100644
--- a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
+++ b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
@@ -63,6 +63,47 @@
status = "ok";
};
};
+
+   leds {
+   compatible = "gpio-leds";
+   user_led4 {
+   label = "user_led4";
+   gpios = < 0 0>; /* <_user_led_1>; */
+   linux,default-trigger = "heartbeat";
+   };
+
+   user_led3 {
+   label = "user_led3";
+   gpios = < 1 0>; /* <_user_led_2>; */
+   linux,default-trigger = "mmc0";
+   };
+
+   user_led2 {
+   label = "user_led2";
+   gpios = < 2 0>; /* <_user_led_3>; */
+   linux,default-trigger = "mmc1";
+   };
+
+   user_led1 {
+   label = "user_led1";
+   gpios = < 3 0>; /* <_user_led_4>; */
+   linux,default-trigger = "cpu0";
+   };
+
+   wlan_active_led {
+   label = "wifi_active";
+   gpios = < 5 0>; /* <_wlan_active_led>; */
+   linux,default-trigger = "phy0tx";
+   default-state = "off";
+   };
+
+   bt_active_led {
+   label = "bt_active";
+   gpios = < 7 0>; /* <_bt_active_led>; */
+   linux,default-trigger = "hci0rx";
+   default-state = "off";
+   };
+   };
 };
 
  {
-- 
1.9.1



[PATCH v3 13/16] arm64: dts: add LED nodes for hi6220-hikey

2016-04-05 Thread Guodong Xu
Signed-off-by: Guodong Xu 
---
 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 41 ++
 1 file changed, 41 insertions(+)

diff --git a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts 
b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
index c4f560a..28bc646 100644
--- a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
+++ b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
@@ -63,6 +63,47 @@
status = "ok";
};
};
+
+   leds {
+   compatible = "gpio-leds";
+   user_led4 {
+   label = "user_led4";
+   gpios = < 0 0>; /* <_user_led_1>; */
+   linux,default-trigger = "heartbeat";
+   };
+
+   user_led3 {
+   label = "user_led3";
+   gpios = < 1 0>; /* <_user_led_2>; */
+   linux,default-trigger = "mmc0";
+   };
+
+   user_led2 {
+   label = "user_led2";
+   gpios = < 2 0>; /* <_user_led_3>; */
+   linux,default-trigger = "mmc1";
+   };
+
+   user_led1 {
+   label = "user_led1";
+   gpios = < 3 0>; /* <_user_led_4>; */
+   linux,default-trigger = "cpu0";
+   };
+
+   wlan_active_led {
+   label = "wifi_active";
+   gpios = < 5 0>; /* <_wlan_active_led>; */
+   linux,default-trigger = "phy0tx";
+   default-state = "off";
+   };
+
+   bt_active_led {
+   label = "bt_active";
+   gpios = < 7 0>; /* <_bt_active_led>; */
+   linux,default-trigger = "hci0rx";
+   default-state = "off";
+   };
+   };
 };
 
  {
-- 
1.9.1