diff options
author | Tomasz Figa <tomasz.figa@gmail.com> | 2014-09-23 17:14:29 +0200 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-10-20 17:12:40 +0200 |
commit | 5e794de514f56de1e78e979ca09c56a91aa2e9f1 (patch) | |
tree | 8feddd641352f08befe8e8d1d6948322f5072afc /arch/arm/boot/dts/s3c64xx.dtsi | |
parent | ARM: dts: Add exynos5250-spring device tree (diff) | |
download | linux-5e794de514f56de1e78e979ca09c56a91aa2e9f1.tar.xz linux-5e794de514f56de1e78e979ca09c56a91aa2e9f1.zip |
ARM: dts: Enable PWM node by default for s3c64xx
The PWM block is required for system clock source so it must be always
enabled. This patch fixes boot issues on SMDK6410 which did not have
the node enabled explicitly for other purposes.
Fixes: eeb93d02 ("clocksource: of: Respect device tree node status")
Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/boot/dts/s3c64xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/s3c64xx.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/s3c64xx.dtsi b/arch/arm/boot/dts/s3c64xx.dtsi index ff5bdaac987a..0ccb414cd268 100644 --- a/arch/arm/boot/dts/s3c64xx.dtsi +++ b/arch/arm/boot/dts/s3c64xx.dtsi @@ -172,7 +172,6 @@ clocks = <&clocks PCLK_PWM>; samsung,pwm-outputs = <0>, <1>; #pwm-cells = <3>; - status = "disabled"; }; pinctrl0: pinctrl@7f008000 { |