Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp1626797pxv; Fri, 23 Jul 2021 13:05:52 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxI5r4yVx8jJkdo9iq5CKIadRYAozcV1cMk1NBSehaKaN7+aPh2KWFSo9h2wXyzUqsLuoML X-Received: by 2002:a17:906:95cb:: with SMTP id n11mr6082660ejy.429.1627070751872; Fri, 23 Jul 2021 13:05:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1627070751; cv=none; d=google.com; s=arc-20160816; b=pLNPPDpBA+7Z5K7tkp7w4VLCuNJ2jDSEPOgDC965/hk1TwMkO3TANk/O4wD/3GxreX mtSXTQii7mOrZbo+UcC7e6Nw56eoUvL60chGW/ONOx/fpCRp0nVysW0DhmNz9eqUuc9W PG0lNXP7jz/lRUBy+3RMf4v+v+oFH9DMdAAv+dH/sQ7L+D+WPrUDvJbh7jo2kTgjHURE 6G3pDnqSvQsJi6d+EMMitckJs8ESTPoFTLeQaJ980VxyL2uADQ6c2hG0RD2VGbKeG1E5 6WM25GM5MO6enjRAptGwov3Vj2R0iUdnReW+VF+aufYooaPBH+w2//wUx71sZA3/gOd7 B2EA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=qJ9+bxgaKRx9KQxs2VncXg8Pv4xdeFCdWQM6Q0BaiGQ=; b=MEtTDUdXvv4KSjCRS/6/otOVXdkbrKQGjBMLJdHjHZxicdC1+WWsyycHjnlSMXuLmG FqoR6t5gBUJ0oXyoplBA2TlQ6pST4QiA5AztGRe2iS4RhJNxhdKsemSWY75XOhYiGg/6 Xf7WchYr2n9UV71Efbz66IcvAmMTYp9fR9wue9O7cnx6o3OCRkjXlLu71HGevcgoj/kj a1EEoYJyyFZ5hCfnP5we07CYG/hDg2TOlcac6wKHhtrvAEZY4k+Sx1UXGK/0fFZ1/bKb XKGaifhfpVsiS4Spci0KDkEvP0h8pf3OeoSfbBKt8BV3MaTf9a3h+FZ9GEndTyE3VOIF DZMA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id n14si12040689edx.144.2021.07.23.13.05.25; Fri, 23 Jul 2021 13:05:51 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229762AbhGWTXX (ORCPT + 99 others); Fri, 23 Jul 2021 15:23:23 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:38426 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229461AbhGWTXX (ORCPT ); Fri, 23 Jul 2021 15:23:23 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 4073F1C0B88; Fri, 23 Jul 2021 22:03:55 +0200 (CEST) Date: Fri, 23 Jul 2021 22:03:54 +0200 From: Pavel Machek To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Grygorii Strashko , Tony Lindgren , Sasha Levin Subject: Re: [PATCH 5.10 031/125] ARM: dts: am57xx-cl-som-am57x: fix ti,no-reset-on-init flag for gpios Message-ID: <20210723200354.GA22684@duo.ucw.cz> References: <20210722155624.672583740@linuxfoundation.org> <20210722155625.727125079@linuxfoundation.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qDbXVdCdHGoSgWSk" Content-Disposition: inline In-Reply-To: <20210722155625.727125079@linuxfoundation.org> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --qDbXVdCdHGoSgWSk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > [ Upstream commit b644c5e01c870056e13a096e14b9a92075c8f682 ] >=20 > The ti,no-reset-on-init flag need to be at the interconnect target module > level for the modules that have it defined. > The ti-sysc driver handles this case, but produces warning, not a critical > issue. Ok... But there's status =3D "okay" removed in the patch below (and it is removed for gpio3 but not for gpio2)... and there's no mention in changelog. Is it okay or oversight? Best regards, Pavel > index 0d5fe2bfb683..39eba2bc36dd 100644 > --- a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts > +++ b/arch/arm/boot/dts/am57xx-cl-som-am57x.dts > @@ -610,12 +610,11 @@ > >; > }; > =20 > -&gpio3 { > - status =3D "okay"; > +&gpio3_target { > ti,no-reset-on-init; > }; > =20 > -&gpio2 { > +&gpio2_target { > status =3D "okay"; > ti,no-reset-on-init; > }; --=20 DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany --qDbXVdCdHGoSgWSk Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRPfPO7r0eAhk010v0w5/Bqldv68gUCYPsgqgAKCRAw5/Bqldv6 8irXAKC0qXRGAtlrtnWs7I/UjDA+mvrxFgCgjAhppLo+HeTn6wyT+tSTwJZMCYI= =jtfx -----END PGP SIGNATURE----- --qDbXVdCdHGoSgWSk--