From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 1 Nov 2020 12:31:10 +0100 Subject: [PATCH 1/8] pinctrl: renesas: r8a77965: Add R8A774B1 PFC support In-Reply-To: <20201028103429.3051-2-biju.das.jz@bp.renesas.com> References: <20201028103429.3051-1-biju.das.jz@bp.renesas.com> <20201028103429.3051-2-biju.das.jz@bp.renesas.com> Message-ID: <02e1ff6f-cae8-8d74-5802-903255b9af90@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/G2N (r8a774b1) is pin compatible with R-Car M3-N (r8a77965), > however it doesn't have several automotive specific peripherals. Add > a r8a77965 specific pin groups/functions along with common pin > groups/functions for supporting both r8a77965 and r8a774b1 SoC. > > PFC changes are synced from mainline linux-5.9 commit > bbf5c979011a ("Linux 5.9"). Applied, thanks