Unverified Commit 562bf196 authored by Maxime Ripard's avatar Maxime Ripard
Browse files

arm64: dts: allwinner: a64: Add missing PIO clocks



The pinctrl binding mandates that we have the three clocks fed into the PIO
described.

Even though the old case is still supported for backward compatibility, we
should update our DTs to fix this.

Fixes: 6bc37fac ("arm64: dts: add Allwinner A64 SoC .dtsi")
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent d41a43a0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -583,7 +583,8 @@
			interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>,
				     <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>,
				     <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&ccu 58>;
			clocks = <&ccu 58>, <&osc24M>, <&rtc 0>;
			clock-names = "apb", "hosc", "losc";
			gpio-controller;
			#gpio-cells = <3>;
			interrupt-controller;