mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-14 18:51:41 +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",
|
.compatible = "renesas,pfc-r8a7796",
|
||||||
.data = SH_PFC_R8A7796,
|
.data = SH_PFC_R8A7796,
|
||||||
|
}, {
|
||||||
|
.compatible = "renesas,pfc-r8a77965",
|
||||||
|
.data = SH_PFC_R8A7796,
|
||||||
},
|
},
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_PINCTRL_PFC_R8A77970
|
#ifdef CONFIG_PINCTRL_PFC_R8A77970
|
||||||
|
|
Loading…
Add table
Reference in a new issue