reset: meson-axg: add compatible string for Meson-AXG SoC
authorYixun Lan <yixun.lan@amlogic.com>
Fri, 10 Nov 2017 08:46:50 +0000 (16:46 +0800)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 27 Nov 2017 08:16:40 +0000 (09:16 +0100)
Try to add compatible string explictly to support new Meson-AXG SoC.

Signed-off-by: Yixun Lan <yixun.lan@amlogic.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/reset/reset-meson.c

index c419a37..93cbee1 100644 (file)
@@ -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 */ },
 };