mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-24 14:25:56 +00:00
gpio: rmobile: Add R8A77970 V3M compatible
Add new compatible to the GPIO driver for R8A77970 V3M SoC. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
a59e697618
commit
0f2f0d89c4
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ static int rcar_gpio_probe(struct udevice *dev)
|
||||||
static const struct udevice_id rcar_gpio_ids[] = {
|
static const struct udevice_id rcar_gpio_ids[] = {
|
||||||
{ .compatible = "renesas,gpio-r8a7795" },
|
{ .compatible = "renesas,gpio-r8a7795" },
|
||||||
{ .compatible = "renesas,gpio-r8a7796" },
|
{ .compatible = "renesas,gpio-r8a7796" },
|
||||||
|
{ .compatible = "renesas,gpio-r8a77970" },
|
||||||
{ /* sentinel */ }
|
{ /* sentinel */ }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue