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

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
......@@ -478,14 +478,6 @@ &pwm1 {
status = "okay";
};
&pwm3 {
status = "disabled";
};
&pwm4 {
status = "disabled";
};
&ssi1 {
status = "okay";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment