]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/pinctrl/uniphier/pinctrl-uniphier-pro5.c
pinctrl: uniphier: allow to have pinctrl node under syscon node
[people/ms/u-boot.git] / drivers / pinctrl / uniphier / pinctrl-uniphier-pro5.c
index 6597f1cf048987f2de881342050a0bb8ebb9fb75..72b9b39884725b8ef1e9c72450ba5a55ad6c6efe 100644 (file)
@@ -126,7 +126,7 @@ static int uniphier_pro5_pinctrl_probe(struct udevice *dev)
 }
 
 static const struct udevice_id uniphier_pro5_pinctrl_match[] = {
-       { .compatible = "socionext,ph1-pro5-pinctrl" },
+       { .compatible = "socionext,uniphier-pro5-pinctrl" },
        { /* sentinel */ }
 };