Commit 2ad928e1 authored by Tomasz Figa's avatar Tomasz Figa Committed by Luis Henriques

ARM: dts: Enable PWM node by default for s3c64xx

commit 5e794de5 upstream.

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: default avatarTomasz Figa <tomasz.figa@gmail.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
Signed-off-by: default avatarLuis Henriques <luis.henriques@canonical.com>
parent 3851395e
......@@ -198,10 +198,6 @@ &uart3 {
status = "okay";
};
&pwm {
status = "okay";
};
&pinctrl0 {
gpio_leds: gpio-leds {
samsung,pins = "gpk-4", "gpk-5", "gpk-6", "gpk-7";
......
......@@ -168,7 +168,6 @@ pwm: pwm@7f006000 {
clocks = <&clocks PCLK_PWM>;
samsung,pwm-outputs = <0>, <1>;
#pwm-cells = <3>;
status = "disabled";
};
pinctrl0: pinctrl@7f008000 {
......
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