Skip to content

Commit e201676

Browse files
Raghav Sharmakrzk
authored andcommitted
arm64: dts: exynosautov920: add CMU_HSI2 clock DT nodes
Add required dt node for CMU_HSI2 block, which provides clocks to ufs and ethernet IPs Signed-off-by: Raghav Sharma <[email protected]> Reviewed-by: Alim Akhtar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 6c1497a commit e201676

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

arch/arm64/boot/dts/exynos/exynosautov920.dtsi

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,6 +1048,23 @@
10481048
interrupts = <GIC_SPI 456 IRQ_TYPE_LEVEL_HIGH>;
10491049
};
10501050

1051+
cmu_hsi2: clock-controller@16b00000 {
1052+
compatible = "samsung,exynosautov920-cmu-hsi2";
1053+
reg = <0x16b00000 0x8000>;
1054+
#clock-cells = <1>;
1055+
1056+
clocks = <&xtcxo>,
1057+
<&cmu_top DOUT_CLKCMU_HSI2_NOC>,
1058+
<&cmu_top DOUT_CLKCMU_HSI2_NOC_UFS>,
1059+
<&cmu_top DOUT_CLKCMU_HSI2_UFS_EMBD>,
1060+
<&cmu_top DOUT_CLKCMU_HSI2_ETHERNET>;
1061+
clock-names = "oscclk",
1062+
"noc",
1063+
"ufs",
1064+
"embd",
1065+
"ethernet";
1066+
};
1067+
10511068
pinctrl_hsi2: pinctrl@16c10000 {
10521069
compatible = "samsung,exynosautov920-pinctrl";
10531070
reg = <0x16c10000 0x10000>;

0 commit comments

Comments
 (0)