From: Yixun Lan Date: Fri, 10 Nov 2017 08:46:50 +0000 (+0800) Subject: reset: meson-axg: add compatible string for Meson-AXG SoC X-Git-Tag: v4.19~1677^2~14^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0e5721f76252d69d424ec87a391d5ea37414b641;p=platform%2Fkernel%2Flinux-rpi.git reset: meson-axg: add compatible string for Meson-AXG SoC Try to add compatible string explictly to support new Meson-AXG SoC. Signed-off-by: Yixun Lan Reviewed-by: Neil Armstrong Signed-off-by: Philipp Zabel --- diff --git a/drivers/reset/reset-meson.c b/drivers/reset/reset-meson.c index c419a3753d00..93cbee1ae8ef 100644 --- a/drivers/reset/reset-meson.c +++ b/drivers/reset/reset-meson.c @@ -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 */ }, };