Commit 430d31bb authored by Arnd Bergmann's avatar Arnd Bergmann

Merge tag 'at91-fixes-5.19-3' of...

Merge tag 'at91-fixes-5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into arm/fixes

AT91 fixes for 5.19 #3

It contains one fix for LAN966 based SoCs fixing the frequency of
sys_clk. sys_clk is feeding different IPs so having proper frequency
for it in DT is necessary for proper working of different drivers.

* tag 'at91-fixes-5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux:
  ARM: dts: lan966x: fix sys_clk frequency

Link: https://lore.kernel.org/r/20220721075705.1739915-1-claudiu.beznea@microchip.comSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents 7849f5cf ef0324b6
...@@ -38,7 +38,7 @@ clocks { ...@@ -38,7 +38,7 @@ clocks {
sys_clk: sys_clk { sys_clk: sys_clk {
compatible = "fixed-clock"; compatible = "fixed-clock";
#clock-cells = <0>; #clock-cells = <0>;
clock-frequency = <162500000>; clock-frequency = <165625000>;
}; };
cpu_clk: cpu_clk { cpu_clk: cpu_clk {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment