* [U-Boot] [PATCH] mx6qsabreauto: Remove imx6q-sabreauto.dts
@ 2014-09-05 18:36 Fabio Estevam
2014-09-05 19:26 ` Otavio Salvador
0 siblings, 1 reply; 4+ messages in thread
From: Fabio Estevam @ 2014-09-05 18:36 UTC (permalink / raw)
To: u-boot
From: Fabio Estevam <fabio.estevam@freescale.com>
Commit fa9c021632473 ("mx6: add example DTB for mx6qsabreauto") introduced
'imx6q-sabreauto.dts' but it adds no real value as the dts file only contains
the 'model' and 'compatible' strings.
After this commit the final binary is also changed from 'u-boot.imx' to
'u-boot-dtb.imx', which may confuse users.
So revert it until a more complete and useful device tree could be provided.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
arch/arm/dts/Makefile | 1 -
arch/arm/dts/imx6q-sabreauto.dts | 13 -------------
include/configs/mx6qsabreauto.h | 3 ---
3 files changed, 17 deletions(-)
delete mode 100644 arch/arm/dts/imx6q-sabreauto.dts
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
index 6e2e313..8b35bb8 100644
--- a/arch/arm/dts/Makefile
+++ b/arch/arm/dts/Makefile
@@ -8,7 +8,6 @@ dtb-$(CONFIG_EXYNOS5) += exynos5250-arndale.dtb \
exynos5250-smdk5250.dtb \
exynos5420-smdk5420.dtb \
exynos5420-peach-pit.dtb
-dtb-$(CONFIG_MX6) += imx6q-sabreauto.dtb
dtb-$(CONFIG_TEGRA) += tegra20-harmony.dtb \
tegra20-medcom-wide.dtb \
tegra20-paz00.dtb \
diff --git a/arch/arm/dts/imx6q-sabreauto.dts b/arch/arm/dts/imx6q-sabreauto.dts
deleted file mode 100644
index 7af2a88..0000000
--- a/arch/arm/dts/imx6q-sabreauto.dts
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- * Copyright 2012 Freescale Semiconductor, Inc.
- * Copyright 2011 Linaro Ltd.
- *
- * SPDX-License-Identifier: GPL-2.0+
- */
-
-/dts-v1/;
-
-/ {
- model = "Freescale i.MX6 Quad SABRE Automotive Board";
- compatible = "fsl,imx6q-sabreauto", "fsl,imx6q";
-};
diff --git a/include/configs/mx6qsabreauto.h b/include/configs/mx6qsabreauto.h
index d1639c4..0ab3127 100644
--- a/include/configs/mx6qsabreauto.h
+++ b/include/configs/mx6qsabreauto.h
@@ -45,7 +45,4 @@
#define CONFIG_SYS_I2C_MXC
#define CONFIG_SYS_I2C_SPEED 100000
-#define CONFIG_OF_SEPARATE
-#define CONFIG_DEFAULT_DEVICE_TREE imx6q-sabreauto
-
#endif /* __MX6QSABREAUTO_CONFIG_H */
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* [U-Boot] [PATCH] mx6qsabreauto: Remove imx6q-sabreauto.dts
2014-09-05 18:36 [U-Boot] [PATCH] mx6qsabreauto: Remove imx6q-sabreauto.dts Fabio Estevam
@ 2014-09-05 19:26 ` Otavio Salvador
2014-09-09 5:11 ` Masahiro Yamada
0 siblings, 1 reply; 4+ messages in thread
From: Otavio Salvador @ 2014-09-05 19:26 UTC (permalink / raw)
To: u-boot
On Fri, Sep 5, 2014 at 3:36 PM, Fabio Estevam <festevam@gmail.com> wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
>
> Commit fa9c021632473 ("mx6: add example DTB for mx6qsabreauto") introduced
> 'imx6q-sabreauto.dts' but it adds no real value as the dts file only contains
> the 'model' and 'compatible' strings.
>
> After this commit the final binary is also changed from 'u-boot.imx' to
> 'u-boot-dtb.imx', which may confuse users.
>
> So revert it until a more complete and useful device tree could be provided.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 4+ messages in thread* [U-Boot] [PATCH] mx6qsabreauto: Remove imx6q-sabreauto.dts
2014-09-05 19:26 ` Otavio Salvador
@ 2014-09-09 5:11 ` Masahiro Yamada
2014-09-09 15:12 ` Stefano Babic
0 siblings, 1 reply; 4+ messages in thread
From: Masahiro Yamada @ 2014-09-09 5:11 UTC (permalink / raw)
To: u-boot
Hi Stefano,
On Fri, 5 Sep 2014 16:26:48 -0300
Otavio Salvador <otavio@ossystems.com.br> wrote:
> On Fri, Sep 5, 2014 at 3:36 PM, Fabio Estevam <festevam@gmail.com> wrote:
> > From: Fabio Estevam <fabio.estevam@freescale.com>
> >
> > Commit fa9c021632473 ("mx6: add example DTB for mx6qsabreauto") introduced
> > 'imx6q-sabreauto.dts' but it adds no real value as the dts file only contains
> > the 'model' and 'compatible' strings.
> >
> > After this commit the final binary is also changed from 'u-boot.imx' to
> > 'u-boot-dtb.imx', which may confuse users.
> >
> > So revert it until a more complete and useful device tree could be provided.
> >
> > Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
>
> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
>
Could you pick up this trivial one and send a pull-req?
I am moving CONFIG_OF_SEPARATE and CONFIG_DEFAULT_DEVICE_TREE
to Kconfig.
Ideally, this patch should come first.
See this thread:
http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/
Best Regards
Masahiro Yamada
^ permalink raw reply [flat|nested] 4+ messages in thread* [U-Boot] [PATCH] mx6qsabreauto: Remove imx6q-sabreauto.dts
2014-09-09 5:11 ` Masahiro Yamada
@ 2014-09-09 15:12 ` Stefano Babic
0 siblings, 0 replies; 4+ messages in thread
From: Stefano Babic @ 2014-09-09 15:12 UTC (permalink / raw)
To: u-boot
Hi Masahiro,
On 09/09/2014 07:11, Masahiro Yamada wrote:
> Hi Stefano,
>
>
>
> On Fri, 5 Sep 2014 16:26:48 -0300
> Otavio Salvador <otavio@ossystems.com.br> wrote:
>
>> On Fri, Sep 5, 2014 at 3:36 PM, Fabio Estevam <festevam@gmail.com> wrote:
>>> From: Fabio Estevam <fabio.estevam@freescale.com>
>>>
>>> Commit fa9c021632473 ("mx6: add example DTB for mx6qsabreauto") introduced
>>> 'imx6q-sabreauto.dts' but it adds no real value as the dts file only contains
>>> the 'model' and 'compatible' strings.
>>>
>>> After this commit the final binary is also changed from 'u-boot.imx' to
>>> 'u-boot-dtb.imx', which may confuse users.
>>>
>>> So revert it until a more complete and useful device tree could be provided.
>>>
>>> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
>>
>> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
>>
>
>
> Could you pick up this trivial one and send a pull-req?
>
> I am moving CONFIG_OF_SEPARATE and CONFIG_DEFAULT_DEVICE_TREE
> to Kconfig.
>
> Ideally, this patch should come first.
>
>
> See this thread:
> http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/
>
I am preparing the PR - it comes soon.
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-09-09 15:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-05 18:36 [U-Boot] [PATCH] mx6qsabreauto: Remove imx6q-sabreauto.dts Fabio Estevam
2014-09-05 19:26 ` Otavio Salvador
2014-09-09 5:11 ` Masahiro Yamada
2014-09-09 15:12 ` Stefano Babic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox