mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 20:51:47 +00:00
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>
This commit is contained in:
parent
05ffc63062
commit
6158e6d004
@ -49,6 +49,7 @@
|
||||
compatible = "mundoreader,bq-curie2", "rockchip,rk3066a";
|
||||
|
||||
memory {
|
||||
device_type = "memory";
|
||||
reg = <0x60000000 0x40000000>;
|
||||
};
|
||||
|
||||
|
@ -48,6 +48,7 @@
|
||||
compatible = "haoyu,marsboard-rk3066", "rockchip,rk3066a";
|
||||
|
||||
memory {
|
||||
device_type = "memory";
|
||||
reg = <0x60000000 0x40000000>;
|
||||
};
|
||||
|
||||
|
@ -48,6 +48,7 @@
|
||||
compatible = "chipspark,rayeager-px2", "rockchip,rk3066a";
|
||||
|
||||
memory {
|
||||
device_type = "memory";
|
||||
reg = <0x60000000 0x40000000>;
|
||||
};
|
||||
|
||||
|
@ -48,6 +48,7 @@
|
||||
compatible = "radxa,rock", "rockchip,rk3188";
|
||||
|
||||
memory {
|
||||
device_type = "memory";
|
||||
reg = <0x60000000 0x80000000>;
|
||||
};
|
||||
|
||||
|
@ -43,6 +43,7 @@
|
||||
|
||||
/ {
|
||||
memory {
|
||||
device_type = "memory";
|
||||
reg = <0x0 0x80000000>;
|
||||
};
|
||||
|
||||
|
@ -44,6 +44,7 @@
|
||||
|
||||
/ {
|
||||
memory {
|
||||
device_type = "memory";
|
||||
reg = <0 0x80000000>;
|
||||
};
|
||||
|
||||
|
@ -49,6 +49,7 @@
|
||||
compatible = "chipspark,popmetal-rk3288", "rockchip,rk3288";
|
||||
|
||||
memory{
|
||||
device_type = "memory";
|
||||
reg = <0 0x80000000>;
|
||||
};
|
||||
|
||||
|
@ -48,6 +48,7 @@
|
||||
compatible = "netxeon,r89", "rockchip,rk3288";
|
||||
|
||||
memory {
|
||||
device_type = "memory";
|
||||
reg = <0x0 0x80000000>;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user