This enables easy access to the pfuze3001's registers via regmap.

Signed-off-by: Ahmad Fatoum <[email protected]>
---
 drivers/regulator/pfuze.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/regulator/pfuze.c b/drivers/regulator/pfuze.c
index eeb787cdab1f..1950ffb04c13 100644
--- a/drivers/regulator/pfuze.c
+++ b/drivers/regulator/pfuze.c
@@ -191,6 +191,7 @@ static struct platform_device_id pfuze_ids[] = {
        { .name = "pfuze100" },
        { .name = "pfuze200" },
        { .name = "pfuze3000" },
+       { .name = "pfuze3001" },
        { }
 };
 
@@ -198,6 +199,7 @@ static __maybe_unused struct of_device_id pfuze_dt_ids[] = {
        { .compatible = "fsl,pfuze100" },
        { .compatible = "fsl,pfuze200" },
        { .compatible = "fsl,pfuze3000" },
+       { .compatible = "fsl,pfuze3001" },
        { }
 };
 
-- 
2.23.0


_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to