From: Arne Fitzenreiter Date: Tue, 25 Jan 2022 17:04:28 +0000 (+0100) Subject: rockchip: dt: nanopi-r4s: fix led names and button X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=f158d229fed835bcf24767e497a445391cd683d0;p=people%2Fms%2Flinux.git rockchip: dt: nanopi-r4s: fix led names and button Signed-off-by: Arne Fitzenreiter --- diff --git a/arch/arm64/boot/dts/rockchip/rk3399-nanopi-r4s.dts b/arch/arm64/boot/dts/rockchip/rk3399-nanopi-r4s.dts index fe5b52610010..9125f013438d 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-nanopi-r4s.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-nanopi-r4s.dts @@ -28,18 +28,19 @@ lan_led: led-lan { gpios = <&gpio1 RK_PA1 GPIO_ACTIVE_HIGH>; - label = "green:lan"; + label = "nanopi-r4s:green:lan"; }; sys_led: led-sys { gpios = <&gpio0 RK_PB5 GPIO_ACTIVE_HIGH>; - label = "red:power"; + label = "nanopi-r4s:green:sys"; default-state = "on"; + linux,default-trigger = "heartbeat"; }; wan_led: led-wan { gpios = <&gpio1 RK_PA0 GPIO_ACTIVE_HIGH>; - label = "green:wan"; + label = "nanopi-r4s:green:wan"; }; }; @@ -51,8 +52,8 @@ key-reset { debounce-interval = <50>; gpios = <&gpio1 RK_PC6 GPIO_ACTIVE_LOW>; - label = "reset"; - linux,code = ; + label = "power"; + linux,code = ; }; };