From 6077ae5ff04fda5fc58ca71371c3457d67eb354b Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Thu, 6 Feb 2014 16:53:27 +0530 Subject: ARM: tegra: remove min/max voltage setting of PM359 pmic default There are some rails from PMIC which has the default voltage matching with the Tegra SOC. On this case, it is not require to provide the min/max voltage value of that rail. The regulator framework read the value from pmic register and update the required interface accordingly. bug 1452030 Change-Id: Iaac827f236831315734d779b40c89ae24486c4d4 Signed-off-by: Laxman Dewangan Reviewed-on: http://git-master/r/365856 --- arch/arm/boot/dts/tegra124-platforms/tegra124-pm359-pmic.dtsi | 8 -------- 1 file changed, 8 deletions(-) (limited to 'arch/arm/boot/dts/tegra124-platforms/tegra124-pm359-pmic.dtsi') diff --git a/arch/arm/boot/dts/tegra124-platforms/tegra124-pm359-pmic.dtsi b/arch/arm/boot/dts/tegra124-platforms/tegra124-pm359-pmic.dtsi index 3ac5437e4f7c..e0d21e8a92e7 100644 --- a/arch/arm/boot/dts/tegra124-platforms/tegra124-pm359-pmic.dtsi +++ b/arch/arm/boot/dts/tegra124-platforms/tegra124-pm359-pmic.dtsi @@ -91,8 +91,6 @@ as3722_sd2: sd2 { regulator-name = "vddio-ddr"; - regulator-min-microvolt = <1350000>; - regulator-max-microvolt = <1350000>; regulator-always-on; regulator-boot-on; @@ -156,8 +154,6 @@ as3722_sd5: sd5 { regulator-name = "vdd-1v8"; - regulator-min-microvolt = <1800000>; - regulator-max-microvolt = <1800000>; regulator-always-on; regulator-boot-on; @@ -233,8 +229,6 @@ as3722_ldo0: ldo0 { regulator-name = "avdd-pll"; - regulator-min-microvolt = <1050000>; - regulator-max-microvolt = <1250000>; regulator-always-on; regulator-boot-on; ams,ext-control = <1>; @@ -301,8 +295,6 @@ as3722_ldo2: ldo2 { regulator-name = "avdd-dsi-csi"; - regulator-min-microvolt = <1200000>; - regulator-max-microvolt = <1200000>; regulator-boot-on; consumers { -- cgit v1.2.3