mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
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:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user