Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9700be5 authored by Andreas Färber's avatar Andreas Färber Committed by Shawn Guo
Browse files

ARM: dts: imx6sx-sabreauto: Fix misspelled property



In commit 99fc5ba0 ("ARM: dts: imx6sx: add i.mx6sx sabreauto board
support") it should've been enable-sdio-wakeup (not -wakup). But that is
now considered a legacy name for wakeup-source, so directly use the new
name instead, as done in commit 26cefdd1 for the other occurrence.

Fixes: 26cefdd1 ("ARM: dts: imx: replace legacy wakeup property with 'wakeup-source'")
Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
Acked-by: default avatarSudeep Holla <sudeep.holla@arm.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 29b4817d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -64,7 +64,7 @@
	cd-gpios = <&gpio7 11 GPIO_ACTIVE_LOW>;
	cd-gpios = <&gpio7 11 GPIO_ACTIVE_LOW>;
	no-1-8-v;
	no-1-8-v;
	keep-power-in-suspend;
	keep-power-in-suspend;
	enable-sdio-wakup;
	wakeup-source;
	status = "okay";
	status = "okay";
};
};