public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] arm: dts: exynos: Extend board description
       [not found] <CGME20200115151808eucas1p274bb7ec842ed558f8cb5e2efb8017565@eucas1p2.samsung.com>
@ 2020-01-15 15:18 ` Marek Szyprowski
  2020-01-15 16:05   ` Lukasz Majewski
  2020-01-28  9:14   ` Minkyu Kang
  0 siblings, 2 replies; 3+ messages in thread
From: Marek Szyprowski @ 2020-01-15 15:18 UTC (permalink / raw)
  To: u-boot

u-boot uses the same DTS for the all Odroid XU3-based boards, so list
them in the model description to let user know that those boards are
supported.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
---
 arch/arm/dts/exynos5422-odroidxu3.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/exynos5422-odroidxu3.dts b/arch/arm/dts/exynos5422-odroidxu3.dts
index 6df6be9181..256df6d6c2 100644
--- a/arch/arm/dts/exynos5422-odroidxu3.dts
+++ b/arch/arm/dts/exynos5422-odroidxu3.dts
@@ -10,7 +10,7 @@
 #include "exynos54xx.dtsi"
 
 / {
-	model = "Odroid XU3 based on EXYNOS5422";
+	model = "Odroid XU3/XU4/HC1/HC2 based on Exynos5422";
 	compatible = "samsung,odroidxu3", "samsung,exynos5";
 
 	aliases {
-- 
2.17.1

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

* [PATCH] arm: dts: exynos: Extend board description
  2020-01-15 15:18 ` [PATCH] arm: dts: exynos: Extend board description Marek Szyprowski
@ 2020-01-15 16:05   ` Lukasz Majewski
  2020-01-28  9:14   ` Minkyu Kang
  1 sibling, 0 replies; 3+ messages in thread
From: Lukasz Majewski @ 2020-01-15 16:05 UTC (permalink / raw)
  To: u-boot

On Wed, 15 Jan 2020 16:18:03 +0100
Marek Szyprowski <m.szyprowski@samsung.com> wrote:

> u-boot uses the same DTS for the all Odroid XU3-based boards, so list
> them in the model description to let user know that those boards are
> supported.
> 
> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
> ---
>  arch/arm/dts/exynos5422-odroidxu3.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/dts/exynos5422-odroidxu3.dts
> b/arch/arm/dts/exynos5422-odroidxu3.dts index 6df6be9181..256df6d6c2
> 100644 --- a/arch/arm/dts/exynos5422-odroidxu3.dts
> +++ b/arch/arm/dts/exynos5422-odroidxu3.dts
> @@ -10,7 +10,7 @@
>  #include "exynos54xx.dtsi"
>  
>  / {
> -	model = "Odroid XU3 based on EXYNOS5422";
> +	model = "Odroid XU3/XU4/HC1/HC2 based on Exynos5422";
>  	compatible = "samsung,odroidxu3", "samsung,exynos5";
>  
>  	aliases {

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-59 Fax: (+49)-8142-66989-80 Email: lukma 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: <https://lists.denx.de/pipermail/u-boot/attachments/20200115/e7e78921/attachment.sig>

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

* [PATCH] arm: dts: exynos: Extend board description
  2020-01-15 15:18 ` [PATCH] arm: dts: exynos: Extend board description Marek Szyprowski
  2020-01-15 16:05   ` Lukasz Majewski
@ 2020-01-28  9:14   ` Minkyu Kang
  1 sibling, 0 replies; 3+ messages in thread
From: Minkyu Kang @ 2020-01-28  9:14 UTC (permalink / raw)
  To: u-boot

On 16/01/2020 00:18, Marek Szyprowski wrote:
> u-boot uses the same DTS for the all Odroid XU3-based boards, so list
> them in the model description to let user know that those boards are
> supported.
> 
> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
> ---
>  arch/arm/dts/exynos5422-odroidxu3.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/dts/exynos5422-odroidxu3.dts b/arch/arm/dts/exynos5422-odroidxu3.dts
> index 6df6be9181..256df6d6c2 100644
> --- a/arch/arm/dts/exynos5422-odroidxu3.dts
> +++ b/arch/arm/dts/exynos5422-odroidxu3.dts
> @@ -10,7 +10,7 @@
>  #include "exynos54xx.dtsi"
>  
>  / {
> -	model = "Odroid XU3 based on EXYNOS5422";
> +	model = "Odroid XU3/XU4/HC1/HC2 based on Exynos5422";
>  	compatible = "samsung,odroidxu3", "samsung,exynos5";
>  
>  	aliases {
> 

applied to u-boot-samsung.

Thanks,
Minkyu Kang.

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

end of thread, other threads:[~2020-01-28  9:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CGME20200115151808eucas1p274bb7ec842ed558f8cb5e2efb8017565@eucas1p2.samsung.com>
2020-01-15 15:18 ` [PATCH] arm: dts: exynos: Extend board description Marek Szyprowski
2020-01-15 16:05   ` Lukasz Majewski
2020-01-28  9:14   ` Minkyu Kang

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