mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-30 00:21:06 +00:00
arm64: zynqmp: Add TTC clocks
PS clock(LPD_APB_CLK) is default clock for TTC. Add this clock entry in TTC nodes. Signed-off-by: Rajan Vaja <rajan.vaja@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
f0d56145d9
commit
ecb4d7481e
1 changed files with 16 additions and 0 deletions
|
@ -248,6 +248,22 @@
|
|||
clocks = <&clkc 59>, <&clkc 31>;
|
||||
};
|
||||
|
||||
&ttc0 {
|
||||
clocks = <&clkc 31>;
|
||||
};
|
||||
|
||||
&ttc1 {
|
||||
clocks = <&clkc 31>;
|
||||
};
|
||||
|
||||
&ttc2 {
|
||||
clocks = <&clkc 31>;
|
||||
};
|
||||
|
||||
&ttc3 {
|
||||
clocks = <&clkc 31>;
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
clocks = <&clkc 56>, <&clkc 31>;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue