Skip to content

Commit 42e3f18

Browse files
andredkrzk
authored andcommitted
arm64: dts: exynos: gs101: specify bus clock for pinctrl_peric[01]
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-2-14fc988139dd@linaro.org Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 1665b30 commit 42e3f18

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,8 @@
370370
pinctrl_peric0: pinctrl@10840000 {
371371
compatible = "google,gs101-pinctrl";
372372
reg = <0x10840000 0x00001000>;
373+
clocks = <&cmu_peric0 CLK_GOUT_PERIC0_GPIO_PERIC0_PCLK>;
374+
clock-names = "pclk";
373375
interrupts = <GIC_SPI 625 IRQ_TYPE_LEVEL_HIGH 0>;
374376
};
375377

@@ -914,6 +916,8 @@
914916
pinctrl_peric1: pinctrl@10c40000 {
915917
compatible = "google,gs101-pinctrl";
916918
reg = <0x10c40000 0x00001000>;
919+
clocks = <&cmu_peric1 CLK_GOUT_PERIC1_GPIO_PERIC1_PCLK>;
920+
clock-names = "pclk";
917921
interrupts = <GIC_SPI 644 IRQ_TYPE_LEVEL_HIGH 0>;
918922
};
919923

0 commit comments

Comments
 (0)