Skip to content

Commit db30dc1

Browse files
Aidan MacDonaldtsbogend
authored andcommitted
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 <[email protected]> Signed-off-by: Aidan MacDonald <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent eb9e9bc commit db30dc1

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

arch/mips/boot/dts/ingenic/x1000.dtsi

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,9 @@
111111

112112
clocks = <&cgu X1000_CLK_RTCLK>,
113113
<&cgu X1000_CLK_EXCLK>,
114-
<&cgu X1000_CLK_PCLK>;
115-
clock-names = "rtc", "ext", "pclk";
114+
<&cgu X1000_CLK_PCLK>,
115+
<&cgu X1000_CLK_TCU>;
116+
clock-names = "rtc", "ext", "pclk", "tcu";
116117

117118
interrupt-controller;
118119
#interrupt-cells = <1>;

arch/mips/boot/dts/ingenic/x1830.dtsi

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,9 @@
104104

105105
clocks = <&cgu X1830_CLK_RTCLK>,
106106
<&cgu X1830_CLK_EXCLK>,
107-
<&cgu X1830_CLK_PCLK>;
108-
clock-names = "rtc", "ext", "pclk";
107+
<&cgu X1830_CLK_PCLK>,
108+
<&cgu X1830_CLK_TCU>;
109+
clock-names = "rtc", "ext", "pclk", "tcu";
109110

110111
interrupt-controller;
111112
#interrupt-cells = <1>;

0 commit comments

Comments
 (0)