Skip to content

Commit 453e2ca

Browse files
JackyBaidlezcano
authored andcommitted
dt-bindings: timer: tpm-timer: Add imx8ulp compatible string
The tpm timer on i.MX8ULP is derived from i.MX7ULP, it use two compatible strings, so update the compatible string for it. Reviewed-by: Dong Aisheng <[email protected]> Acked-by: Rob Herring <[email protected]> Signed-off-by: Jacky Bai <[email protected]> Signed-off-by: Peng Fan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Daniel Lezcano <[email protected]>
1 parent 7cd925a commit 453e2ca

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Documentation/devicetree/bindings/timer/nxp,tpm-timer.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ description: |
1919
2020
properties:
2121
compatible:
22-
const: fsl,imx7ulp-tpm
22+
oneOf:
23+
- const: fsl,imx7ulp-tpm
24+
- items:
25+
- const: fsl,imx8ulp-tpm
26+
- const: fsl,imx7ulp-tpm
2327

2428
reg:
2529
maxItems: 1

0 commit comments

Comments
 (0)