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 <peter.griffin@linaro.org> Reviewed-by: André Draszik <andre.draszik@linaro.org> Link: https://lore.kernel.org/r/20240430141445.2688499-2-peter.griffin@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
1 parent 6d1434a commit b5f5fe4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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)