ARM: dts: stm32mp1: correct ddr node
authorPatrick Delaunay <patrick.delaunay@st.com>
Tue, 28 Jan 2020 09:11:02 +0000 (10:11 +0100)
committerPatrick Delaunay <patrick.delaunay@st.com>
Thu, 13 Feb 2020 16:26:23 +0000 (17:26 +0100)
This patch fix the warning:
dt.dts: Warning (simple_bus_reg): Node /soc/ddr@5A003000
simple-bus unit address format error, expected "5a003000"

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
arch/arm/dts/stm32mp15-ddr.dtsi

index 479b700..38f29bb 100644 (file)
@@ -5,7 +5,7 @@
 
 / {
        soc {
-               ddr: ddr@5A003000 {
+               ddr: ddr@5a003000 {
                        u-boot,dm-pre-reloc;
 
                        compatible = "st,stm32mp1-ddr";