Hello,is there any example how to configure LTDC device tree entry for RGB display ?Documentation is unclear on that, only MIPI mode is quite well documented.RegardsArkadiusz
I need to provide 32kHz clock at MCO1 output pin on STM32MP157. I have successfully configured u-boot to provide this clock but as soon as kernel is started clock disappears. After some checks I have found that clock is disabled.My question is if it ...
Hi Olivier,configuration is present:here are parts of config from u-boot device tree:&rcc {
u-boot,dm-pre-reloc;
st,clksrc = <
CLK_MPU_PLL1P_DIV
CLK_AXI_PLL2P
CLK_MCU_PLL3P
CLK_PLL12_HSE
CLK_PLL3_HSE
CLK_PLL4_HSE
CLK_RTC_LSE
CLK_MCO...
Hello Olivier,do you have any idea if this can be handled by configuring just device tree or I need to change some code in Linuc clock driver ?RegardsArkadiusz
Hello Olivier,unfortunatelly this does not help.As I wrote already, I have configured u-boot device tree to generate 32kHz on MCO1 output and it works well as long as bootloader is running. But, when Linux is starting and begins drivers initializatio...
Hi Antonio,thank you for your help. After applying this changes it smeas to start working - at least I have 50MHz clock to PHY and PHY itself is detected by Linux.However, at the moment links is not setup properly and I need to investigate this.Rega...