]> Git Repo - linux.git/commit
ARM: dts: imx6sl/sll: Add the "fsl,imx6dl-gpt" fallback
authorFabio Estevam <[email protected]>
Wed, 23 Oct 2024 19:00:02 +0000 (16:00 -0300)
committerShawn Guo <[email protected]>
Fri, 1 Nov 2024 10:09:26 +0000 (18:09 +0800)
commit627659a62d78cacc4b562509ce5d92a83ac28c84
treea1f7847177faf819002b3a0f6798a74eb7863ed4
parente63e33357f3a4410b6cb583889209ff35265b856
ARM: dts: imx6sl/sll: Add the "fsl,imx6dl-gpt" fallback

Per fsl,imxgpt.yaml, the i.MX6SL GPT compatible should be described as:

compatible = "fsl,imx6sl-gpt", "fsl,imx6dl-gpt";

Do as suggested to fix the following dt-schema warnings:

timer@2098000: compatible: 'oneOf' conditional failed, one must be fixed:
['fsl,imx6sl-gpt'] is too short
'fsl,imx1-gpt' was expected
'fsl,imx21-gpt' was expected
'fsl,imx27-gpt' was expected
'fsl,imx31-gpt' was expected
'fsl,imx6sl-gpt' is not one of ['fsl,imx25-gpt', 'fsl,imx50-gpt', 'fsl,imx51-gpt', 'fsl,imx53-gpt', 'fsl,imx6q-gpt']
'fsl,imx6dl-gpt' was expected
'fsl,imx6sl-gpt' is not one of ['fsl,imx6ul-gpt', 'fsl,imx7d-gpt']

Signed-off-by: Fabio Estevam <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
arch/arm/boot/dts/nxp/imx/imx6sl.dtsi
arch/arm/boot/dts/nxp/imx/imx6sll.dtsi
This page took 0.052494 seconds and 4 git commands to generate.