- remove label - cosmetic change Signed-off-by: FUKAUMI Naoki <naoki@xxxxxxxxx> --- arch/arm64/boot/dts/rockchip/rk3308-rock-pi-s.dts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3308-rock-pi-s.dts b/arch/arm64/boot/dts/rockchip/rk3308-rock-pi-s.dts index 62d18ca769a1..504054f9723e 100644 --- a/arch/arm64/boot/dts/rockchip/rk3308-rock-pi-s.dts +++ b/arch/arm64/boot/dts/rockchip/rk3308-rock-pi-s.dts @@ -27,14 +27,13 @@ chosen { leds { compatible = "gpio-leds"; pinctrl-names = "default"; - pinctrl-0 = <&green_led>, <&heartbeat_led>; + pinctrl-0 = <&green_led &heartbeat_led>; green-led { color = <LED_COLOR_ID_GREEN>; default-state = "on"; function = LED_FUNCTION_POWER; gpios = <&gpio0 RK_PA6 GPIO_ACTIVE_HIGH>; - label = "rockpis:green:power"; linux,default-trigger = "default-on"; }; @@ -43,7 +42,6 @@ blue-led { default-state = "on"; function = LED_FUNCTION_HEARTBEAT; gpios = <&gpio0 RK_PA5 GPIO_ACTIVE_HIGH>; - label = "rockpis:blue:user"; linux,default-trigger = "heartbeat"; }; }; -- 2.43.0