diff options
author | Ezequiel Garcia <[email protected]> | 2021-05-06 08:11:34 -0300 |
---|---|---|
committer | Heiko Stuebner <[email protected]> | 2021-05-10 01:52:45 +0200 |
commit | 642593eec32571ff9288ddf3fa09792d3efb275f (patch) | |
tree | 49796aeb0367244654870c562ae91e9ead85db30 | |
parent | e6526f90696e6a7d722d04b958f15b97d6fd9ce6 (diff) |
arm64: dts: rockchip: add timer0 clocks on rk3368
The timer driver requires pclk and sclk clocks
to be present in the device tree node, so add them.
Signed-off-by: Ezequiel Garcia <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Heiko Stuebner <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3368.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3368.dtsi b/arch/arm64/boot/dts/rockchip/rk3368.dtsi index dfc6376171d0..4c64fbefb483 100644 --- a/arch/arm64/boot/dts/rockchip/rk3368.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3368.dtsi @@ -664,6 +664,8 @@ compatible = "rockchip,rk3368-timer", "rockchip,rk3288-timer"; reg = <0x0 0xff810000 0x0 0x20>; interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&cru PCLK_TIMER0>, <&cru SCLK_TIMER00>; + clock-names = "pclk", "timer"; }; spdif: spdif@ff880000 { |