diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2021-04-05 08:16:57 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2021-04-07 15:02:58 +0300 |
commit | 15bf198197d1485bfd14888665bc3becc21ec582 (patch) | |
tree | 6268b30a48279344d8fcdafd4180a8aced103f55 /arch/arm/boot/dts/ep7211-edb7211.dts | |
parent | 94d1ca7c05ee3d34cbf398be6ac8e52a97d3f2ae (diff) | |
download | linux-15bf198197d1485bfd14888665bc3becc21ec582.tar.xz |
ARM: dts: clps711x: edb7211: Add unit-address to memory node
The memory node requires a unit-address, add it.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Link: https://lore.kernel.org/r/20210405051658.26779-4-shc_work@mail.ru'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/ep7211-edb7211.dts')
-rw-r--r-- | arch/arm/boot/dts/ep7211-edb7211.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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@c0000000 { device_type = "memory"; reg = <0xc0000000 0x02000000>; }; |