[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230614113612.365199-1-linux@rasmusvillemoes.dk>
Date: Wed, 14 Jun 2023 13:36:12 +0200
From: Rasmus Villemoes <linux@...musvillemoes.dk>
To: Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>
Cc: Stefan Wahren <stefan.wahren@...e.com>,
Giulio Benetti <giulio.benetti@...ettiengineering.com>,
Jesse Taube <Mr.Bossman075@...il.com>,
Rasmus Villemoes <linux@...musvillemoes.dk>,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Fabio Estevam <festevam@...il.com>,
NXP Linux Team <linux-imx@....com>,
Sascha Hauer <s.hauer@...gutronix.de>,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org
Subject: [PATCH] dt-bindings: timer: fsl,imxgpt: Add imx8mp-gpt compatible
The imx8mp has the same GPT as imx6dl. Add fsl,imx8mp-gpt to the set
of values that can be used together with fsl,imx6dl-gpt.
Signed-off-by: Rasmus Villemoes <linux@...musvillemoes.dk>
---
This allows what imx8mp.dtsi already does, namely
compatible = "fsl,imx8mp-gpt", "fsl,imx6dl-gpt";
Currently "make CHECK_DTBS=1 freescale/imx8mp-evk.dtb" results in
dozens of lines, partly because the IP block appears three times in
imx8mp.dtsi, partly because the checker lists all the ways the
compatible string(s) do not match the binding. With this, that command
merely produces three lines of (unrelated) warnings.
Documentation/devicetree/bindings/timer/fsl,imxgpt.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/timer/fsl,imxgpt.yaml b/Documentation/devicetree/bindings/timer/fsl,imxgpt.yaml
index 716c6afcca1f..f5f8b297da13 100644
--- a/Documentation/devicetree/bindings/timer/fsl,imxgpt.yaml
+++ b/Documentation/devicetree/bindings/timer/fsl,imxgpt.yaml
@@ -31,6 +31,7 @@ properties:
- enum:
- fsl,imx6sl-gpt
- fsl,imx6sx-gpt
+ - fsl,imx8mp-gpt
- fsl,imxrt1050-gpt
- fsl,imxrt1170-gpt
- const: fsl,imx6dl-gpt
--
2.37.2
Powered by blists - more mailing lists