mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
pinctrl: rmobile: Add R8A77965 M3N entries
Add entries for the R8A77965 M3N SoC. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
7a7081e6f3
commit
d1fe3182fa
1 changed files with 3 additions and 0 deletions
|
@ -862,6 +862,9 @@ static const struct udevice_id sh_pfc_pinctrl_ids[] = {
|
|||
{
|
||||
.compatible = "renesas,pfc-r8a7796",
|
||||
.data = SH_PFC_R8A7796,
|
||||
}, {
|
||||
.compatible = "renesas,pfc-r8a77965",
|
||||
.data = SH_PFC_R8A7796,
|
||||
},
|
||||
#endif
|
||||
#ifdef CONFIG_PINCTRL_PFC_R8A77970
|
||||
|
|
Loading…
Reference in a new issue