From: Maxime Ripard Date: Mon, 25 Mar 2019 13:52:50 +0000 (+0100) Subject: arm64: dts: allwinner: a64: Add missing PIO clocks X-Git-Tag: v5.2-rc1~45^2~25^2~13 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=562bf19611c000cb7219431c3cc78aa60c2b371e;p=linux.git 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: 6bc37fac30cf ("arm64: dts: add Allwinner A64 SoC .dtsi") Acked-by: Chen-Yu Tsai Signed-off-by: Maxime Ripard --- diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi index f1c93cdbf68d..ef5b69f182f0 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi @@ -583,7 +583,8 @@ interrupts = , , ; - clocks = <&ccu 58>; + clocks = <&ccu 58>, <&osc24M>, <&rtc 0>; + clock-names = "apb", "hosc", "losc"; gpio-controller; #gpio-cells = <3>; interrupt-controller;