Skip to content

Commit d0c2d21

Browse files
khayash1pH5
authored andcommitted
reset: uniphier-glue: Add AHCI reset control support in glue layer
Add a reset line included in AHCI glue layer to enable AHCI core implemented in UniPhier SoCs. Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
1 parent 69af3d1 commit d0c2d21

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

drivers/reset/reset-uniphier-glue.c

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,18 @@ static const struct of_device_id uniphier_glue_reset_match[] = {
152152
.compatible = "socionext,uniphier-pxs3-usb3-reset",
153153
.data = &uniphier_pxs2_data,
154154
},
155+
{
156+
.compatible = "socionext,uniphier-pro4-ahci-reset",
157+
.data = &uniphier_pro4_data,
158+
},
159+
{
160+
.compatible = "socionext,uniphier-pxs2-ahci-reset",
161+
.data = &uniphier_pxs2_data,
162+
},
163+
{
164+
.compatible = "socionext,uniphier-pxs3-ahci-reset",
165+
.data = &uniphier_pxs2_data,
166+
},
155167
{ /* Sentinel */ }
156168
};
157169
MODULE_DEVICE_TABLE(of, uniphier_glue_reset_match);

0 commit comments

Comments
 (0)