mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
arm64: dts: rockchip: rk3588-android: add reserved memory for vendor storage
Signed-off-by: Yifeng Zhao <yifeng.zhao@rock-chips.com> Change-Id: I538bd0032ad2613a2d9a148c7483b9ab244be5f3
This commit is contained in:
@@ -75,6 +75,11 @@
|
||||
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 {
|
||||
compatible = "ramoops";
|
||||
/* 0x110000 to 0x1f0000 is for ramoops */
|
||||
@@ -87,6 +92,12 @@
|
||||
record-size = <0x14000>;
|
||||
};
|
||||
};
|
||||
|
||||
vendor_storage: vendor-storage {
|
||||
compatible = "rockchip,ram-vendor-storage";
|
||||
memory-region = <&vendor_storage_rm>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
&display_subsystem {
|
||||
|
||||
Reference in New Issue
Block a user