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 add gpu device tree on j721s2 , but we have som power-domain question.

Part Number: TDA4VM

Hi ,

on j721e gpu device as follow

    gpu: gpu@4e20000000 {
        compatible = "ti,j721e-pvr", "img,pvr-ge8430";
        reg = <0x4e 0x20000000 0x00 0x80000>;
        reg-names = "gpu_regs";
        interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
        power-domains = <&k3_pds 125 TI_SCI_PD_EXCLUSIVE>,
                <&k3_pds 126 TI_SCI_PD_EXCLUSIVE>;
        power-domain-names = "gpu_0", "gpucore_0";
        clocks = <&k3_clks 125 0>;
        clock-names = "ctrl";
    };
but on j721s2
we find 4 device id, we don't know which device id is corrected. 
127 J721S2_DEV_J7AEP_GPU_BXS464_WRAP0
128 J721S2_DEV_J7AEP_GPU_BXS464_WRAP0_DFT_EMBED_PBIST_0
130 J721S2_DEV_J7AEP_GPU_BXS464_WRAP0_GPU_SS_0
373 J721S2_DEV_J7AEP_GPU_BXS464_WRAP0_GPUCORE_0

and 130 has 2 clocks id ,is that mean we need add 2 clocks as fallow?

clocks = <&k3_clks 130 0> <&k3_clks 130 1> ;

Thanks for your help