arm64: dts: rockchip: rk3568: add reserved memory for cubic lut

Change-Id: I68bc3fb2e3955383652fd1e583728becbfca744b
Signed-off-by: Sandy Huang <hjc@rock-chips.com>
This commit is contained in:
Sandy Huang
2021-04-23 14:27:24 +08:00
parent dbb3122b77
commit 9dafae176b

View File

@@ -202,7 +202,8 @@
display_subsystem: display-subsystem {
compatible = "rockchip,display-subsystem";
logo-memory-region = <&drm_logo>;
memory-region = <&drm_logo>, <&drm_cubic_lut>;
memory-region-names = "drm-logo", "drm-cubic-lut";
ports = <&vop_out>;
route {
@@ -305,6 +306,11 @@
compatible = "rockchip,drm-logo";
reg = <0x0 0x0 0x0 0x0>;
};
drm_cubic_lut: drm-cubic-lut@00000000 {
compatible = "rockchip,drm-cubic-lut";
reg = <0x0 0x0 0x0 0x0>;
};
};
rockchip_suspend: rockchip-suspend {