Skip to content

Commit

Permalink
ARM: dts: imx6qdl-vicut1.dtsi: Fix node name backlight_led
Browse files Browse the repository at this point in the history
[ Upstream commit 83c75e1 ]

This naming error slipped through, so now that a new backlight node has
been added with correct spelling, fix this one also.

Fixes: 98efa52 ("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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
yope authored and gregkh committed Sep 15, 2022
1 parent 6f3deed commit 8b21a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx6qdl-vicut1.dtsi
Expand Up @@ -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>;
Expand Down

0 comments on commit 8b21a2a

Please sign in to comment.