Skip to content
Snippets Groups Projects
Commit a0c9efe6 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Simon Horman
Browse files

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: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent aeb19360
No related branches found
No related tags found
No related merge requests found
...@@ -96,6 +96,7 @@ ...@@ -96,6 +96,7 @@
pinctrl-0 = <&backlight_pins>; pinctrl-0 = <&backlight_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
power-supply = <&reg_5p0v>; power-supply = <&reg_5p0v>;
enable-gpios = <&pfc 61 GPIO_ACTIVE_HIGH>;
}; };
sound { sound {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment