mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 10:33:41 +02:00
arm64: dts: st: add clock-cells to syscfg node on stm32mp231
Make the syscfg node a clock provider so clock consumers can reach child clocks through device-tree. Signed-off-by: Raphael Gallais-Pou <raphael.gallais-pou@foss.st.com> Link: https://lore.kernel.org/r/20260210-display-v2-5-0592bd514958@foss.st.com Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
This commit is contained in:
parent
afb3dcfe96
commit
eb0528245f
|
|
@ -980,6 +980,7 @@ exti1: interrupt-controller@44220000 {
|
|||
syscfg: syscon@44230000 {
|
||||
compatible = "st,stm32mp23-syscfg", "syscon";
|
||||
reg = <0x44230000 0x10000>;
|
||||
#clock-cells = <0>;
|
||||
};
|
||||
|
||||
pinctrl: pinctrl@44240000 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user