Commit b6fff603 authored by Amit Kucheria's avatar Amit Kucheria Committed by Arnd Bergmann

arm64: dts: hisilicon: hi6220-hikey: Allow USR1 LED to notify kernel panic

Blink the LED on a kernel panic.
Signed-off-by: default avatarAmit Kucheria <amit.kucheria@linaro.org>
Acked-by: default avatarGuodong Xu <guodong.xu@linaro.org>
Acked-by: default avatarManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 5d4afa73
...@@ -359,6 +359,7 @@ user_led2 { ...@@ -359,6 +359,7 @@ user_led2 {
user_led1 { user_led1 {
label = "user_led1"; label = "user_led1";
gpios = <&gpio4 3 0>; /* <&gpio_user_led_4>; */ gpios = <&gpio4 3 0>; /* <&gpio_user_led_4>; */
panic-indicator;
linux,default-trigger = "cpu0"; linux,default-trigger = "cpu0";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment