diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2021-10-05 04:10:42 +0200 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2021-10-05 11:57:40 +0200 |
commit | 3440b8fa067db5763f501496ec79d2856bc26060 (patch) | |
tree | d1ab22090c1c35680bcbc8d60dbbc18372bd7616 /drivers/reset/reset-uniphier-glue.c | |
parent | dt-bindings: reset: uniphier: Add NX1 reset control binding (diff) | |
download | linux-3440b8fa067db5763f501496ec79d2856bc26060.tar.xz linux-3440b8fa067db5763f501496ec79d2856bc26060.zip |
reset: uniphier: Add NX1 reset support
Add basic reset data for UniPhier NX1 SoC.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/1633399842-1402-4-git-send-email-hayashi.kunihiko@socionext.com
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'drivers/reset/reset-uniphier-glue.c')
-rw-r--r-- | drivers/reset/reset-uniphier-glue.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/reset/reset-uniphier-glue.c b/drivers/reset/reset-uniphier-glue.c index 027990b79f61..908c1d5bc41e 100644 --- a/drivers/reset/reset-uniphier-glue.c +++ b/drivers/reset/reset-uniphier-glue.c @@ -156,6 +156,10 @@ static const struct of_device_id uniphier_glue_reset_match[] = { .data = &uniphier_pxs2_data, }, { + .compatible = "socionext,uniphier-nx1-usb3-reset", + .data = &uniphier_pxs2_data, + }, + { .compatible = "socionext,uniphier-pro4-ahci-reset", .data = &uniphier_pro4_data, }, |