[PATCH 4/5] ARM: dts: clps711x: edb7211: Add unit-address to memory node
Alexander Shiyan
shc_work at mail.ru
Wed Feb 17 04:20:23 EST 2021
The memory node requires a unit-address, add it.
Signed-off-by: Alexander Shiyan <shc_work at mail.ru>
---
arch/arm/boot/dts/ep7211-edb7211.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/ep7211-edb7211.dts b/arch/arm/boot/dts/ep7211-edb7211.dts
index da076479c8e2..7fb532f227af 100644
--- a/arch/arm/boot/dts/ep7211-edb7211.dts
+++ b/arch/arm/boot/dts/ep7211-edb7211.dts
@@ -7,7 +7,7 @@ / {
model = "Cirrus Logic EP7211 Development Board";
compatible = "cirrus,edb7211", "cirrus,ep7211", "cirrus,ep7209";
- memory {
+ memory at c0000000 {
device_type = "memory";
reg = <0xc0000000 0x02000000>;
};
--
2.26.2
More information about the linux-arm-kernel
mailing list