Skip to content

Commit

Permalink
ARM: dts: fix pwm-cells in pwm node for exynos4
Browse files Browse the repository at this point in the history
pwm-cells should be 3. Third cell is optional PWM flags. And This flag
supported by this binding is PWM_POLARITY_INVERTED.

Signed-off-by: Jaewon Kim <[email protected]>
Reviewed-by: Sachin Kamat <[email protected]>
Signed-off-by: Kukjin Kim <[email protected]>
jwn0222 authored and kgene committed Jul 4, 2014
1 parent 73ea6ec commit 2fd82d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos4.dtsi
Original file line number Diff line number Diff line change
@@ -554,7 +554,7 @@
interrupts = <0 37 0>, <0 38 0>, <0 39 0>, <0 40 0>, <0 41 0>;
clocks = <&clock CLK_PWM>;
clock-names = "timers";
#pwm-cells = <2>;
#pwm-cells = <3>;
status = "disabled";
};

0 comments on commit 2fd82d3

Please sign in to comment.