mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
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:
@@ -21,7 +21,7 @@
|
||||
stdout-path = &uart4;
|
||||
};
|
||||
|
||||
backlight: backlight {
|
||||
backlight_lcd: backlight {
|
||||
compatible = "pwm-backlight";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_backlight>;
|
||||
@@ -100,7 +100,7 @@
|
||||
|
||||
panel {
|
||||
compatible = "kyo,tcg121xglp";
|
||||
backlight = <&backlight>;
|
||||
backlight = <&backlight_lcd>;
|
||||
power-supply = <®_3v3>;
|
||||
|
||||
port {
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
stdout-path = &uart4;
|
||||
};
|
||||
|
||||
backlight: backlight {
|
||||
backlight_lcd: backlight {
|
||||
compatible = "pwm-backlight";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_backlight>;
|
||||
@@ -102,7 +102,7 @@
|
||||
|
||||
panel {
|
||||
compatible = "kyo,tcg121xglp";
|
||||
backlight = <&backlight>;
|
||||
backlight = <&backlight_lcd>;
|
||||
power-supply = <®_3v3>;
|
||||
|
||||
port {
|
||||
|
||||
Reference in New Issue
Block a user