Skip to content

Commit 86124c7

Browse files
petegriffinkrzk
authored andcommitted
arm64: dts: exynos: gs101: enable cmu-hsi2 clock controller
Enable the cmu_hsi2 clock management unit. It feeds some of the high speed interfaces such as PCIe and UFS. Signed-off-by: Peter Griffin <[email protected]> Reviewed-by: Tudor Ambarus <[email protected]> Signed-off-by: André Draszik <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 4982a4a commit 86124c7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,6 +1267,18 @@
12671267
interrupts = <GIC_SPI 471 IRQ_TYPE_LEVEL_HIGH 0>;
12681268
};
12691269

1270+
cmu_hsi2: clock-controller@14400000 {
1271+
compatible = "google,gs101-cmu-hsi2";
1272+
reg = <0x14400000 0x4000>;
1273+
#clock-cells = <1>;
1274+
clocks = <&ext_24_5m>,
1275+
<&cmu_top CLK_DOUT_CMU_HSI2_BUS>,
1276+
<&cmu_top CLK_DOUT_CMU_HSI2_PCIE>,
1277+
<&cmu_top CLK_DOUT_CMU_HSI2_UFS_EMBD>,
1278+
<&cmu_top CLK_DOUT_CMU_HSI2_MMC_CARD>;
1279+
clock-names = "oscclk", "bus", "pcie", "ufs", "mmc";
1280+
};
1281+
12701282
pinctrl_hsi2: pinctrl@14440000 {
12711283
compatible = "google,gs101-pinctrl";
12721284
reg = <0x14440000 0x00001000>;

0 commit comments

Comments
 (0)