]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
ARM: dts: imx6qdl-vicut1.dtsi: Fix node name backlight_led
authorDavid Jander <david@protonic.nl>
Tue, 26 Jul 2022 12:32:22 +0000 (14:32 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sun, 21 Aug 2022 12:21:57 +0000 (20:21 +0800)
This naming error slipped through, so now that a new backlight node has
been added with correct spelling, fix this one also.

Fixes: 98efa526a0c4 ("ARM: dts: imx6qdl-vicut1/vicutgo: Add backlight_led node")
Signed-off-by: David Jander <david@protonic.nl>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-vicut1.dtsi

index a1676b5d2980fbd6c466ac00edc629f36bb1962f..c5a98b0110dd3eb94945f27c942160da89795f26 100644 (file)
@@ -28,7 +28,7 @@
                enable-gpios = <&gpio4 28 GPIO_ACTIVE_HIGH>;
        };
 
-       backlight_led: backlight_led {
+       backlight_led: backlight-led {
                compatible = "pwm-backlight";
                pwms = <&pwm3 0 5000000 0>;
                brightness-levels = <0 16 64 255>;