From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Google-Smtp-Source: AB8JxZqUjsvvxmwWBcmIDj5rjiBPJyqjQwQMvS4VDfRrU/pAFRn5Lb+3P+6pMBndCV5k6mVUUS2m ARC-Seal: i=1; a=rsa-sha256; t=1526034034; cv=none; d=google.com; s=arc-20160816; b=zannxAXb++floTVKqAiEzdHIcKhZ2aDjyZY7X/Hxx5JgbDUTl8qi2xQ2BE3d7u83em 199n2iy6KI39aWn86fN1IQgIkZmsOV9vNc6BSfMl+sCGlydydua1HRM625EHgeC3vStA mWWw8E5qRrsP51QsioodWb+6sDC+/cb/JMPPuYt5+iTZUv8DOqRXm+sLAovtGR2fQoZo KLmAPE3cmBMrgJQzgx2inzynZLcgAt/rSoO1q3QU6HQRRKEtEUyOROMQKbwV1sa3RLDk VNSnvddmSQjRa/y512jm3IySyX9VlfWW1QJNMJiNsHkJAL9pTH52lEc+qCbkxfZksu7g 0/Lw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :message-id:subject:cc:to:from:date:arc-authentication-results; bh=uz9QvEC/aZaGnn0XGOyJ9pgv9Fs+In3w4PEqF9kiCEc=; b=gLvkngeks5LjJNa31DjHwSf1GqeZOxs4TlBs6uRvRTsGCWO0PPBBUFtRcXH01cPlhY 3MPDTTt8cyev/OncmFTHC+6Fmly+kq7CWOK7ocl61VbViPFMHu/6jtrXBgCYEavksxTx KegZruJuMhPAZ8gkteHJHsWcIE1CDLWpOIltMTd2895GIs0We0EJWoDXOT/CMO3n1Zr4 1VzFKW6ZLfEzKS/JBAC9QUQEeclsPW1n9yzrb3OnJXsbZtYQOgFNJlSBlJZA1vUfB+F8 B72ddU6LKNw+E1X2ww/7EJHU+vqOg/ZeTDSZ7uq6iG7E35dxFpDR/ELq5yf3jf2/zJk2 tRzA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of maxime.ripard@bootlin.com designates 62.4.15.54 as permitted sender) smtp.mailfrom=maxime.ripard@bootlin.com Authentication-Results: mx.google.com; spf=pass (google.com: domain of maxime.ripard@bootlin.com designates 62.4.15.54 as permitted sender) smtp.mailfrom=maxime.ripard@bootlin.com Date: Fri, 11 May 2018 12:20:33 +0200 From: Maxime Ripard To: Chen-Yu Tsai Cc: Paul Kocialkowski , Linux Media Mailing List , devicetree , linux-arm-kernel , linux-kernel , Mauro Carvalho Chehab , Rob Herring , Mark Rutland , Greg Kroah-Hartman , "David S . Miller" , Andrew Morton , Linus Walleij , Randy Dunlap , Hans Verkuil , Arnd Bergmann , Stanimir Varbanov , Sakari Ailus , Philipp Zabel , Ramesh Shanmugasundaram , Yannick Fertre , Thomas Gleixner , Hugues Fruchet , Alexandre Courbot , Florent Revest , Tomasz Figa , Ricardo Ribalda Delgado , Smitha T Murthy , Andy Shevchenko , Sylwester Nawrocki , Randy Li Subject: Re: [PATCH v3 02/14] drivers: soc: sunxi: Add dedicated compatibles for the A13, A20 and A33 Message-ID: <20180511102033.i6jtzljbvkg47wz3@flea> References: <20180507124500.20434-1-paul.kocialkowski@bootlin.com> <20180507124500.20434-3-paul.kocialkowski@bootlin.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ropnmmpiqwyci4ux" Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180323 X-getmail-retrieved-from-mailbox: INBOX X-GMAIL-THRID: =?utf-8?q?1599809521273033296?= X-GMAIL-MSGID: =?utf-8?q?1600162663206864139?= X-Mailing-List: linux-kernel@vger.kernel.org List-ID: --ropnmmpiqwyci4ux Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 10, 2018 at 10:05:33PM -0700, Chen-Yu Tsai wrote: > On Mon, May 7, 2018 at 5:44 AM, Paul Kocialkowski > wrote: > > This introduces platform-specific compatibles for the A13, A20 and A33 > > SRAM driver. No particular adaptation for these platforms is required at > > this point, although this might become the case in the future. > > > > Signed-off-by: Paul Kocialkowski > > --- > > drivers/soc/sunxi/sunxi_sram.c | 3 +++ > > 1 file changed, 3 insertions(+) > > > > diff --git a/drivers/soc/sunxi/sunxi_sram.c b/drivers/soc/sunxi/sunxi_s= ram.c > > index 74cb81f37bd6..43ebc3bd33f2 100644 > > --- a/drivers/soc/sunxi/sunxi_sram.c > > +++ b/drivers/soc/sunxi/sunxi_sram.c > > @@ -315,6 +315,9 @@ static int sunxi_sram_probe(struct platform_device = *pdev) > > > > static const struct of_device_id sunxi_sram_dt_match[] =3D { > > { .compatible =3D "allwinner,sun4i-a10-sram-controller" }, > > + { .compatible =3D "allwinner,sun5i-a13-sram-controller" }, > > + { .compatible =3D "allwinner,sun7i-a20-sram-controller" }, > > + { .compatible =3D "allwinner,sun8i-a33-sram-controller" }, >=20 > We should probably name these "system-controller". Maxime? This would make sense yes, but we don't really need to add the A20 one to the driver, it's exactly the same than the A10. Maxime --=20 Maxime Ripard, Bootlin (formerly Free Electrons) Embedded Linux and Kernel engineering https://bootlin.com --ropnmmpiqwyci4ux Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEE0VqZU19dR2zEVaqr0rTAlCFNr3QFAlr1bnAACgkQ0rTAlCFN r3RGSxAAioGxVMYYKKP7EpsOvbcLiyJu90l6vMcfmB01xdWSxl+0TlQ713l3g6cU gcFQgm6W5tdJ0i3ps84bGi3H6SqZJhc/S6so/zgS/sI9FNLSq5ztjLw0gAgaaJL5 /pc3Z5HR5hKKWZ3Knho1NG1GYnpTPR2YcN1Wa0GZfrgMgsZkeduW3iJTSC/wOnWF 8+c512DMqND1tq2TRgIAG99pisRh3mHFfKxaTOy7xI5eufZNSqn/an5Doz25wbIZ HoE53kw1+ALSvxoQwHGtfbiyAf4GjK/qQygiFvb3veFYDyIQpq8FOYjjDbaE/LLr KOIGIcHmPoQzo3o8CEupTW98volKFo33WY/Q/+FJn2RXoT8+ZCdObEIBJA3Za8+T wEG5EfuKmw2zUSqiALZlDTz3W7gHYQKlOLmZRNje4TDoeNIOu63D/xTB+2OhRWix bj7FOvRoO5n/ERwMNJgfZmic2xh7mBD2+x7vvYib2+cRguEl6bEqtpP5i4rcCKH3 l5gBKmS0+hr39Qasi5NbiRHK4IVceZ8WgVHLLUuhSQXRoGijZMZygiITE+Ql4wop WR8yhAjwlIReRwkpDe46iU8ep51A0sTIyQ3zfGwv6pv+xLmW+lC7wdXIjKuU19DL EB9+WAZc/J3M92BSw8KZ+SFWL35/orGB5s24sgKegg7GzMI8oR0= =SzVX -----END PGP SIGNATURE----- --ropnmmpiqwyci4ux--