ARM: shmobile: armadillo: dts: Add PWM backlight enable GPIO
The Armadillo 800 EVA panel module has a backlight enable signal connected to GPIO 61. Report this in the backlight DT node. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
aeb193606d
commit
a0c9efe65e
|
@ -96,6 +96,7 @@
|
||||||
pinctrl-0 = <&backlight_pins>;
|
pinctrl-0 = <&backlight_pins>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
power-supply = <®_5p0v>;
|
power-supply = <®_5p0v>;
|
||||||
|
enable-gpios = <&pfc 61 GPIO_ACTIVE_HIGH>;
|
||||||
};
|
};
|
||||||
|
|
||||||
sound {
|
sound {
|
||||||
|
|
Loading…
Reference in New Issue