Part Number: AM67A
I wanted to check the GPU's frequency via the k3conf tool.
I just wanted to confirm that the frequency is set statically to the maximum frequency of the speed grade.
This worked just fine for most system parts, such as the A53 core and the VPU. However, for the GPU, I cannot find the value.
According to the device tree, clock ID 3 should be the relevant one. However, I only get CLK_STATE_NOT_READY.
|--------------------------------------------------------------------------------------|
| Device ID | Clock ID | Clock Name | Status | Clock Frequency |
|--------------------------------------------------------------------------------------|
| 237 | 2 | DEV_GPU0_GPU_DCC_CLK | CLK_STATE_READY | 0 |
| 237 | 3 | DEV_GPU0_GPU_PLL_CLK | CLK_STATE_NOT_READY | 0 |
| 237 | 4 | DEV_GPU0_PLL_CTRL_CLK | CLK_STATE_READY | 500000000 |
|--------------------------------------------------------------------------------------|
Is this normal, and if so, why can't the tool retrieve the actual frequency?