Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3f6daed authored by Pavel Machek's avatar Pavel Machek Committed by Tony Lindgren
Browse files

ARM: dts: omap4-droid4: fix dts w.r.t. pwm



pwm node should not be under gpio6 node in the device tree.

This fixes detection of the pwm on Droid 4.

Fixes: 6d7bdd32 ("ARM: dts: omap4-droid4: update touchscreen")
Signed-off-by: default avatarPavel Machek <pavel@ucw.cz>
Reviewed-by: default avatarSebastian Reichel <sebastian.reichel@collabora.co.uk>
[tony@atomide.com: added fixes tag]
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 92384741
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -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>;
@@ -192,7 +186,10 @@
		pwm-names = "enable", "direction";
		direction-duty-cycle-ns = <10000000>;
	};
};

&dss {
	status = "okay";
};

&dsi1 {