Skip to content
Snippets Groups Projects
Commit 5c34684b authored by Patrick Delaunay's avatar Patrick Delaunay
Browse files

ARM: dts: stm32mp1: correct ddr node


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: default avatarPatrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: default avatarPatrice Chotard <patrice.chotard@st.com>
parent db0cd2d3
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
/ { / {
soc { soc {
ddr: ddr@5A003000 { ddr: ddr@5a003000 {
u-boot,dm-pre-reloc; u-boot,dm-pre-reloc;
compatible = "st,stm32mp1-ddr"; compatible = "st,stm32mp1-ddr";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment