Skip to content

Commit e9cdce5

Browse files
tq-steinadlezcano
authored andcommitted
dt-bindings: timer: add imx7d compatible
Currently the dtbs_check for imx6ul generates warnings like this: ['fsl,imx7d-gpt', 'fsl,imx6sx-gpt'] is too long The driver has no special handling for fsl,imx7d-gpt, so fsl,imx6sx-gpt is used. Therefore make imx7d GPT compatible to the imx6sx one to fix the warning. Signed-off-by: Alexander Stein <[email protected]> Acked-by: Conor Dooley <[email protected]> Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 438a15b commit e9cdce5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/devicetree/bindings/timer/fsl,imxgpt.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ properties:
3636
- fsl,imxrt1170-gpt
3737
- const: fsl,imx6dl-gpt
3838
- items:
39-
- const: fsl,imx6ul-gpt
39+
- enum:
40+
- fsl,imx6ul-gpt
41+
- fsl,imx7d-gpt
4042
- const: fsl,imx6sx-gpt
4143

4244
reg:

0 commit comments

Comments
 (0)