aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/boot/dts/ingenic/x1830.dtsi
diff options
context:
space:
mode:
authorAidan MacDonald <aidanmacdonald.0x0@gmail.com>2022-06-17 13:18:05 +0100
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2022-06-21 17:18:39 +0200
commitdb30dc1a5226eb74d52f748989e9a06451333678 (patch)
tree48df7149856a9a992af91858c6d4ec4767987bc3 /arch/mips/boot/dts/ingenic/x1830.dtsi
parentmips/pic32/pic32mzda: Fix refcount leak bugs (diff)
downloadlinux-dev-db30dc1a5226eb74d52f748989e9a06451333678.tar.xz
linux-dev-db30dc1a5226eb74d52f748989e9a06451333678.zip
mips: dts: ingenic: Add TCU clock to x1000/x1830 tcu device node
This clock is a gate for the TCU hardware block on these SoCs, but it wasn't included in the device tree since the ingenic-tcu driver erroneously did not request it. Reviewed-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Aidan MacDonald <aidanmacdonald.0x0@gmail.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to '')
-rw-r--r--arch/mips/boot/dts/ingenic/x1830.dtsi5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/mips/boot/dts/ingenic/x1830.dtsi b/arch/mips/boot/dts/ingenic/x1830.dtsi
index dbf21afaccb1..65a5da71c199 100644
--- a/arch/mips/boot/dts/ingenic/x1830.dtsi
+++ b/arch/mips/boot/dts/ingenic/x1830.dtsi
@@ -104,8 +104,9 @@
clocks = <&cgu X1830_CLK_RTCLK>,
<&cgu X1830_CLK_EXCLK>,
- <&cgu X1830_CLK_PCLK>;
- clock-names = "rtc", "ext", "pclk";
+ <&cgu X1830_CLK_PCLK>,
+ <&cgu X1830_CLK_TCU>;
+ clock-names = "rtc", "ext", "pclk", "tcu";
interrupt-controller;
#interrupt-cells = <1>;