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 <peter.griffin@linaro.org> Reviewed-by: Tudor Ambarus <tudor.ambarus@linaro.org> Signed-off-by: André Draszik <andre.draszik@linaro.org> Link: https://lore.kernel.org/r/20240429-hsi0-gs101-v3-2-f233be0a2455@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
1 parent 4982a4a commit 86124c7

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

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)