Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: sunxi: Drop resets from r_pio nodes

None of the sunxi pin controllers have a module reset line. This is
confirmed by documentation (A80) as well as experimentation (A33).

Let's remove the inaccurate properties.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Link: https://lore.kernel.org/r/20220531053623.43851-3-samuel@sholland.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Samuel Holland and committed by
Linus Walleij
daf4cfdd 59c15025

-3
-1
arch/arm/boot/dts/sun6i-a31.dtsi
··· 1387 1387 <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>; 1388 1388 clocks = <&apb0_gates 0>, <&osc24M>, <&rtc 0>; 1389 1389 clock-names = "apb", "hosc", "losc"; 1390 - resets = <&apb0_rst 0>; 1391 1390 gpio-controller; 1392 1391 interrupt-controller; 1393 1392 #interrupt-cells = <3>;
-1
arch/arm/boot/dts/sun8i-a23-a33.dtsi
··· 812 812 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>; 813 813 clocks = <&apb0_gates 0>, <&osc24M>, <&rtc 0>; 814 814 clock-names = "apb", "hosc", "losc"; 815 - resets = <&apb0_rst 0>; 816 815 gpio-controller; 817 816 interrupt-controller; 818 817 #interrupt-cells = <3>;
-1
arch/arm/boot/dts/sun9i-a80.dtsi
··· 1218 1218 <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>; 1219 1219 clocks = <&apbs_gates 0>, <&osc24M>, <&osc32k>; 1220 1220 clock-names = "apb", "hosc", "losc"; 1221 - resets = <&apbs_rst 0>; 1222 1221 gpio-controller; 1223 1222 interrupt-controller; 1224 1223 #interrupt-cells = <3>;