aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/sentinel/s4mu.c
diff options
context:
space:
mode:
authorPeng Fan2022-07-26 16:40:50 +0800
committerStefano Babic2022-07-26 11:29:00 +0200
commit45fed324b56b1f2378b45e56b1a3d4a7f665356e (patch)
tree7a0dc1704bda2ff727a6a9e13d0f9285d1711028 /drivers/misc/sentinel/s4mu.c
parent03fcf966511d11aa67c7b52d9d68c7bf18edade6 (diff)
misc: s4mu: Support iMX93 with Sentinel MU
Support iMX93 communicate with Sentinel Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'drivers/misc/sentinel/s4mu.c')
-rw-r--r--drivers/misc/sentinel/s4mu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/sentinel/s4mu.c b/drivers/misc/sentinel/s4mu.c
index 121a81060a6..18aea27105e 100644
--- a/drivers/misc/sentinel/s4mu.c
+++ b/drivers/misc/sentinel/s4mu.c
@@ -219,6 +219,7 @@ static struct misc_ops imx8ulp_mu_ops = {
static const struct udevice_id imx8ulp_mu_ids[] = {
{ .compatible = "fsl,imx8ulp-mu" },
+ { .compatible = "fsl,imx93-mu-s4" },
{ }
};