summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/stm32746g-eval.dts
diff options
context:
space:
mode:
authorAlexandre Torgue <alexandre.torgue@st.com>2019-10-07 16:33:59 +0200
committerAlexandre Torgue <alexandre.torgue@st.com>2019-10-25 14:28:42 +0200
commit8fcdbdccce21c5d560ca7aaf208f183abe6a0eb6 (patch)
tree7ae9390e312679e8700516c55dafa4d77de2d739 /arch/arm/boot/dts/stm32746g-eval.dts
parent7e6c337f689475c5071a5fe49d6074e5b7c690ee (diff)
ARM: dts: stm32: fix memory nodes to match with DT validation tool
DT validation ("make dtbs_check") has shown that some memory nodes were not correctly written. This commit fixes this kind of issue: "stm32f746-disco.dt.yaml: /: memory: False schema does not allow {'device_type': ['memory'], 'reg': [[3221225472, 8388608]]}" Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stm32746g-eval.dts')
-rw-r--r--arch/arm/boot/dts/stm32746g-eval.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stm32746g-eval.dts b/arch/arm/boot/dts/stm32746g-eval.dts
index 2b1664884ae7..d7bb2027cfaa 100644
--- a/arch/arm/boot/dts/stm32746g-eval.dts
+++ b/arch/arm/boot/dts/stm32746g-eval.dts
@@ -55,7 +55,7 @@
stdout-path = "serial0:115200n8";
};
- memory {
+ memory@c0000000 {
device_type = "memory";
reg = <0xc0000000 0x2000000>;
};