Skip to content

Commit

Permalink
reset: meson-axg: add compatible string for Meson-AXG SoC
Browse files Browse the repository at this point in the history
Try to add compatible string explictly to support new Meson-AXG SoC.

Signed-off-by: Yixun Lan <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Signed-off-by: Philipp Zabel <[email protected]>
  • Loading branch information
Yixun Lan authored and pH5 committed Nov 27, 2017
1 parent c162925 commit 0e5721f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/reset/reset-meson.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ static const struct of_device_id meson_reset_dt_ids[] = {
.data = &meson_reset_meson8_ops, },
{ .compatible = "amlogic,meson-gxbb-reset",
.data = &meson_reset_gx_ops, },
{ .compatible = "amlogic,meson-axg-reset",
.data = &meson_reset_gx_ops, },
{ /* sentinel */ },
};

Expand Down

0 comments on commit 0e5721f

Please sign in to comment.