diff options
author | Heiko Stuebner <heiko@sntech.de> | 2015-07-15 20:57:21 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2015-07-16 14:21:54 +0200 |
commit | 6158e6d004e8b030442ae900a9dd84e0de6b1613 (patch) | |
tree | 42cf43431ca783fccd9e131b9d0b62e9442a6ece /arch/arm/boot/dts/rk3288-r89.dts | |
parent | ARM: dts: rockchip: add veyron-pinky board (diff) | |
download | linux-6158e6d004e8b030442ae900a9dd84e0de6b1613.tar.xz linux-6158e6d004e8b030442ae900a9dd84e0de6b1613.zip |
ARM: dts: rockchip: add missing device_type = "memory" to boards
The memory node is supposed to contain a device_type property marking
it as memory. The currently included boards miss this property.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3288-r89.dts')
-rw-r--r-- | arch/arm/boot/dts/rk3288-r89.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288-r89.dts b/arch/arm/boot/dts/rk3288-r89.dts index b1d9ca64003e..14b9fc73c8a4 100644 --- a/arch/arm/boot/dts/rk3288-r89.dts +++ b/arch/arm/boot/dts/rk3288-r89.dts @@ -48,6 +48,7 @@ compatible = "netxeon,r89", "rockchip,rk3288"; memory { + device_type = "memory"; reg = <0x0 0x80000000>; }; |