mirror of https://gitee.com/openkylin/linux.git
arm64: dts: hisilicon: hi3660-hikey960: Allow USR4 LED to notify kernel panic
Blink the LED on a kernel panic. Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org> Acked-by: Guodong Xu <guodong.xu@linaro.org> Tested-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
95444f90f4
commit
5d4afa732e
|
@ -109,6 +109,7 @@ user_led4 {
|
|||
label = "user_led4";
|
||||
/* gpio_190_user_led4 */
|
||||
gpios = <&gpio23 6 0>;
|
||||
panic-indicator;
|
||||
linux,default-trigger = "cpu0";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue