DSI PLL clock configurations in Device tree
We are doing a custom board bring-up and currently trying to display video on our display device. We use CubeMx to generate the device trees for our project, we have configured the DSI PLL dividers to match our display device requirement. Snapshot of the configuration is shown below.
In the device tree's rcc node, we do see the CLK_DSI_DSIPLL, however we are not seeing these divider information.
The clock configurations for rest of the peripherals are reflected in the device tree, also the clock dividers to generate DSI pixel clock are present in the rcc node and in the target's clock summary dsi_px clock shows the configured clock frequency.
The clock configurations for DSI lane clock is not seen in the device tree and also in the target it shows 200MHz instead of a 174MHz when measured.
Are we missing anything here? Where is the DSI PHY configurations in the device tree?
