Skip to content

Commit 352f4a6

Browse files
nxpfranklijic23
authored andcommitted
dt-bindings: iio: adc: Add i.MX94 and i.MX95 support
Add compatible string "nxp,imx94-adc" and "nxp,imx95-adc", which is backward compatible with i.MX93. Set it to fall back to "nxp,imx93-adc". Signed-off-by: Frank Li <[email protected]> Acked-by: Conor Dooley <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jonathan Cameron <[email protected]>
1 parent 809d605 commit 352f4a6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Documentation/devicetree/bindings/iio/adc/nxp,imx93-adc.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,14 @@ description:
1919

2020
properties:
2121
compatible:
22-
const: nxp,imx93-adc
22+
oneOf:
23+
- enum:
24+
- nxp,imx93-adc
25+
- items:
26+
- enum:
27+
- nxp,imx94-adc
28+
- nxp,imx95-adc
29+
- const: nxp,imx93-adc
2330

2431
reg:
2532
maxItems: 1

0 commit comments

Comments
 (0)