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

Commit 0ba13ae3 authored by Lucas Stach's avatar Lucas Stach Committed by Shawn Guo
Browse files

ARM: dts: imx6*-hummingboard2: remove redundant PWM disables



The PWM nodes are already disabled in the imx6qdl.dtsi, so there
is no need to disable them again in the board DTS.

Signed-off-by: default avatarLucas Stach <dev@lynxeye.de>
Signed-off-by: default avatarRussell King <rmk+kernel@armlinux.org.uk>
Reviewed-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent d24f7614
Loading
Loading
Loading
Loading
+0 −8
Original line number Original line Diff line number Diff line
@@ -478,14 +478,6 @@
	status = "okay";
	status = "okay";
};
};


&pwm3 {
	status = "disabled";
};

&pwm4 {
	status = "disabled";
};

&ssi1 {
&ssi1 {
	status = "okay";
	status = "okay";
};
};