diff mbox

ARM: tegra: Fix misconfiguration of pin PH2 on Venice2

Message ID 1386951904-6564-1-git-send-email-treding@nvidia.com
State Accepted, archived
Headers show

Commit Message

Thierry Reding Dec. 13, 2013, 4:25 p.m. UTC
This pin needs to be configured in pull-down, non-tristate mode in order
for the backlight to work correctly.

Signed-off-by: Thierry Reding <treding@nvidia.com>
---
 arch/arm/boot/dts/tegra124-venice2.dts | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Stephen Warren Dec. 13, 2013, 5:33 p.m. UTC | #1
On 12/13/2013 09:25 AM, Thierry Reding wrote:
> This pin needs to be configured in pull-down, non-tristate mode in order
> for the backlight to work correctly.

Applied to Tegra's for-3.14/dt branch.
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/boot/dts/tegra124-venice2.dts b/arch/arm/boot/dts/tegra124-venice2.dts
index d027c48bbd67..8dbe49835c91 100644
--- a/arch/arm/boot/dts/tegra124-venice2.dts
+++ b/arch/arm/boot/dts/tegra124-venice2.dts
@@ -111,6 +111,13 @@ 
 				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
 				nvidia,tristate = <TEGRA_PIN_DISABLE>;
 			};
+			ph2 {
+				nvidia,pins = "ph2";
+				nvidia,function = "gmi";
+				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
+				nvidia,tristate = <TEGRA_PIN_DISABLE>;
+				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
+			};
 			sdmmc1_clk_pz0 {
 				nvidia,pins = "sdmmc1_clk_pz0",
 					      "sdmmc1_cmd_pz1",