Unverified Commit b9f6b80e authored by Maxime Ripard's avatar Maxime Ripard
Browse files

ARM: dts: sun8i: r40: Fix AHCI reset-names property



The AHCI node was introduced with a typo in the reset-names property that
got written resets-name instead.

This was working because the reset is optional for that driver, and the
controller was put out of reset by the bootloader.

Fixes: 41c64d33 ("ARM: dts: sun8i: r40: add sata node")
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent 655c0f42
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -562,7 +562,7 @@
			interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&ccu CLK_BUS_SATA>, <&ccu CLK_SATA>;
			resets = <&ccu RST_BUS_SATA>;
			resets-name = "ahci";
			reset-names = "ahci";
			#address-cells = <1>;
			#size-cells = <0>;
			status = "disabled";