RE: Enable DDR ECC in Am62A processor » 0001-mitysom-62a-Reduce-cma-pool-to-fit-in-reduced-memory.patch
| arch/arm64/boot/dts/ti/k3-am62a7-mitysom-som.dtsi | ||
|---|---|---|
|
linux,cma {
|
||
|
compatible = "shared-dma-pool";
|
||
|
reusable;
|
||
|
size = <0x00 0x24000000>;
|
||
|
alloc-ranges = <0x00 0xc0000000 0x00 0x24000000>;
|
||
|
size = <0x00 0x20000000>;
|
||
|
alloc-ranges = <0x00 0xc0000000 0x00 0x20000000>;
|
||
|
linux,cma-default;
|
||
|
};
|
||