mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-16 14:08:45 +00:00
ARM: dts: stm32: make the LTDC clock usable by the clock driver
As described in [1], the "clocks" property contains "a phandle to the clock device node, an index selecting between gated clocks (0) and other clocks (1), and an index specifying the clock to use." The current version of the clock driver, unlike the kernel, is currently able to properly handle nodes with "clocks" properties with an index set to 0. This patch is preparatory for future developments that require the use of the LTDC clock. [1] Documentation/devicetree/bindings/clock/st,stm32-rcc.txt Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
This commit is contained in:
parent
95d1900d22
commit
6212e5bc69
1 changed files with 4 additions and 0 deletions
|
@ -134,6 +134,10 @@
|
|||
bootph-all;
|
||||
};
|
||||
|
||||
<dc {
|
||||
clocks = <&rcc 0 STM32F4_APB2_CLOCK(LTDC)>;
|
||||
};
|
||||
|
||||
&pinctrl {
|
||||
bootph-all;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue