Skip to content

Commit 8120dc4

Browse files
andredkrzk
authored andcommitted
arm64: dts: exynos: gs101: specify bus clock for pinctrl_hsi2
This bus clock is needed for pinctrl register access to work. Add it. Signed-off-by: André Draszik <[email protected]> Reviewed-by: Tudor Ambarus <[email protected]> Link: https://lore.kernel.org/r/20240430-samsung-pinctrl-busclock-dts-v2-3-14fc988139dd@linaro.org Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 42e3f18 commit 8120dc4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1333,6 +1333,8 @@
13331333
pinctrl_hsi2: pinctrl@14440000 {
13341334
compatible = "google,gs101-pinctrl";
13351335
reg = <0x14440000 0x00001000>;
1336+
clocks = <&cmu_hsi2 CLK_GOUT_HSI2_GPIO_HSI2_PCLK>;
1337+
clock-names = "pclk";
13361338
interrupts = <GIC_SPI 503 IRQ_TYPE_LEVEL_HIGH 0>;
13371339
};
13381340

0 commit comments

Comments
 (0)