Commit c21dbcfe authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Krzysztof Kozlowski

ARM: dts: Remove regulator-compatible usage in exynos4412-trats2

The regulator-compatible property from the regulator DT binding was
deprecated and the correct approach is to use the node's name.

This patch has no functional changes but by not using a deprecated
property, new DTS based on this one will not carry the same issue.
Signed-off-by: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
parent c5185068
...@@ -564,16 +564,14 @@ max77686: max77686_pmic@09 { ...@@ -564,16 +564,14 @@ max77686: max77686_pmic@09 {
#clock-cells = <1>; #clock-cells = <1>;
voltage-regulators { voltage-regulators {
ldo1_reg: ldo1 { ldo1_reg: LDO1 {
regulator-compatible = "LDO1";
regulator-name = "VALIVE_1.0V_AP"; regulator-name = "VALIVE_1.0V_AP";
regulator-min-microvolt = <1000000>; regulator-min-microvolt = <1000000>;
regulator-max-microvolt = <1000000>; regulator-max-microvolt = <1000000>;
regulator-always-on; regulator-always-on;
}; };
ldo2_reg: ldo2 { ldo2_reg: LDO2 {
regulator-compatible = "LDO2";
regulator-name = "VM1M2_1.2V_AP"; regulator-name = "VM1M2_1.2V_AP";
regulator-min-microvolt = <1200000>; regulator-min-microvolt = <1200000>;
regulator-max-microvolt = <1200000>; regulator-max-microvolt = <1200000>;
...@@ -583,32 +581,28 @@ regulator-state-mem { ...@@ -583,32 +581,28 @@ regulator-state-mem {
}; };
}; };
ldo3_reg: ldo3 { ldo3_reg: LDO3 {
regulator-compatible = "LDO3";
regulator-name = "VCC_1.8V_AP"; regulator-name = "VCC_1.8V_AP";
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>; regulator-max-microvolt = <1800000>;
regulator-always-on; regulator-always-on;
}; };
ldo4_reg: ldo4 { ldo4_reg: LDO4 {
regulator-compatible = "LDO4";
regulator-name = "VCC_2.8V_AP"; regulator-name = "VCC_2.8V_AP";
regulator-min-microvolt = <2800000>; regulator-min-microvolt = <2800000>;
regulator-max-microvolt = <2800000>; regulator-max-microvolt = <2800000>;
regulator-always-on; regulator-always-on;
}; };
ldo5_reg: ldo5 { ldo5_reg: LDO5 {
regulator-compatible = "LDO5";
regulator-name = "VCC_1.8V_IO"; regulator-name = "VCC_1.8V_IO";
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>; regulator-max-microvolt = <1800000>;
regulator-always-on; regulator-always-on;
}; };
ldo6_reg: ldo6 { ldo6_reg: LDO6 {
regulator-compatible = "LDO6";
regulator-name = "VMPLL_1.0V_AP"; regulator-name = "VMPLL_1.0V_AP";
regulator-min-microvolt = <1000000>; regulator-min-microvolt = <1000000>;
regulator-max-microvolt = <1000000>; regulator-max-microvolt = <1000000>;
...@@ -618,8 +612,7 @@ regulator-state-mem { ...@@ -618,8 +612,7 @@ regulator-state-mem {
}; };
}; };
ldo7_reg: ldo7 { ldo7_reg: LDO7 {
regulator-compatible = "LDO7";
regulator-name = "VPLL_1.0V_AP"; regulator-name = "VPLL_1.0V_AP";
regulator-min-microvolt = <1000000>; regulator-min-microvolt = <1000000>;
regulator-max-microvolt = <1000000>; regulator-max-microvolt = <1000000>;
...@@ -629,8 +622,7 @@ regulator-state-mem { ...@@ -629,8 +622,7 @@ regulator-state-mem {
}; };
}; };
ldo8_reg: ldo8 { ldo8_reg: LDO8 {
regulator-compatible = "LDO8";
regulator-name = "VMIPI_1.0V"; regulator-name = "VMIPI_1.0V";
regulator-min-microvolt = <1000000>; regulator-min-microvolt = <1000000>;
regulator-max-microvolt = <1000000>; regulator-max-microvolt = <1000000>;
...@@ -639,15 +631,13 @@ regulator-state-mem { ...@@ -639,15 +631,13 @@ regulator-state-mem {
}; };
}; };
ldo9_reg: ldo9 { ldo9_reg: LDO9 {
regulator-compatible = "LDO9";
regulator-name = "CAM_ISP_MIPI_1.2V"; regulator-name = "CAM_ISP_MIPI_1.2V";
regulator-min-microvolt = <1200000>; regulator-min-microvolt = <1200000>;
regulator-max-microvolt = <1200000>; regulator-max-microvolt = <1200000>;
}; };
ldo10_reg: ldo10 { ldo10_reg: LDO10 {
regulator-compatible = "LDO10";
regulator-name = "VMIPI_1.8V"; regulator-name = "VMIPI_1.8V";
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>; regulator-max-microvolt = <1800000>;
...@@ -656,8 +646,7 @@ regulator-state-mem { ...@@ -656,8 +646,7 @@ regulator-state-mem {
}; };
}; };
ldo11_reg: ldo11 { ldo11_reg: LDO11 {
regulator-compatible = "LDO11";
regulator-name = "VABB1_1.95V"; regulator-name = "VABB1_1.95V";
regulator-min-microvolt = <1950000>; regulator-min-microvolt = <1950000>;
regulator-max-microvolt = <1950000>; regulator-max-microvolt = <1950000>;
...@@ -667,8 +656,7 @@ regulator-state-mem { ...@@ -667,8 +656,7 @@ regulator-state-mem {
}; };
}; };
ldo12_reg: ldo12 { ldo12_reg: LDO12 {
regulator-compatible = "LDO12";
regulator-name = "VUOTG_3.0V"; regulator-name = "VUOTG_3.0V";
regulator-min-microvolt = <3000000>; regulator-min-microvolt = <3000000>;
regulator-max-microvolt = <3000000>; regulator-max-microvolt = <3000000>;
...@@ -677,15 +665,13 @@ regulator-state-mem { ...@@ -677,15 +665,13 @@ regulator-state-mem {
}; };
}; };
ldo13_reg: ldo13 { ldo13_reg: LDO13 {
regulator-compatible = "LDO13";
regulator-name = "NFC_AVDD_1.8V"; regulator-name = "NFC_AVDD_1.8V";
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>; regulator-max-microvolt = <1800000>;
}; };
ldo14_reg: ldo14 { ldo14_reg: LDO14 {
regulator-compatible = "LDO14";
regulator-name = "VABB2_1.95V"; regulator-name = "VABB2_1.95V";
regulator-min-microvolt = <1950000>; regulator-min-microvolt = <1950000>;
regulator-max-microvolt = <1950000>; regulator-max-microvolt = <1950000>;
...@@ -695,8 +681,7 @@ regulator-state-mem { ...@@ -695,8 +681,7 @@ regulator-state-mem {
}; };
}; };
ldo15_reg: ldo15 { ldo15_reg: LDO15 {
regulator-compatible = "LDO15";
regulator-name = "VHSIC_1.0V"; regulator-name = "VHSIC_1.0V";
regulator-min-microvolt = <1000000>; regulator-min-microvolt = <1000000>;
regulator-max-microvolt = <1000000>; regulator-max-microvolt = <1000000>;
...@@ -705,8 +690,7 @@ regulator-state-mem { ...@@ -705,8 +690,7 @@ regulator-state-mem {
}; };
}; };
ldo16_reg: ldo16 { ldo16_reg: LDO16 {
regulator-compatible = "LDO16";
regulator-name = "VHSIC_1.8V"; regulator-name = "VHSIC_1.8V";
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>; regulator-max-microvolt = <1800000>;
...@@ -715,80 +699,69 @@ regulator-state-mem { ...@@ -715,80 +699,69 @@ regulator-state-mem {
}; };
}; };
ldo17_reg: ldo17 { ldo17_reg: LDO17 {
regulator-compatible = "LDO17";
regulator-name = "CAM_SENSOR_CORE_1.2V"; regulator-name = "CAM_SENSOR_CORE_1.2V";
regulator-min-microvolt = <1200000>; regulator-min-microvolt = <1200000>;
regulator-max-microvolt = <1200000>; regulator-max-microvolt = <1200000>;
}; };
ldo18_reg: ldo18 { ldo18_reg: LDO18 {
regulator-compatible = "LDO18";
regulator-name = "CAM_ISP_SEN_IO_1.8V"; regulator-name = "CAM_ISP_SEN_IO_1.8V";
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>; regulator-max-microvolt = <1800000>;
}; };
ldo19_reg: ldo19 { ldo19_reg: LDO19 {
regulator-compatible = "LDO19";
regulator-name = "VT_CAM_1.8V"; regulator-name = "VT_CAM_1.8V";
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>; regulator-max-microvolt = <1800000>;
}; };
ldo20_reg: ldo20 { ldo20_reg: LDO20 {
regulator-compatible = "LDO20";
regulator-name = "VDDQ_PRE_1.8V"; regulator-name = "VDDQ_PRE_1.8V";
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>; regulator-max-microvolt = <1800000>;
}; };
ldo21_reg: ldo21 { ldo21_reg: LDO21 {
regulator-compatible = "LDO21";
regulator-name = "VTF_2.8V"; regulator-name = "VTF_2.8V";
regulator-min-microvolt = <2800000>; regulator-min-microvolt = <2800000>;
regulator-max-microvolt = <2800000>; regulator-max-microvolt = <2800000>;
maxim,ena-gpios = <&gpy2 0 GPIO_ACTIVE_HIGH>; maxim,ena-gpios = <&gpy2 0 GPIO_ACTIVE_HIGH>;
}; };
ldo22_reg: ldo22 { ldo22_reg: LDO22 {
regulator-compatible = "LDO22";
regulator-name = "VMEM_VDD_2.8V"; regulator-name = "VMEM_VDD_2.8V";
regulator-min-microvolt = <2800000>; regulator-min-microvolt = <2800000>;
regulator-max-microvolt = <2800000>; regulator-max-microvolt = <2800000>;
maxim,ena-gpios = <&gpk0 2 GPIO_ACTIVE_HIGH>; maxim,ena-gpios = <&gpk0 2 GPIO_ACTIVE_HIGH>;
}; };
ldo23_reg: ldo23 { ldo23_reg: LDO23 {
regulator-compatible = "LDO23";
regulator-name = "TSP_AVDD_3.3V"; regulator-name = "TSP_AVDD_3.3V";
regulator-min-microvolt = <3300000>; regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>; regulator-max-microvolt = <3300000>;
}; };
ldo24_reg: ldo24 { ldo24_reg: LDO24 {
regulator-compatible = "LDO24";
regulator-name = "TSP_VDD_1.8V"; regulator-name = "TSP_VDD_1.8V";
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>; regulator-max-microvolt = <1800000>;
}; };
ldo25_reg: ldo25 { ldo25_reg: LDO25 {
regulator-compatible = "LDO25";
regulator-name = "LCD_VCC_3.3V"; regulator-name = "LCD_VCC_3.3V";
regulator-min-microvolt = <2800000>; regulator-min-microvolt = <2800000>;
regulator-max-microvolt = <2800000>; regulator-max-microvolt = <2800000>;
}; };
ldo26_reg: ldo26 { ldo26_reg: LDO26 {
regulator-compatible = "LDO26";
regulator-name = "MOTOR_VCC_3.0V"; regulator-name = "MOTOR_VCC_3.0V";
regulator-min-microvolt = <3000000>; regulator-min-microvolt = <3000000>;
regulator-max-microvolt = <3000000>; regulator-max-microvolt = <3000000>;
}; };
buck1_reg: buck1 { buck1_reg: BUCK1 {
regulator-compatible = "BUCK1";
regulator-name = "vdd_mif"; regulator-name = "vdd_mif";
regulator-min-microvolt = <850000>; regulator-min-microvolt = <850000>;
regulator-max-microvolt = <1100000>; regulator-max-microvolt = <1100000>;
...@@ -799,8 +772,7 @@ regulator-state-mem { ...@@ -799,8 +772,7 @@ regulator-state-mem {
}; };
}; };
buck2_reg: buck2 { buck2_reg: BUCK2 {
regulator-compatible = "BUCK2";
regulator-name = "vdd_arm"; regulator-name = "vdd_arm";
regulator-min-microvolt = <850000>; regulator-min-microvolt = <850000>;
regulator-max-microvolt = <1500000>; regulator-max-microvolt = <1500000>;
...@@ -811,8 +783,7 @@ regulator-state-mem { ...@@ -811,8 +783,7 @@ regulator-state-mem {
}; };
}; };
buck3_reg: buck3 { buck3_reg: BUCK3 {
regulator-compatible = "BUCK3";
regulator-name = "vdd_int"; regulator-name = "vdd_int";
regulator-min-microvolt = <850000>; regulator-min-microvolt = <850000>;
regulator-max-microvolt = <1150000>; regulator-max-microvolt = <1150000>;
...@@ -823,8 +794,7 @@ regulator-state-mem { ...@@ -823,8 +794,7 @@ regulator-state-mem {
}; };
}; };
buck4_reg: buck4 { buck4_reg: BUCK4 {
regulator-compatible = "BUCK4";
regulator-name = "vdd_g3d"; regulator-name = "vdd_g3d";
regulator-min-microvolt = <850000>; regulator-min-microvolt = <850000>;
regulator-max-microvolt = <1150000>; regulator-max-microvolt = <1150000>;
...@@ -834,40 +804,35 @@ regulator-state-mem { ...@@ -834,40 +804,35 @@ regulator-state-mem {
}; };
}; };
buck5_reg: buck5 { buck5_reg: BUCK5 {
regulator-compatible = "BUCK5";
regulator-name = "VMEM_1.2V_AP"; regulator-name = "VMEM_1.2V_AP";
regulator-min-microvolt = <1200000>; regulator-min-microvolt = <1200000>;
regulator-max-microvolt = <1200000>; regulator-max-microvolt = <1200000>;
regulator-always-on; regulator-always-on;
}; };
buck6_reg: buck6 { buck6_reg: BUCK6 {
regulator-compatible = "BUCK6";
regulator-name = "VCC_SUB_1.35V"; regulator-name = "VCC_SUB_1.35V";
regulator-min-microvolt = <1350000>; regulator-min-microvolt = <1350000>;
regulator-max-microvolt = <1350000>; regulator-max-microvolt = <1350000>;
regulator-always-on; regulator-always-on;
}; };
buck7_reg: buck7 { buck7_reg: BUCK7 {
regulator-compatible = "BUCK7";
regulator-name = "VCC_SUB_2.0V"; regulator-name = "VCC_SUB_2.0V";
regulator-min-microvolt = <2000000>; regulator-min-microvolt = <2000000>;
regulator-max-microvolt = <2000000>; regulator-max-microvolt = <2000000>;
regulator-always-on; regulator-always-on;
}; };
buck8_reg: buck8 { buck8_reg: BUCK8 {
regulator-compatible = "BUCK8";
regulator-name = "VMEM_VDDF_3.0V"; regulator-name = "VMEM_VDDF_3.0V";
regulator-min-microvolt = <2850000>; regulator-min-microvolt = <2850000>;
regulator-max-microvolt = <2850000>; regulator-max-microvolt = <2850000>;
maxim,ena-gpios = <&gpk0 2 GPIO_ACTIVE_HIGH>; maxim,ena-gpios = <&gpk0 2 GPIO_ACTIVE_HIGH>;
}; };
buck9_reg: buck9 { buck9_reg: BUCK9 {
regulator-compatible = "BUCK9";
regulator-name = "CAM_ISP_CORE_1.2V"; regulator-name = "CAM_ISP_CORE_1.2V";
regulator-min-microvolt = <1000000>; regulator-min-microvolt = <1000000>;
regulator-max-microvolt = <1200000>; regulator-max-microvolt = <1200000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment