Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Alexander Shiyan and committed by
Arnd Bergmann
15bf1981 94d1ca7c

+1 -1
+1 -1
arch/arm/boot/dts/ep7211-edb7211.dts
··· 7 7 model = "Cirrus Logic EP7211 Development Board"; 8 8 compatible = "cirrus,edb7211", "cirrus,ep7211", "cirrus,ep7209"; 9 9 10 - memory { 10 + memory@c0000000 { 11 11 device_type = "memory"; 12 12 reg = <0xc0000000 0x02000000>; 13 13 };