Skip to content

Commit

Permalink
reset: uniphier-glue: Add AHCI reset control support in glue layer
Browse files Browse the repository at this point in the history
Add a reset line included in AHCI glue layer to enable AHCI core
implemented in UniPhier SoCs.

Signed-off-by: Kunihiko Hayashi <[email protected]>
Signed-off-by: Philipp Zabel <[email protected]>
  • Loading branch information
khayash1 authored and pH5 committed Jan 7, 2019
1 parent 69af3d1 commit d0c2d21
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions drivers/reset/reset-uniphier-glue.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,18 @@ static const struct of_device_id uniphier_glue_reset_match[] = {
.compatible = "socionext,uniphier-pxs3-usb3-reset",
.data = &uniphier_pxs2_data,
},
{
.compatible = "socionext,uniphier-pro4-ahci-reset",
.data = &uniphier_pro4_data,
},
{
.compatible = "socionext,uniphier-pxs2-ahci-reset",
.data = &uniphier_pxs2_data,
},
{
.compatible = "socionext,uniphier-pxs3-ahci-reset",
.data = &uniphier_pxs2_data,
},
{ /* Sentinel */ }
};
MODULE_DEVICE_TABLE(of, uniphier_glue_reset_match);
Expand Down

0 comments on commit d0c2d21

Please sign in to comment.