Skip to content
Snippets Groups Projects
Commit 2dc81b97 authored by Gianfranco Mariotti's avatar Gianfranco Mariotti Committed by Yuri Mazzuoli
Browse files

[A75][DTS] fix lvds panel and backlight pinctrl

- fix panel_on gpio
- fix backlight enable gpio (default pull down)
- fix pwm1 pincntrl (default pull down)
parent ff72f550
No related branches found
No related tags found
Loading
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
regulator-name = "reg_panel_on"; regulator-name = "reg_panel_on";
regulator-min-microvolt = <3300000>; regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>; regulator-max-microvolt = <3300000>;
gpio = <&gpio1 2 0>; gpio = <&gpio1 4 0>;
enable-active-high; enable-active-high;
regulator-boot-on; regulator-boot-on;
regulator-always-on; regulator-always-on;
...@@ -158,7 +158,7 @@ ...@@ -158,7 +158,7 @@
240 244 248 252 255 240 244 248 252 255
>; >;
default-brightness-level = <64>; default-brightness-level = <64>;
enable-gpios = <&gpio1 4 0>; enable-gpios = <&gpio6 11 0>;
status = "disabled"; status = "disabled";
}; };
...@@ -726,6 +726,9 @@ ...@@ -726,6 +726,9 @@
MX6QDL_PAD_EIM_WAIT__GPIO5_IO00 0x1f041 MX6QDL_PAD_EIM_WAIT__GPIO5_IO00 0x1f041
MX6QDL_PAD_EIM_EB0__GPIO2_IO28 0x1f041 MX6QDL_PAD_EIM_EB0__GPIO2_IO28 0x1f041
MX6QDL_PAD_EIM_EB1__GPIO2_IO29 0x1f041 MX6QDL_PAD_EIM_EB1__GPIO2_IO29 0x1f041
/* backlight enable */
MX6QDL_PAD_NANDF_CS0__GPIO6_IO11 0x130b0
>; >;
}; };
...@@ -910,7 +913,7 @@ ...@@ -910,7 +913,7 @@
/* Backlight */ /* Backlight */
pinctrl_pwm1: pwm1grp { pinctrl_pwm1: pwm1grp {
fsl,pins = < fsl,pins = <
MX6QDL_PAD_GPIO_9__PWM1_OUT 0x1b0b1 MX6QDL_PAD_GPIO_9__PWM1_OUT 0x130b0
>; >;
}; };
......
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