Skip to content

Commit

Permalink
ARM: dts: omap4-droid4: fix dts w.r.t. pwm
Browse files Browse the repository at this point in the history
pwm node should not be under gpio6 node in the device tree.

This fixes detection of the pwm on Droid 4.

Fixes: 6d7bdd3 ("ARM: dts: omap4-droid4: update touchscreen")
Signed-off-by: Pavel Machek <pavel@ucw.cz>
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
[tony@atomide.com: added fixes tag]
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Pavel Machek authored and Tony Lindgren committed Jul 17, 2018
1 parent 9238474 commit d3f6dae
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions arch/arm/boot/dts/omap4-droid4-xt894.dts
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,7 @@

dais = <&mcbsp2_port>, <&mcbsp3_port>;
};
};

&dss {
status = "okay";
};

&gpio6 {
pwm8: dmtimer-pwm-8 {
pinctrl-names = "default";
pinctrl-0 = <&vibrator_direction_pin>;
Expand All @@ -192,7 +186,10 @@
pwm-names = "enable", "direction";
direction-duty-cycle-ns = <10000000>;
};
};

&dss {
status = "okay";
};

&dsi1 {
Expand Down

0 comments on commit d3f6dae

Please sign in to comment.