Skip to content

Commit b5f5fe4

Browse files
petegriffinkrzk
authored andcommitted
arm64: dts: exynos: gs101: Add the hsi2 sysreg node
This has some configuration bits such as sharability that are required by UFS. Signed-off-by: Peter Griffin <[email protected]> Reviewed-by: André Draszik <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 6d1434a commit b5f5fe4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1320,6 +1320,12 @@
13201320
clock-names = "oscclk", "bus", "pcie", "ufs", "mmc";
13211321
};
13221322

1323+
sysreg_hsi2: syscon@14420000 {
1324+
compatible = "google,gs101-hsi2-sysreg", "syscon";
1325+
reg = <0x14420000 0x10000>;
1326+
clocks = <&cmu_hsi2 CLK_GOUT_HSI2_SYSREG_HSI2_PCLK>;
1327+
};
1328+
13231329
pinctrl_hsi2: pinctrl@14440000 {
13241330
compatible = "google,gs101-pinctrl";
13251331
reg = <0x14440000 0x00001000>;

0 commit comments

Comments
 (0)