diff options
author | Thierry Reding <treding@nvidia.com> | 2014-04-25 19:44:51 +0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2014-04-28 19:57:42 +0400 |
commit | 87ab35330c899f5ef3e11fe7d0fc463634f808cb (patch) | |
tree | ad0fa7dc8059586d077a77a0a3f600bd48b39c65 /arch/arm/boot/dts/tegra114-dalmore.dts | |
parent | 4adb123d335ecfc0da304585b3b5a4582f9db5dd (diff) | |
download | linux-87ab35330c899f5ef3e11fe7d0fc463634f808cb.tar.xz |
ARM: tegra: dalmore - Add DSI power supply
The 1.2V supply for CSI and DSI was previously marked always-on. This is
suboptimal because it prevents the supply from being disabled when there
is no activity in the display or capture paths that it powers.
Hook up the regulator to the DSI output and mark it as not always-on, so
that it will only be enabled when DSI actually needs it.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra114-dalmore.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra114-dalmore.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts b/arch/arm/boot/dts/tegra114-dalmore.dts index a95a75145a96..35a2ee71a970 100644 --- a/arch/arm/boot/dts/tegra114-dalmore.dts +++ b/arch/arm/boot/dts/tegra114-dalmore.dts @@ -37,6 +37,8 @@ dsi@54300000 { status = "okay"; + avdd-dsi-csi-supply = <&avdd_1v2_reg>; + panel@0 { compatible = "panasonic,vvx10f004b00", "simple-panel"; @@ -983,12 +985,10 @@ regulator-max-microvolt = <2800000>; }; - ldo3 { + avdd_1v2_reg: ldo3 { regulator-name = "avdd-dsi-csi"; regulator-min-microvolt = <1200000>; regulator-max-microvolt = <1200000>; - regulator-always-on; - regulator-boot-on; }; ldo4 { |