Re: [U-Boot] [PATCH] odroid: dts: cleanup of MAX77686 regulators

2015-06-09 Thread Minkyu Kang
On 19/05/15 00:56, Przemyslaw Marczak wrote:
 This commit cleanup MAX77686 regulator node by:
 - remove the sub-nodes of unconnected regulators
 - remove the regulator-compatible properties of all regulators
 
 This prevents printing init errors for the regulators,
 with duplicated name strings.
 
 Signed-off-by: Przemyslaw Marczak p.marc...@samsung.com
 Cc: Minkyu Kang mk7.k...@samsung.com
 ---
  arch/arm/dts/exynos4412-odroid.dts | 80 
 +-
  1 file changed, 2 insertions(+), 78 deletions(-)
 

applied to u-boot-samsung.

Thanks,
Minkyu Kang.

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] odroid: dts: cleanup of MAX77686 regulators

2015-06-08 Thread Przemyslaw Marczak

Hello Minkyu,

On 05/18/2015 05:56 PM, Przemyslaw Marczak wrote:

This commit cleanup MAX77686 regulator node by:
- remove the sub-nodes of unconnected regulators
- remove the regulator-compatible properties of all regulators

This prevents printing init errors for the regulators,
with duplicated name strings.

Signed-off-by: Przemyslaw Marczak p.marc...@samsung.com
Cc: Minkyu Kang mk7.k...@samsung.com
---
  arch/arm/dts/exynos4412-odroid.dts | 80 +-
  1 file changed, 2 insertions(+), 78 deletions(-)


Could you apply this patch, please?

Best regards,
--
Przemyslaw Marczak
Samsung RD Institute Poland
Samsung Electronics
p.marc...@samsung.com
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH] odroid: dts: cleanup of MAX77686 regulators

2015-05-18 Thread Przemyslaw Marczak
This commit cleanup MAX77686 regulator node by:
- remove the sub-nodes of unconnected regulators
- remove the regulator-compatible properties of all regulators

This prevents printing init errors for the regulators,
with duplicated name strings.

Signed-off-by: Przemyslaw Marczak p.marc...@samsung.com
Cc: Minkyu Kang mk7.k...@samsung.com
---
 arch/arm/dts/exynos4412-odroid.dts | 80 +-
 1 file changed, 2 insertions(+), 78 deletions(-)

diff --git a/arch/arm/dts/exynos4412-odroid.dts 
b/arch/arm/dts/exynos4412-odroid.dts
index 415dfea..d572f1e 100644
--- a/arch/arm/dts/exynos4412-odroid.dts
+++ b/arch/arm/dts/exynos4412-odroid.dts
@@ -43,140 +43,102 @@
 
voltage-regulators {
ldo1_reg: ldo1 {
-   regulator-compatible = LDO1;
regulator-name = VDD_ALIVE_1.0V;
regulator-min-microvolt = 100;
regulator-max-microvolt = 100;
};
 
ldo2_reg: ldo2 {
-   regulator-compatible = LDO2;
regulator-name = VDDQ_VM1M2_1.2V;
regulator-min-microvolt = 120;
regulator-max-microvolt = 120;
};
 
ldo3_reg: ldo3 {
-   regulator-compatible = LDO3;
regulator-name = VCC_1.8V_AP;
regulator-min-microvolt = 180;
regulator-max-microvolt = 180;
};
 
ldo4_reg: ldo4 {
-   regulator-compatible = LDO4;
regulator-name = VDDQ_MMC2_2.8V;
regulator-min-microvolt = 280;
regulator-max-microvolt = 280;
};
 
ldo5_reg: ldo5 {
-   regulator-compatible = LDO5;
regulator-name = VDDQ_MMC0/1/3_1.8V;
regulator-min-microvolt = 180;
regulator-max-microvolt = 180;
};
 
ldo6_reg: ldo6 {
-   regulator-compatible = LDO6;
regulator-name = VMPLL_1.0V;
regulator-min-microvolt = 110;
regulator-max-microvolt = 110;
};
 
ldo7_reg: ldo7 {
-   regulator-compatible = LDO7;
regulator-name = VPLL_1.1V;
regulator-min-microvolt = 110;
regulator-max-microvolt = 110;
};
 
ldo8_reg: ldo8 {
-   regulator-compatible = LDO8;
regulator-name = VDD_MIPI/HDMI_1.0V;
regulator-min-microvolt = 100;
regulator-max-microvolt = 100;
};
 
-   ldo9_reg: ldo9 {
-   regulator-compatible = LDO9;
-   regulator-name = nc;
-   regulator-min-microvolt = 180;
-   regulator-max-microvolt = 180;
-   };
-
ldo10_reg: ldo10 {
-   regulator-compatible = LDO10;
regulator-name = VDD_MIPI/HDMI_1.8V;
regulator-min-microvolt = 180;
regulator-max-microvolt = 180;
};
 
ldo11_reg: ldo11 {
-   regulator-compatible = LDO11;
regulator-name = VDD_ABB1_1.8V;
regulator-min-microvolt = 180;
regulator-max-microvolt = 180;
};
 
ldo12_reg: ldo12 {
-