]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
ARM: dts: imx6*-hummingboard2: remove redundant PWM disables
authorLucas Stach <dev@lynxeye.de>
Mon, 11 Dec 2017 16:58:29 +0000 (16:58 +0000)
committerShawn Guo <shawnguo@kernel.org>
Tue, 26 Dec 2017 08:15:44 +0000 (16:15 +0800)
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: Lucas Stach <dev@lynxeye.de>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi

index 2a63c992b62c7339ffcffd1ad403d39c68ad1e43..6fbfa970a0a7bb59af0b976bc00d443a9a289cc2 100644 (file)
        status = "okay";
 };
 
-&pwm3 {
-       status = "disabled";
-};
-
-&pwm4 {
-       status = "disabled";
-};
-
 &ssi1 {
        status = "okay";
 };