mbox series

[V4,0/2] dt-bindings: imx: Fix dtbs_check warnings

Message ID 20230530100843.15072-1-stefan.wahren@i2se.com
Headers show
Series dt-bindings: imx: Fix dtbs_check warnings | expand

Message

Stefan Wahren May 30, 2023, 10:08 a.m. UTC
This series tries to address some dtbs_check warnings on i.MX6ULL.

Changes in V4:
- drop patch 1 from V3 which has already been addressed by Marek Vasut
- drop already applied patches from V3 (#3, #5, #6) 

Changes in V3:
- add Krzysztof's Reviewed-Bys
- fix indentation in Patch 6 found by Krzysztof Kozlowski

Changes in V2:
- new patch to fix fsl-imx-uart warnings 
- fixed GPC typo found by Fabio Estevam
- keep enum in bindings as suggested by Krzysztof Kozlowski
- make imx6ul GPT compatible to imx6sx


Stefan Wahren (2):
  dt-bindings: crypto: fsl-dcp: add imx6sl and imx6ull compatible
  dt-bindings: imxgpt: add imx6ul compatible

 .../devicetree/bindings/crypto/fsl-dcp.yaml          | 12 +++++++++---
 .../devicetree/bindings/timer/fsl,imxgpt.yaml        |  3 +++
 2 files changed, 12 insertions(+), 3 deletions(-)

Comments

Rob Herring (Arm) June 7, 2023, 8:59 p.m. UTC | #1
On Tue, 30 May 2023 12:08:43 +0200, Stefan Wahren wrote:
> Currently the dtbs_check for imx6ul generates warnings like this:
> 
> ['fsl,imx6ul-gpt', 'fsl,imx6sx-gpt'] is too long
> 
> According to the timer-imx-gpt driver all imx6 use the same imx6dl data,
> but according to the existing DTS files the imx6ul GPT IP is derived from
> imx6sx. So better follow the DTS files here and make the imx6ul GPT
> compatible to the imx6sl one to fix the warning.
> 
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  Documentation/devicetree/bindings/timer/fsl,imxgpt.yaml | 3 +++
>  1 file changed, 3 insertions(+)
> 

Applied, thanks!