mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
arm64: dts: rockchip: modify hdmirx cma memory to 128MB for rk3588 boards
cma memory reserved for hdmirx reduced to 128MB Signed-off-by: Dingxian Wen <shawn.wen@rock-chips.com> Change-Id: I80d909c5bba1769cf34a649e8482a905375c2512
This commit is contained in:
@@ -16,11 +16,11 @@
|
||||
#size-cells = <2>;
|
||||
ranges;
|
||||
|
||||
/* Reserve 256MB memory for hdmirx-controller@fdee0000 */
|
||||
/* Reserve 128MB memory for hdmirx-controller@fdee0000 */
|
||||
cma {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
reg = <0x0 (256 * 0x100000) 0x0 (256 * 0x100000)>;
|
||||
reg = <0x0 (256 * 0x100000) 0x0 (128 * 0x100000)>;
|
||||
linux,cma-default;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -16,11 +16,11 @@
|
||||
#size-cells = <2>;
|
||||
ranges;
|
||||
|
||||
/* Reserve 256MB memory for hdmirx-controller@fdee0000 */
|
||||
/* Reserve 128MB memory for hdmirx-controller@fdee0000 */
|
||||
cma {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
reg = <0x0 (256 * 0x100000) 0x0 (256 * 0x100000)>;
|
||||
reg = <0x0 (256 * 0x100000) 0x0 (128 * 0x100000)>;
|
||||
linux,cma-default;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -16,11 +16,11 @@
|
||||
#size-cells = <2>;
|
||||
ranges;
|
||||
|
||||
/* Reserve 256MB memory for hdmirx-controller@fdee0000 */
|
||||
/* Reserve 128MB memory for hdmirx-controller@fdee0000 */
|
||||
cma {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
reg = <0x0 (256 * 0x100000) 0x0 (256 * 0x100000)>;
|
||||
reg = <0x0 (256 * 0x100000) 0x0 (128 * 0x100000)>;
|
||||
linux,cma-default;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user