This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: We want change the ram size from uboot(device tree)

Part Number: TDA4VM

Hi ,

We want change the ram size from 16G to 8G

device tree 

k3-j721s2-som-p0.dtsi

memory@80000000 {
        device_type = "memory";
        /* 16 GB RAM */
        reg = <0x00 0x80000000 0x00 0x80000000>,
              <0x08 0x80000000 0x03 0x80000000>;
    };
How colud we modify the reg to 8G?
or any other file need to modify ?