Skip to content

Commit c4f3c45

Browse files
committed
riscv: dts: spacemit: Acquire clocks for pinctrl
Pinctrl of K1 SoC need two clocks, so explicitly acquire them. Reviewed-by: Alex Elder <[email protected]> Reviewed-by: Haylen Chu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Yixun Lan <[email protected]>
1 parent a6fafa6 commit c4f3c45

File tree

1 file changed

+3
-0
lines changed
  • arch/riscv/boot/dts/spacemit

1 file changed

+3
-0
lines changed

arch/riscv/boot/dts/spacemit/k1.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,9 @@
450450
pinctrl: pinctrl@d401e000 {
451451
compatible = "spacemit,k1-pinctrl";
452452
reg = <0x0 0xd401e000 0x0 0x400>;
453+
clocks = <&syscon_apbc CLK_AIB>,
454+
<&syscon_apbc CLK_AIB_BUS>;
455+
clock-names = "func", "bus";
453456
};
454457

455458
syscon_mpmu: system-controller@d4050000 {

0 commit comments

Comments
 (0)