diff options
author | Peng Fan <peng.fan@nxp.com> | 2022-03-09 11:03:41 +0100 |
---|---|---|
committer | Jassi Brar <jaswinder.singh@linaro.org> | 2022-03-13 02:30:42 +0100 |
commit | 6149a543adc7d7113dd47fc05eda973eefee5bf4 (patch) | |
tree | 992cd864d07d68c79a128278656a2eb1b447b818 | |
parent | mailbox: imx: add i.MX8 SECO MU support (diff) | |
download | linux-6149a543adc7d7113dd47fc05eda973eefee5bf4.tar.xz linux-6149a543adc7d7113dd47fc05eda973eefee5bf4.zip |
dt-bindings: mailbox: imx-mu: add i.MX93 MU
Add bindings for i.MX93 MU which derived from i.MX8ULP
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/mailbox/fsl,mu.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mailbox/fsl,mu.yaml b/Documentation/devicetree/bindings/mailbox/fsl,mu.yaml index f865b806ae6a..6d056d5e16bf 100644 --- a/Documentation/devicetree/bindings/mailbox/fsl,mu.yaml +++ b/Documentation/devicetree/bindings/mailbox/fsl,mu.yaml @@ -31,6 +31,9 @@ properties: - const: fsl,imx8-mu-seco - const: fsl,imx8ulp-mu-s4 - items: + - const: fsl,imx93-mu + - const: fsl,imx8ulp-mu + - items: - enum: - fsl,imx7s-mu - fsl,imx8mq-mu |