ARM: tegra: colibri: Add pin muxing for on-module power I2C
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Fri, 28 Aug 2015 15:59:39 +0000 (17:59 +0200)
committerThierry Reding <treding@nvidia.com>
Tue, 15 Sep 2015 09:22:41 +0000 (11:22 +0200)
Add pin muxing for the on-module power I2C bus which connects to the
PMICs, temperature sensor and touch screen controller.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra30-colibri.dtsi

index 074123fa48cebaa50c0b874dcb0edf734b2e3680..4ddccfad8521f1ebf50f584fd04b44ae939ca4a7 100644 (file)
                                nvidia,tristate = <TEGRA_PIN_DISABLE>;
                        };
 
+                       /* Power I2C (On-module) */
+                       pwr_i2c_scl_pz6 {
+                               nvidia,pins = "pwr_i2c_scl_pz6",
+                                             "pwr_i2c_sda_pz7";
+                               nvidia,function = "i2cpwr";
+                               nvidia,pull = <TEGRA_PIN_PULL_NONE>;
+                               nvidia,tristate = <TEGRA_PIN_DISABLE>;
+                               nvidia,enable-input = <TEGRA_PIN_ENABLE>;
+                               nvidia,lock = <TEGRA_PIN_DISABLE>;
+                               nvidia,open-drain = <TEGRA_PIN_ENABLE>;
+                       };
+
                        /*
                         * THERMD_ALERT#, unlatched I2C address pin of LM95245
                         * temperature sensor therefore requires disabling for
This page took 0.025526 seconds and 5 git commands to generate.