mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 22:22:08 +02: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:
parent
e931a6f796
commit
156a722b39
|
|
@ -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 = <®_3v3>;
|
||||
|
||||
port {
|
||||
|
|
|
|||
|
|
@ -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 = <®_3v3>;
|
||||
|
||||
port {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user