Skip to content

Commit 4982a4a

Browse files
andredkrzk
authored andcommitted
arm64: dts: exynos: gs101: enable cmu-hsi0 clock controller
Enable the cmu-hsi0 clock controller. It feeds USB. Signed-off-by: André Draszik <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 1414ca3 commit 4982a4a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

arch/arm64/boot/dts/exynos/google/gs101.dtsi

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1247,6 +1247,20 @@
12471247
};
12481248
};
12491249

1250+
cmu_hsi0: clock-controller@11000000 {
1251+
compatible = "google,gs101-cmu-hsi0";
1252+
reg = <0x11000000 0x4000>;
1253+
#clock-cells = <1>;
1254+
1255+
clocks = <&ext_24_5m>,
1256+
<&cmu_top CLK_DOUT_CMU_HSI0_BUS>,
1257+
<&cmu_top CLK_DOUT_CMU_HSI0_DPGTC>,
1258+
<&cmu_top CLK_DOUT_CMU_HSI0_USB31DRD>,
1259+
<&cmu_top CLK_DOUT_CMU_HSI0_USBDPDBG>;
1260+
clock-names = "oscclk", "bus", "dpgtc", "usb31drd",
1261+
"usbdpdbg";
1262+
};
1263+
12501264
pinctrl_hsi1: pinctrl@11840000 {
12511265
compatible = "google,gs101-pinctrl";
12521266
reg = <0x11840000 0x00001000>;

0 commit comments

Comments
 (0)