summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2019-06-17 17:07:40 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-06-20 16:03:50 +0200
commit17a71e35975e5de3f122dc4cddd964a9196e4f7b (patch)
tree70f6ff48c9ec217cf115b0eef113d51a45da6f90
parent2e73e1896a03b44a5cf52b64d330a62a2bd5a706 (diff)
downloadbarebox-17a71e35975e5de3f122dc4cddd964a9196e4f7b.tar.gz
barebox-17a71e35975e5de3f122dc4cddd964a9196e4f7b.tar.xz
ARM: dts: stm32mp157a-dk1.dts: include upstream dts before barebox'
To allow "stm32mp157c.dtsi" to extend nodes in <arm/stm32mp157c.dtsi>, it should be included after it. Do this. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/dts/stm32mp157a-dk1.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/stm32mp157a-dk1.dts b/arch/arm/dts/stm32mp157a-dk1.dts
index 741284a444..62c28d396f 100644
--- a/arch/arm/dts/stm32mp157a-dk1.dts
+++ b/arch/arm/dts/stm32mp157a-dk1.dts
@@ -6,9 +6,9 @@
/dts-v1/;
-#include "stm32mp157c.dtsi"
#include <arm/stm32mp157c.dtsi>
#include <arm/stm32mp157-pinctrl.dtsi>
+#include "stm32mp157c.dtsi"
/ {
model = "STMicroelectronics STM32MP157A-DK1 Discovery Board";