arm64: dts: rockchip: rk3399-android: add reserved memory for vendor storage
Signed-off-by: Yifeng Zhao <yifeng.zhao@rock-chips.com> Change-Id: I6c2b98213bdb77d86b9d45c0580efff1b5811a9a
This commit is contained in:
@@ -43,6 +43,11 @@
|
|||||||
reg = <0x0 0x0 0x0 0x0>;
|
reg = <0x0 0x0 0x0 0x0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vendor_storage_rm: vendor-storage-rm@00000000 {
|
||||||
|
compatible = "rockchip,vendor-storage-rm";
|
||||||
|
reg = <0x0 0x0 0x0 0x0>;
|
||||||
|
};
|
||||||
|
|
||||||
ramoops: ramoops@110000 {
|
ramoops: ramoops@110000 {
|
||||||
compatible = "ramoops";
|
compatible = "ramoops";
|
||||||
reg = <0x0 0x110000 0x0 0xf0000>;
|
reg = <0x0 0x110000 0x0 0xf0000>;
|
||||||
@@ -79,6 +84,12 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vendor_storage: vendor-storage {
|
||||||
|
compatible = "rockchip,ram-vendor-storage";
|
||||||
|
memory-region = <&vendor_storage_rm>;
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
rga: rga@ff680000 {
|
rga: rga@ff680000 {
|
||||||
compatible = "rockchip,rga2";
|
compatible = "rockchip,rga2";
|
||||||
dev_mode = <1>;
|
dev_mode = <1>;
|
||||||
|
|||||||
Reference in New Issue
Block a user