From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pali =?utf-8?q?Roh=C3=A1r?= Subject: Re: [PATCH] n900 device tree: cleanup Date: Wed, 14 Dec 2016 13:28:27 +0100 Message-ID: <201612141328.27244@pali> References: <20161011075416.GA22453@amd> <20161011081243.GA24580@amd> <20161207031048.pi7j4dms5uuco3yf@earth> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart3638040.DW2B4hSsXt"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20161207031048.pi7j4dms5uuco3yf@earth> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Sebastian Reichel Cc: Tony Lindgren , Pavel Machek , kernel list , linux-arm-kernel , linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, khilman-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, aaro.koskinen-X3B1VOXEql0@public.gmane.org, ivo.g.dimitrov.75-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, patrikbachan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, serge-A9i7LUbDfNHQT0dZR+AlfA@public.gmane.org, bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org, robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-omap@vger.kernel.org --nextPart3638040.DW2B4hSsXt Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Wednesday 07 December 2016 04:10:48 Sebastian Reichel wrote: > Hi Tony, >=20 > It looks like this fell through the cracks. Apart from inconsistent > patch subject: >=20 > Reviewed-By: Sebastian Reichel =46ine for me too. Reviewed-By: Pali Roh=C3=A1r > -- Sebastian >=20 > On Tue, Oct 11, 2016 at 10:12:43AM +0200, Pavel Machek wrote: > > Fix GPIO comment to be consistent with rest of file and add comment > > what tpa6130 is. > >=20 > > Signed-off-by: Pavel Machek > >=20 > > diff --git a/arch/arm/boot/dts/omap3-n900.dts > > b/arch/arm/boot/dts/omap3-n900.dts index bfffd6c..ca9fe8c 100644 > > --- a/arch/arm/boot/dts/omap3-n900.dts > > +++ b/arch/arm/boot/dts/omap3-n900.dts > > @@ -47,7 +47,7 @@ > >=20 > > compatible =3D "gpio-leds"; > > heartbeat { > > =09 > > label =3D "debug::sleep"; > >=20 > > - gpios =3D <&gpio6 2 GPIO_ACTIVE_HIGH>; /* gpio162 */ > > + gpios =3D <&gpio6 2 GPIO_ACTIVE_HIGH>; /* 162 */ > >=20 > > linux,default-trigger =3D "default-on"; > > pinctrl-names =3D "default"; > > pinctrl-0 =3D <&debug_leds>; > >=20 > > @@ -637,6 +637,7 @@ > >=20 > > reg =3D <0x55>; > > =09 > > }; > >=20 > > + /* Stereo headphone amplifier */ > >=20 > > tpa6130a2: tpa6130a2@60 { > > =09 > > compatible =3D "ti,tpa6130a2"; > > reg =3D <0x60>; =2D-=20 Pali Roh=C3=A1r pali.rohar-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org --nextPart3638040.DW2B4hSsXt Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEABECAAYFAlhROusACgkQi/DJPQPkQ1KqIgCgpXmjSy8k78ZLYJOuhYALLbsN Hk8An3Ol5j64MuvFtp3OJ0s1699hEmhu =0Yiq -----END PGP SIGNATURE----- --nextPart3638040.DW2B4hSsXt-- -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: pali.rohar@gmail.com (Pali =?utf-8?q?Roh=C3=A1r?=) Date: Wed, 14 Dec 2016 13:28:27 +0100 Subject: [PATCH] n900 device tree: cleanup In-Reply-To: <20161207031048.pi7j4dms5uuco3yf@earth> References: <20161011075416.GA22453@amd> <20161011081243.GA24580@amd> <20161207031048.pi7j4dms5uuco3yf@earth> Message-ID: <201612141328.27244@pali> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wednesday 07 December 2016 04:10:48 Sebastian Reichel wrote: > Hi Tony, > > It looks like this fell through the cracks. Apart from inconsistent > patch subject: > > Reviewed-By: Sebastian Reichel Fine for me too. Reviewed-By: Pali Roh?r > -- Sebastian > > On Tue, Oct 11, 2016 at 10:12:43AM +0200, Pavel Machek wrote: > > Fix GPIO comment to be consistent with rest of file and add comment > > what tpa6130 is. > > > > Signed-off-by: Pavel Machek > > > > diff --git a/arch/arm/boot/dts/omap3-n900.dts > > b/arch/arm/boot/dts/omap3-n900.dts index bfffd6c..ca9fe8c 100644 > > --- a/arch/arm/boot/dts/omap3-n900.dts > > +++ b/arch/arm/boot/dts/omap3-n900.dts > > @@ -47,7 +47,7 @@ > > > > compatible = "gpio-leds"; > > heartbeat { > > > > label = "debug::sleep"; > > > > - gpios = <&gpio6 2 GPIO_ACTIVE_HIGH>; /* gpio162 */ > > + gpios = <&gpio6 2 GPIO_ACTIVE_HIGH>; /* 162 */ > > > > linux,default-trigger = "default-on"; > > pinctrl-names = "default"; > > pinctrl-0 = <&debug_leds>; > > > > @@ -637,6 +637,7 @@ > > > > reg = <0x55>; > > > > }; > > > > + /* Stereo headphone amplifier */ > > > > tpa6130a2: tpa6130a2 at 60 { > > > > compatible = "ti,tpa6130a2"; > > reg = <0x60>; -- Pali Roh?r pali.rohar at gmail.com -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part. URL: From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755365AbcLNM2d (ORCPT ); Wed, 14 Dec 2016 07:28:33 -0500 Received: from mail-vk0-f65.google.com ([209.85.213.65]:33547 "EHLO mail-vk0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751269AbcLNM2a (ORCPT ); Wed, 14 Dec 2016 07:28:30 -0500 From: Pali =?utf-8?q?Roh=C3=A1r?= To: Sebastian Reichel Subject: Re: [PATCH] n900 device tree: cleanup Date: Wed, 14 Dec 2016 13:28:27 +0100 User-Agent: KMail/1.13.7 (Linux/3.13.0-105-generic; KDE/4.14.2; x86_64; ; ) Cc: Tony Lindgren , Pavel Machek , kernel list , "linux-arm-kernel" , linux-omap@vger.kernel.org, khilman@kernel.org, aaro.koskinen@iki.fi, ivo.g.dimitrov.75@gmail.com, patrikbachan@gmail.com, serge@hallyn.com, bcousson@baylibre.com, robh+dt@kernel.org, mark.rutland@arm.com, devicetree@vger.kernel.org References: <20161011075416.GA22453@amd> <20161011081243.GA24580@amd> <20161207031048.pi7j4dms5uuco3yf@earth> In-Reply-To: <20161207031048.pi7j4dms5uuco3yf@earth> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart3638040.DW2B4hSsXt"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201612141328.27244@pali> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --nextPart3638040.DW2B4hSsXt Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Wednesday 07 December 2016 04:10:48 Sebastian Reichel wrote: > Hi Tony, >=20 > It looks like this fell through the cracks. Apart from inconsistent > patch subject: >=20 > Reviewed-By: Sebastian Reichel =46ine for me too. Reviewed-By: Pali Roh=C3=A1r > -- Sebastian >=20 > On Tue, Oct 11, 2016 at 10:12:43AM +0200, Pavel Machek wrote: > > Fix GPIO comment to be consistent with rest of file and add comment > > what tpa6130 is. > >=20 > > Signed-off-by: Pavel Machek > >=20 > > diff --git a/arch/arm/boot/dts/omap3-n900.dts > > b/arch/arm/boot/dts/omap3-n900.dts index bfffd6c..ca9fe8c 100644 > > --- a/arch/arm/boot/dts/omap3-n900.dts > > +++ b/arch/arm/boot/dts/omap3-n900.dts > > @@ -47,7 +47,7 @@ > >=20 > > compatible =3D "gpio-leds"; > > heartbeat { > > =09 > > label =3D "debug::sleep"; > >=20 > > - gpios =3D <&gpio6 2 GPIO_ACTIVE_HIGH>; /* gpio162 */ > > + gpios =3D <&gpio6 2 GPIO_ACTIVE_HIGH>; /* 162 */ > >=20 > > linux,default-trigger =3D "default-on"; > > pinctrl-names =3D "default"; > > pinctrl-0 =3D <&debug_leds>; > >=20 > > @@ -637,6 +637,7 @@ > >=20 > > reg =3D <0x55>; > > =09 > > }; > >=20 > > + /* Stereo headphone amplifier */ > >=20 > > tpa6130a2: tpa6130a2@60 { > > =09 > > compatible =3D "ti,tpa6130a2"; > > reg =3D <0x60>; =2D-=20 Pali Roh=C3=A1r pali.rohar@gmail.com --nextPart3638040.DW2B4hSsXt Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEABECAAYFAlhROusACgkQi/DJPQPkQ1KqIgCgpXmjSy8k78ZLYJOuhYALLbsN Hk8An3Ol5j64MuvFtp3OJ0s1699hEmhu =0Yiq -----END PGP SIGNATURE----- --nextPart3638040.DW2B4hSsXt--