diff --git a/Devices/guition-jc2432w328c/guition,jc2432w328c.dts b/Devices/guition-jc2432w328c/guition,jc2432w328c.dts index 1f70b9681..611f070ac 100644 --- a/Devices/guition-jc2432w328c/guition,jc2432w328c.dts +++ b/Devices/guition-jc2432w328c/guition,jc2432w328c.dts @@ -102,9 +102,6 @@ ledc-timer = <0>; ledc-channel = <3>; inverted; - // Default is red, and we want to reset it to off by default - default-color = <0 0 0>; - enabled; }; rgb_led_pwm { @@ -112,5 +109,8 @@ pwm-red = <&rgb_led_channel_red>; pwm-green = <&rgb_led_channel_green>; pwm-blue = <&rgb_led_channel_blue>; + // Default is red, and we want to reset it to off by default + default-color = <0 0 0>; + enabled; }; };