From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 1 Nov 2020 12:31:46 +0100 Subject: [PATCH 4/8] pinctrl: renesas: r8a77965: Optimize pinctrl image size for R8A774B1 In-Reply-To: <20201028103429.3051-5-biju.das.jz@bp.renesas.com> References: <20201028103429.3051-1-biju.das.jz@bp.renesas.com> <20201028103429.3051-5-biju.das.jz@bp.renesas.com> Message-ID: <9f7a7d1b-c377-18fe-e0ca-024c9e6e3d51@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: > This driver supports both RZ/G2N and R-Car M3-N SoCs. > Optimize pinctrl image size for RZ/G2N, when support for R-Car M3-N > (R8A77965) is not enabled. > > Based on the simialr patch on Linux. Applied, thanks