mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
arm64: dts: exynos: gs101: enable cmu-hsi0 clock controller
Enable the cmu-hsi0 clock controller. It feeds USB. Signed-off-by: André Draszik <andre.draszik@linaro.org> Link: https://lore.kernel.org/r/20240426-hsi0-gs101-v2-2-2157da8b63e3@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
committed by
Krzysztof Kozlowski
parent
1414ca3eff
commit
4982a4a209
@@ -1247,6 +1247,20 @@
|
||||
};
|
||||
};
|
||||
|
||||
cmu_hsi0: clock-controller@11000000 {
|
||||
compatible = "google,gs101-cmu-hsi0";
|
||||
reg = <0x11000000 0x4000>;
|
||||
#clock-cells = <1>;
|
||||
|
||||
clocks = <&ext_24_5m>,
|
||||
<&cmu_top CLK_DOUT_CMU_HSI0_BUS>,
|
||||
<&cmu_top CLK_DOUT_CMU_HSI0_DPGTC>,
|
||||
<&cmu_top CLK_DOUT_CMU_HSI0_USB31DRD>,
|
||||
<&cmu_top CLK_DOUT_CMU_HSI0_USBDPDBG>;
|
||||
clock-names = "oscclk", "bus", "dpgtc", "usb31drd",
|
||||
"usbdpdbg";
|
||||
};
|
||||
|
||||
pinctrl_hsi1: pinctrl@11840000 {
|
||||
compatible = "google,gs101-pinctrl";
|
||||
reg = <0x11840000 0x00001000>;
|
||||
|
||||
Reference in New Issue
Block a user