From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7B278ECDFAA for ; Mon, 16 Jul 2018 07:10:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3DCF02086E for ; Mon, 16 Jul 2018 07:10:53 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3DCF02086E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ucw.cz Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729818AbeGPHgr (ORCPT ); Mon, 16 Jul 2018 03:36:47 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:60082 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727819AbeGPHgr (ORCPT ); Mon, 16 Jul 2018 03:36:47 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 6B58D8050E; Mon, 16 Jul 2018 09:10:49 +0200 (CEST) Date: Mon, 16 Jul 2018 09:10:48 +0200 From: Pavel Machek To: Sebastian Reichel Cc: Tony Lindgren , kernel list , linux-arm-kernel , linux-omap@vger.kernel.org, nekit1000@gmail.com, mpartap@gmx.net, merlijn@wizzup.org Subject: [PATCH] dts/droid4: fix dts w.r.t. pwm Message-ID: <20180716071048.GA23110@amd> References: <20180709081534.GA6799@amd> <20180709214910.tes6u4ivxomd3aja@earth.universe> <20180709220211.GA7760@amd> <20180710101147.lyu65ro4czvrs2da@earth.universe> <20180710133040.GA4391@amd> <20180710161123.azym6sbboriuj4yc@earth.universe> <20180711080218.GA21225@amd> <20180711132739.GL99251@atomide.com> <20180711142526.dto6iost57zx5t5l@earth.universe> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+QahgC5+KEYLbs62" Content-Disposition: inline In-Reply-To: <20180711142526.dto6iost57zx5t5l@earth.universe> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --+QahgC5+KEYLbs62 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable pwm node should not be under gpio6 node in the device tree. =20 This fixes detection of the pwm on Droid 4. =20 Signed-off-by: Pavel Machek diff --git a/arch/arm/boot/dts/omap4-droid4-xt894.dts b/arch/arm/boot/dts/o= map4-droid4-xt894.dts index 45305e8..c27fc87 100644 --- a/arch/arm/boot/dts/omap4-droid4-xt894.dts +++ b/arch/arm/boot/dts/omap4-droid4-xt894.dts @@ -159,13 +159,7 @@ =20 dais =3D <&mcbsp2_port>, <&mcbsp3_port>; }; -}; - -&dss { - status =3D "okay"; -}; =20 -&gpio6 { pwm8: dmtimer-pwm-8 { pinctrl-names =3D "default"; pinctrl-0 =3D <&vibrator_direction_pin>; @@ -192,7 +186,10 @@ pwm-names =3D "enable", "direction"; direction-duty-cycle-ns =3D <10000000>; }; +}; =20 +&dss { + status =3D "okay"; }; =20 &dsi1 { --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --+QahgC5+KEYLbs62 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAltMRPgACgkQMOfwapXb+vIk0ACgvE4rVgo5JdH9NqnlL8QmMTE0 r2IAn1m56vhiDS1Cu8zRcQ2h66pfX7Ro =5Ga4 -----END PGP SIGNATURE----- --+QahgC5+KEYLbs62--