mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
arm64: dts: rockchip: rk3576-android: add ram-vendor-storage support
Signed-off-by: Yifeng Zhao <yifeng.zhao@rock-chips.com> Change-Id: Ic588a493a42086710aa448e492fda2732bdc720d
This commit is contained in:
@@ -44,6 +44,11 @@
|
||||
reg = <0x0 0x0 0x0 0x0>;
|
||||
};
|
||||
|
||||
vendor_storage_rm: vendor-storage-rm@0 {
|
||||
compatible = "rockchip,vendor-storage-rm";
|
||||
reg = <0x0 0x0 0x0 0x0>;
|
||||
};
|
||||
|
||||
ramoops: ramoops@40110000 {
|
||||
compatible = "ramoops";
|
||||
/* 0x40110000 to 0x401f0000 is for ramoops */
|
||||
@@ -56,6 +61,12 @@
|
||||
record-size = <0x14000>;
|
||||
};
|
||||
};
|
||||
|
||||
vendor_storage: vendor-storage {
|
||||
compatible = "rockchip,ram-vendor-storage";
|
||||
memory-region = <&vendor_storage_rm>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
&dfi {
|
||||
|
||||
Reference in New Issue
Block a user