mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
arm64: dts: rockchip: rk3562: add reserved memory for vendor storage
Signed-off-by: Yifeng Zhao <yifeng.zhao@rock-chips.com> Change-Id: Ia454cbb7a05698fe2d9a38bd13fa93ef8c3bc642
This commit is contained in:
@@ -522,6 +522,11 @@
|
||||
reg = <0x0 0x0 0x0 0x0>;
|
||||
};
|
||||
|
||||
vendor_storage_rm: vendor-storage-rm@00000000 {
|
||||
compatible = "rockchip,vendor-storage-rm";
|
||||
reg = <0x0 0x0 0x0 0x0>;
|
||||
};
|
||||
|
||||
drm_cubic_lut: drm-cubic-lut@00000000 {
|
||||
compatible = "rockchip,drm-cubic-lut";
|
||||
reg = <0x0 0x0 0x0 0x0>;
|
||||
@@ -742,6 +747,12 @@
|
||||
<GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
|
||||
};
|
||||
|
||||
vendor_storage: vendor-storage {
|
||||
compatible = "rockchip,ram-vendor-storage";
|
||||
memory-region = <&vendor_storage_rm>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
scmi_shmem: scmi-shmem@10f000 {
|
||||
compatible = "arm,scmi-shmem";
|
||||
reg = <0x0 0x0010f000 0x0 0x100>;
|
||||
|
||||
Reference in New Issue
Block a user