Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <yixun.lan@amlogic.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>

authored by

Yixun Lan and committed by
Philipp Zabel
0e5721f7 c1629257

+2
+2
drivers/reset/reset-meson.c
··· 139 139 .data = &meson_reset_meson8_ops, }, 140 140 { .compatible = "amlogic,meson-gxbb-reset", 141 141 .data = &meson_reset_gx_ops, }, 142 + { .compatible = "amlogic,meson-axg-reset", 143 + .data = &meson_reset_gx_ops, }, 142 144 { /* sentinel */ }, 143 145 }; 144 146