mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: mba53: include barebox TQMa53 overlay DT
@ 2016-05-31  8:57 Lucas Stach
  2016-06-01  7:29 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Lucas Stach @ 2016-05-31  8:57 UTC (permalink / raw)
  To: barebox

The barebox specific properties have not been applied as
the TQMa53 overlay DT has not been included. Fix this.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 arch/arm/dts/imx53-mba53.dts   | 2 ++
 arch/arm/dts/imx53-tqma53.dtsi | 3 ---
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/arch/arm/dts/imx53-mba53.dts b/arch/arm/dts/imx53-mba53.dts
index 28f463c451f4..6998e4c0cb2d 100644
--- a/arch/arm/dts/imx53-mba53.dts
+++ b/arch/arm/dts/imx53-mba53.dts
@@ -11,6 +11,8 @@
  */
 
 #include <arm/imx53-mba53.dts>
+#include "imx53-tqma53.dtsi"
+#include "imx53.dtsi"
 
 / {
 	chosen {
diff --git a/arch/arm/dts/imx53-tqma53.dtsi b/arch/arm/dts/imx53-tqma53.dtsi
index 6880f2c27fb0..860fb64df2b9 100644
--- a/arch/arm/dts/imx53-tqma53.dtsi
+++ b/arch/arm/dts/imx53-tqma53.dtsi
@@ -10,9 +10,6 @@
  * http://www.gnu.org/copyleft/gpl.html
  */
 
-#include "imx53.dtsi"
-#include <arm/imx53-tqma53.dtsi>
-
 / {
 	chosen {
 		environment-emmc {
-- 
2.8.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2016-06-01  7:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-31  8:57 [PATCH] ARM: mba53: include barebox TQMa53 overlay DT Lucas Stach
2016-06-01  7:29 ` Sascha Hauer

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