commit | 1e9aff1286fde8872f62f1af7b685e9b1eac1bcd | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Tue Jul 26 16:40:50 2022 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jul 26 11:29:00 2022 +0200 |
tree | 7a0dc1704bda2ff727a6a9e13d0f9285d1711028 | |
parent | c408ed37817b5d53c6b194ee255dd5163a625793 [diff] [blame] |
misc: s4mu: Support iMX93 with Sentinel MU Support iMX93 communicate with Sentinel Signed-off-by: Peng Fan <peng.fan@nxp.com>
diff --git a/drivers/misc/sentinel/s4mu.c b/drivers/misc/sentinel/s4mu.c index 121a810..18aea27 100644 --- a/drivers/misc/sentinel/s4mu.c +++ b/drivers/misc/sentinel/s4mu.c
@@ -219,6 +219,7 @@ static const struct udevice_id imx8ulp_mu_ids[] = { { .compatible = "fsl,imx8ulp-mu" }, + { .compatible = "fsl,imx93-mu-s4" }, { } };