STM32MP157a, DSI PLL and DSI-PHY 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 tree for our project and some user code there. we can see DSI data lanes signals but not DSI clk signal. We did some comparison with stm32mp157f dk2 board and we fond the follwoing when we apply this command to check the clocks in the kernel:
Note: the image version is:
openstlinux-5.15-yocto-kirkstone-mp1-v24.07.17
with a BSP layer on top from somlabs:
https://github.com/SoMLabs/meta-somlabs
cat /sys/kernel/debug/clk/clk_summary | grep -i dsi
The results from the dk2 board:

The result form our custom board:

I have two questions:
1- How can I enable the dsi and the dsi_px? (as the enable count is zero here)
2- How to enable the ck_dsi_phy in my kernel to be used? (like what is shown with the dk2)
Thanks in advance!
