aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-02-28 11:40:28 -0500
committerStephen Warren <swarren@nvidia.com>2014-02-28 12:23:47 -0500
commitfdc44f9491cda0607b9c4b2ddb95bd742418635e (patch)
tree0b5456051bad0ab94bed64f6d0240ec5275fd7e1
parent4b3566080e09dad665b3208c31136a356493fe62 (diff)
ARM: tegra: Rename as3722 node to pmic
Device tree node name should reflect the kind of device rather than the specific name of the device. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
-rw-r--r--arch/arm/boot/dts/tegra124-venice2.dts10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/tegra124-venice2.dts b/arch/arm/boot/dts/tegra124-venice2.dts
index 8c36e4c47871..1ad686154286 100644
--- a/arch/arm/boot/dts/tegra124-venice2.dts
+++ b/arch/arm/boot/dts/tegra124-venice2.dts
@@ -8,7 +8,7 @@
8 compatible = "nvidia,venice2", "nvidia,tegra124"; 8 compatible = "nvidia,venice2", "nvidia,tegra124";
9 9
10 aliases { 10 aliases {
11 rtc0 = "/i2c@7000d000/as3722@40"; 11 rtc0 = "/i2c@7000d000/pmic@40";
12 rtc1 = "/rtc@7000e000"; 12 rtc1 = "/rtc@7000e000";
13 }; 13 };
14 14
@@ -617,7 +617,7 @@
617 status = "okay"; 617 status = "okay";
618 clock-frequency = <400000>; 618 clock-frequency = <400000>;
619 619
620 as3722: as3722@40 { 620 pmic: pmic@40 {
621 compatible = "ams,as3722"; 621 compatible = "ams,as3722";
622 reg = <0x40>; 622 reg = <0x40>;
623 interrupts = <0 86 IRQ_TYPE_LEVEL_HIGH>; 623 interrupts = <0 86 IRQ_TYPE_LEVEL_HIGH>;
@@ -1067,7 +1067,7 @@
1067 regulator-name = "+3.3V_RUN"; 1067 regulator-name = "+3.3V_RUN";
1068 regulator-min-microvolt = <3300000>; 1068 regulator-min-microvolt = <3300000>;
1069 regulator-max-microvolt = <3300000>; 1069 regulator-max-microvolt = <3300000>;
1070 gpio = <&as3722 1 GPIO_ACTIVE_HIGH>; 1070 gpio = <&pmic 1 GPIO_ACTIVE_HIGH>;
1071 enable-active-high; 1071 enable-active-high;
1072 vin-supply = <&vdd_3v3_sys>; 1072 vin-supply = <&vdd_3v3_sys>;
1073 }; 1073 };
@@ -1132,7 +1132,7 @@
1132 regulator-name = "+3.3V_PANEL"; 1132 regulator-name = "+3.3V_PANEL";
1133 regulator-min-microvolt = <3300000>; 1133 regulator-min-microvolt = <3300000>;
1134 regulator-max-microvolt = <3300000>; 1134 regulator-max-microvolt = <3300000>;
1135 gpio = <&as3722 4 GPIO_ACTIVE_HIGH>; 1135 gpio = <&pmic 4 GPIO_ACTIVE_HIGH>;
1136 enable-active-high; 1136 enable-active-high;
1137 vin-supply = <&vdd_3v3_run>; 1137 vin-supply = <&vdd_3v3_run>;
1138 }; 1138 };
@@ -1148,7 +1148,7 @@
1148 * controllers so that it can be enabled on demand. 1148 * controllers so that it can be enabled on demand.
1149 */ 1149 */
1150 regulator-always-on; 1150 regulator-always-on;
1151 gpio = <&as3722 2 GPIO_ACTIVE_HIGH>; 1151 gpio = <&pmic 2 GPIO_ACTIVE_HIGH>;
1152 enable-active-high; 1152 enable-active-high;
1153 vin-supply = <&vdd_3v3_sys>; 1153 vin-supply = <&vdd_3v3_sys>;
1154 }; 1154 };