Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6qdl-vicut1.dtsi: Fix node name backlight_led

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>

authored by

David Jander and committed by
Shawn Guo
83c75e1b 8eaac789

+1 -1
+1 -1
arch/arm/boot/dts/imx6qdl-vicut1.dtsi
··· 28 28 enable-gpios = <&gpio4 28 GPIO_ACTIVE_HIGH>; 29 29 }; 30 30 31 - backlight_led: backlight_led { 31 + backlight_led: backlight-led { 32 32 compatible = "pwm-backlight"; 33 33 pwms = <&pwm3 0 5000000 0>; 34 34 brightness-levels = <0 16 64 255>;