diff options
author | Lucas Stach <dev@lynxeye.de> | 2017-12-11 17:58:29 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-12-26 09:15:44 +0100 |
commit | 0ba13ae34ee152ec7304bce6790511d47d3d4734 (patch) | |
tree | 963785e0184b592071bd6666d16c8186264c157a /arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi | |
parent | ARM: dts: imx6*-hummingboard2: remove non-mainline property from RTC (diff) | |
download | linux-0ba13ae34ee152ec7304bce6790511d47d3d4734.tar.xz linux-0ba13ae34ee152ec7304bce6790511d47d3d4734.zip |
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: 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>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi b/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi index 2a63c992b62c..6fbfa970a0a7 100644 --- a/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi +++ b/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi @@ -478,14 +478,6 @@ status = "okay"; }; -&pwm3 { - status = "disabled"; -}; - -&pwm4 { - status = "disabled"; -}; - &ssi1 { status = "okay"; }; |