ARM: dts: imx6qdl-vicut1/vicutgo: Rename backlight to backlight_lcd

We have two backlight sources on this boards. Use more specific name for
the LCD backlight to see the difference.

Signed-off-by: David Jander <david@protonic.nl>
Signed-off-by: Robin van der Gracht <robin@protonic.nl>
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
David Jander
2022-02-21 10:53:06 +01:00
committed by Shawn Guo
parent e931a6f796
commit 156a722b39
2 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ chosen {
stdout-path = &uart4;
};
backlight: backlight {
backlight_lcd: backlight {
compatible = "pwm-backlight";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_backlight>;
@@ -100,7 +100,7 @@ led-2 {
panel {
compatible = "kyo,tcg121xglp";
backlight = <&backlight>;
backlight = <&backlight_lcd>;
power-supply = <&reg_3v3>;
port {

View File

@@ -16,7 +16,7 @@ chosen {
stdout-path = &uart4;
};
backlight: backlight {
backlight_lcd: backlight {
compatible = "pwm-backlight";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_backlight>;
@@ -102,7 +102,7 @@ led-2 {
panel {
compatible = "kyo,tcg121xglp";
backlight = <&backlight>;
backlight = <&backlight_lcd>;
power-supply = <&reg_3v3>;
port {