Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
[linux-2.6-microblaze.git] / arch / arm / boot / dts / at91-kizbox2-common.dtsi
index 25f7610..c08834d 100644 (file)
                };
        };
 
-       pwm_leds {
+       led-controller {
                compatible = "pwm-leds";
 
-               blue {
+               led-1 {
                        label = "pwm:blue:user";
                        pwms = <&pwm0 2 10000000 0>;
                        max-brightness = <255>;
                        linux,default-trigger = "none";
                };
 
-               green {
+               led-2 {
                        label = "pwm:green:user";
                        pwms = <&pwm0 1 10000000 0>;
                        max-brightness = <255>;
                        linux,default-trigger = "default-on";
                };
 
-               red {
+               led-3 {
                        label = "pwm:red:user";
                        pwms = <&pwm0 0 10000000 0>;
                        max-brightness = <255>;