Re: [PATCH 5/6] dt-bindings: timer: add imx7d compatible

2023-08-21 Thread Rob Herring
On Thu, 10 Aug 2023 16:44:50 +0200, Alexander Stein wrote: > 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 comp

[PATCH 5/6] dt-bindings: timer: add imx7d compatible

2023-08-10 Thread Alexander Stein
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 St