public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ARM: dts: exynos: fix property values of LDO15/17 for ODROID-XU3/4
@ 2017-10-29 16:39 Dongjin Kim
  2017-10-30  9:32 ` Lukasz Majewski
  0 siblings, 1 reply; 3+ messages in thread
From: Dongjin Kim @ 2017-10-29 16:39 UTC (permalink / raw)
  To: u-boot

Looking at the schematic, LDO15 and LDO17 are tied as a power source of a
builtin network chipset. The voltage on LDO15 is corrected to 3.3V and the
name of LDO17 is corrected to "vdd_ldo17".

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
---
 arch/arm/dts/exynos5422-odroidxu3.dts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/dts/exynos5422-odroidxu3.dts b/arch/arm/dts/exynos5422-odroidxu3.dts
index b6f4333227..b48ca3b121 100644
--- a/arch/arm/dts/exynos5422-odroidxu3.dts
+++ b/arch/arm/dts/exynos5422-odroidxu3.dts
@@ -124,8 +124,8 @@
 
 				ldo15_reg: LDO15 {
 					regulator-name = "vdd_ldo15";
-					regulator-min-microvolt = <3100000>;
-					regulator-max-microvolt = <3100000>;
+					regulator-min-microvolt = <3300000>;
+					regulator-max-microvolt = <3300000>;
 					regulator-always-on;
 				};
 
@@ -137,7 +137,7 @@
 				};
 
 				ldo17_reg: LDO17 {
-					regulator-name = "tsp_avdd";
+					regulator-name = "vdd_ldo17";
 					regulator-min-microvolt = <3300000>;
 					regulator-max-microvolt = <3300000>;
 					regulator-always-on;
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] ARM: dts: exynos: fix property values of LDO15/17 for ODROID-XU3/4
  2017-10-29 16:39 [U-Boot] [PATCH] ARM: dts: exynos: fix property values of LDO15/17 for ODROID-XU3/4 Dongjin Kim
@ 2017-10-30  9:32 ` Lukasz Majewski
  2017-11-06  8:50   ` Minkyu Kang
  0 siblings, 1 reply; 3+ messages in thread
From: Lukasz Majewski @ 2017-10-30  9:32 UTC (permalink / raw)
  To: u-boot

Hi Dongjin,

> Looking at the schematic, LDO15 and LDO17 are tied as a power source
> of a builtin network chipset. The voltage on LDO15 is corrected to
> 3.3V and the name of LDO17 is corrected to "vdd_ldo17".
> 
> Signed-off-by: Dongjin Kim <tobetter@gmail.com>
> ---
>  arch/arm/dts/exynos5422-odroidxu3.dts | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/arm/dts/exynos5422-odroidxu3.dts
> b/arch/arm/dts/exynos5422-odroidxu3.dts index b6f4333227..b48ca3b121
> 100644 --- a/arch/arm/dts/exynos5422-odroidxu3.dts
> +++ b/arch/arm/dts/exynos5422-odroidxu3.dts
> @@ -124,8 +124,8 @@
>  
>  				ldo15_reg: LDO15 {
>  					regulator-name = "vdd_ldo15";
> -					regulator-min-microvolt =
> <3100000>;
> -					regulator-max-microvolt =
> <3100000>;
> +					regulator-min-microvolt =
> <3300000>;
> +					regulator-max-microvolt =
> <3300000>; regulator-always-on;
>  				};
>  
> @@ -137,7 +137,7 @@
>  				};
>  
>  				ldo17_reg: LDO17 {
> -					regulator-name = "tsp_avdd";
> +					regulator-name = "vdd_ldo17";
>  					regulator-min-microvolt =
> <3300000>; regulator-max-microvolt = <3300000>;
>  					regulator-always-on;

Reviewed-by: Lukasz Majewski <lukma@denx.de>

Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171030/4ff64935/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] ARM: dts: exynos: fix property values of LDO15/17 for ODROID-XU3/4
  2017-10-30  9:32 ` Lukasz Majewski
@ 2017-11-06  8:50   ` Minkyu Kang
  0 siblings, 0 replies; 3+ messages in thread
From: Minkyu Kang @ 2017-11-06  8:50 UTC (permalink / raw)
  To: u-boot

Dear Dongjin,

2017. 10. 30. 18:33에 "Lukasz Majewski" <lukma@denx.de>님이 작성:

Hi Dongjin,

> Looking at the schematic, LDO15 and LDO17 are tied as a power source
> of a builtin network chipset. The voltage on LDO15 is corrected to
> 3.3V and the name of LDO17 is corrected to "vdd_ldo17".
>
> Signed-off-by: Dongjin Kim <tobetter@gmail.com>
> ---
>  arch/arm/dts/exynos5422-odroidxu3.dts | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/dts/exynos5422-odroidxu3.dts
> b/arch/arm/dts/exynos5422-odroidxu3.dts index b6f4333227..b48ca3b121
> 100644 --- a/arch/arm/dts/exynos5422-odroidxu3.dts
> +++ b/arch/arm/dts/exynos5422-odroidxu3.dts
> @@ -124,8 +124,8 @@
>
>                               ldo15_reg: LDO15 {
>                                       regulator-name = "vdd_ldo15";
> -                                     regulator-min-microvolt =
> <3100000>;
> -                                     regulator-max-microvolt =
> <3100000>;
> +                                     regulator-min-microvolt =
> <3300000>;
> +                                     regulator-max-microvolt =
> <3300000>; regulator-always-on;
>                               };
>
> @@ -137,7 +137,7 @@
>                               };
>
>                               ldo17_reg: LDO17 {
> -                                     regulator-name = "tsp_avdd";
> +                                     regulator-name = "vdd_ldo17";
>                                       regulator-min-microvolt =
> <3300000>; regulator-max-microvolt = <3300000>;
>                                       regulator-always-on;

Reviewed-by: Lukasz Majewski <lukma@denx.de>

Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de

_______________________________________________
U-Boot mailing list
U-Boot at lists.denx.de
https://lists.denx.de/listinfo/u-boot


applied to u-boot-samsung.

Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-11-06  8:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-29 16:39 [U-Boot] [PATCH] ARM: dts: exynos: fix property values of LDO15/17 for ODROID-XU3/4 Dongjin Kim
2017-10-30  9:32 ` Lukasz Majewski
2017-11-06  8:50   ` Minkyu Kang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox