Message ID | 20200115151803.10934-1-m.szyprowski@samsung.com |
---|---|
State | Accepted |
Commit | a6ee3fe19d8bdf369edbd9301eb2be283458b920 |
Headers | show |
Series | arm: dts: exynos: Extend board description | expand |
On Wed, 15 Jan 2020 16:18:03 +0100 Marek Szyprowski <m.szyprowski at 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 at 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 at 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>
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 at 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.
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 {
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 at samsung.com> --- arch/arm/dts/exynos5422-odroidxu3.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)