ARM: dts: rockchip: decrease isp reserved memory size for rv1126-evb-thunder-boot

We don't need so much isp reserved memory for thunder boot.
The default value is 256MB.

Signed-off-by: Zhichao Yu <zhichao.yu@rock-chips.com>
Change-Id: Ife84c37b24ae5bd882b6cbdeb612b51e7aff3db7
This commit is contained in:
Zhichao Yu
2020-08-20 09:32:57 +08:00
committed by Tao Huang
parent 7ff0530f7b
commit 5ff57575c9

View File

@@ -2,6 +2,10 @@
clock-frequency = <1000000>;
};
&isp_reserved {
size = <0x08000000>;
};
&route_dsi {
status = "disabled";
};