- move pinctrl properties - sort properties - add default-state Signed-off-by: FUKAUMI Naoki <naoki@xxxxxxxxx> --- arch/arm64/boot/dts/rockchip/rk3566-rock-3c.dts | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3566-rock-3c.dts b/arch/arm64/boot/dts/rockchip/rk3566-rock-3c.dts index f2cc086e5001..f65ac2e7943b 100644 --- a/arch/arm64/boot/dts/rockchip/rk3566-rock-3c.dts +++ b/arch/arm64/boot/dts/rockchip/rk3566-rock-3c.dts @@ -42,14 +42,15 @@ hdmi_con_in: endpoint { leds { compatible = "gpio-leds"; + pinctrl-names = "default"; + pinctrl-0 = <&user_led2>; led-0 { - gpios = <&gpio0 RK_PA0 GPIO_ACTIVE_HIGH>; - function = LED_FUNCTION_HEARTBEAT; color = <LED_COLOR_ID_BLUE>; + default-state = "on"; + function = LED_FUNCTION_HEARTBEAT; + gpios = <&gpio0 RK_PA0 GPIO_ACTIVE_HIGH>; linux,default-trigger = "heartbeat"; - pinctrl-names = "default"; - pinctrl-0 = <&user_led2>; }; }; -- 2.43.0