arm64: dts: rockchip: rk3588: configure hdmirx_reserved as reusable

To fix memory reservation error.

Fixes: d14994e799 ("arm64: dts: rockchip: rk3588: add hdmirx_ctrler node")
Signed-off-by: Dingxian Wen <shawn.wen@rock-chips.com>
Change-Id: I340a5efefeaba2985d9bb811e20a76b90e0b7888
This commit is contained in:
Dingxian Wen
2022-01-19 15:27:39 +08:00
committed by Tao Huang
parent a2538eae57
commit b1ba0df9c0

View File

@@ -58,6 +58,7 @@
/* Reserve 128MB cma memory for hdmirx driver */
hdmirx_reserved: hdmirx@10000000 {
compatible = "shared-dma-pool";
reusable;
reg = <0x0 0x10000000 0x0 (128 * 0x100000)>;
status = "disabled";
};