From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 1 Nov 2020 12:31:38 +0100 Subject: [PATCH 2/8] pinctrl: renesas: r8a77951: Add R8A774E1 PFC support In-Reply-To: <20201028103429.3051-3-biju.das.jz@bp.renesas.com> References: <20201028103429.3051-1-biju.das.jz@bp.renesas.com> <20201028103429.3051-3-biju.das.jz@bp.renesas.com> Message-ID: <32aa092a-1f55-ad7a-4826-e86a745d8f07@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/28/20 11:34 AM, Biju Das wrote: > Renesas RZ/G2H (r8a774e1) is pin compatible with R-Car H3 (r8a77951), > however it doesn't have several automotive specific peripherals. Add > a r8a77951 specific pin groups/functions along with common pin > groups/functions for supporting both r8a77951 and r8a774e1 SoC. > > PFC changes are synced from mainline linux-5.9 commit > bbf5c979011a ("Linux 5.9"). Applied, thanks