Message ID | 20230327173526.851734-2-u.kleine-koenig@pengutronix.de |
---|---|
State | Accepted |
Commit | 384febba1d2025b5d30d3f5330377778da1770e2 |
Headers | show |
Series | arm64: dts: imx8mp: Add GPT blocks | expand |
Hello, On Mon, Mar 27, 2023 at 07:35:25PM +0200, Uwe Kleine-König wrote: > The i.MX8MP has the same register layout as the i.MX6DL, so add it as a > variant allowing to add the GPT IP blocks to the i.MX8MP's dtsi file. > > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> > --- > 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 Patch 2 (which makes use of fsl,imx8mp-gpt in the imx8mp.dtsi) is already applied. I wonder who will pick up this one?! Best regards Uwe
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
The i.MX8MP has the same register layout as the i.MX6DL, so add it as a variant allowing to add the GPT IP blocks to the i.MX8MP's dtsi file. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> --- Documentation/devicetree/bindings/timer/fsl,imxgpt.yaml | 1 + 1 file changed, 1 insertion(+)