Skip to content

Commit fcb2458

Browse files
MrVanmathieupoirier
authored andcommitted
dt-bindings: remoteproc: imx_rproc: Support i.MX93
Add i.MX93 remote processor(Cortex-M33) compatible string, and reorder the strings in alphabetical order. Signed-off-by: Peng Fan <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mathieu Poirier <[email protected]>
1 parent fb4f07c commit fcb2458

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ maintainers:
1515
properties:
1616
compatible:
1717
enum:
18-
- fsl,imx8mq-cm4
18+
- fsl,imx6sx-cm4
19+
- fsl,imx7d-cm4
20+
- fsl,imx7ulp-cm4
1921
- fsl,imx8mm-cm4
2022
- fsl,imx8mn-cm7
2123
- fsl,imx8mp-cm7
24+
- fsl,imx8mq-cm4
2225
- fsl,imx8ulp-cm33
23-
- fsl,imx7d-cm4
24-
- fsl,imx7ulp-cm4
25-
- fsl,imx6sx-cm4
26+
- fsl,imx93-cm33
2627

2728
clocks:
2829
maxItems: 1

0 commit comments

Comments
 (0)