mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-13 05:00:15 -04:00
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 <andre.draszik@linaro.org> Reviewed-by: Tudor Ambarus <tudor.ambarus@linaro.org> Link: https://lore.kernel.org/r/20240430-samsung-pinctrl-busclock-dts-v2-2-14fc988139dd@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
committed by
Krzysztof Kozlowski
parent
1665b303a0
commit
42e3f188b2
@@ -370,6 +370,8 @@ sysreg_peric0: syscon@10820000 {
|
||||
pinctrl_peric0: pinctrl@10840000 {
|
||||
compatible = "google,gs101-pinctrl";
|
||||
reg = <0x10840000 0x00001000>;
|
||||
clocks = <&cmu_peric0 CLK_GOUT_PERIC0_GPIO_PERIC0_PCLK>;
|
||||
clock-names = "pclk";
|
||||
interrupts = <GIC_SPI 625 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||
};
|
||||
|
||||
@@ -914,6 +916,8 @@ sysreg_peric1: syscon@10c20000 {
|
||||
pinctrl_peric1: pinctrl@10c40000 {
|
||||
compatible = "google,gs101-pinctrl";
|
||||
reg = <0x10c40000 0x00001000>;
|
||||
clocks = <&cmu_peric1 CLK_GOUT_PERIC1_GPIO_PERIC1_PCLK>;
|
||||
clock-names = "pclk";
|
||||
interrupts = <GIC_SPI 644 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user