Skip to content

Commit 1665b30

Browse files
andredkrzk
authored andcommitted
arm64: dts: exynos: gs101: specify bus clock for pinctrl (far) alive
This bus clock is needed for pinctrl register access to work. Add it. Signed-off-by: André Draszik <andre.draszik@linaro.org> Reviewed-by: Tudor Ambarus <tudor.ambarus@linaro.org> Link: https://lore.kernel.org/r/20240430-samsung-pinctrl-busclock-dts-v2-1-14fc988139dd@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
1 parent aaafb21 commit 1665b30

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1390,6 +1390,8 @@
13901390
pinctrl_gpio_alive: pinctrl@174d0000 {
13911391
compatible = "google,gs101-pinctrl";
13921392
reg = <0x174d0000 0x00001000>;
1393+
clocks = <&cmu_apm CLK_GOUT_APM_APBIF_GPIO_ALIVE_PCLK>;
1394+
clock-names = "pclk";
13931395

13941396
wakeup-interrupt-controller {
13951397
compatible = "google,gs101-wakeup-eint",
@@ -1401,6 +1403,8 @@
14011403
pinctrl_far_alive: pinctrl@174e0000 {
14021404
compatible = "google,gs101-pinctrl";
14031405
reg = <0x174e0000 0x00001000>;
1406+
clocks = <&cmu_apm CLK_GOUT_APM_APBIF_GPIO_FAR_ALIVE_PCLK>;
1407+
clock-names = "pclk";
14041408

14051409
wakeup-interrupt-controller {
14061410
compatible = "google,gs101-wakeup-eint",

0 commit comments

Comments
 (0)