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 | ||
|---|---|---|
| 48 | 48 |
linux,cma {
|
| 49 | 49 |
compatible = "shared-dma-pool"; |
| 50 | 50 |
reusable; |
| 51 |
size = <0x00 0x24000000>;
|
|
| 52 |
alloc-ranges = <0x00 0xc0000000 0x00 0x24000000>;
|
|
| 51 |
size = <0x00 0x20000000>;
|
|
| 52 |
alloc-ranges = <0x00 0xc0000000 0x00 0x20000000>;
|
|
| 53 | 53 |
linux,cma-default; |
| 54 | 54 |
}; |
| 55 | 55 | |