Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: clock: Correct example in i.MX8QXP LPCG binding

In i.MX8QXP LPCG binding's example, "fsl,imx7d-usdhc" as fallback
compatible is incorrect, remove it to avoid below build error:

Documentation/devicetree/bindings/clock/imx8qxp-lpcg.example.dt.yaml:
mmc@5b010000: compatible: Additional items are not allowed ('fsl,imx7d-usdhc' was unexpected)
Documentation/devicetree/bindings/clock/imx8qxp-lpcg.example.dt.yaml:
mmc@5b010000: compatible: ['fsl,imx8qxp-usdhc', 'fsl,imx7d-usdhc'] is too long

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Link: https://lore.kernel.org/r/1592450578-30140-3-git-send-email-Anson.Huang@nxp.com
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Anson Huang and committed by
Rob Herring
976b43ba 5369245e

+1 -1
+1 -1
Documentation/devicetree/bindings/clock/imx8qxp-lpcg.yaml
··· 62 62 }; 63 63 64 64 mmc@5b010000 { 65 - compatible = "fsl,imx8qxp-usdhc", "fsl,imx7d-usdhc"; 65 + compatible = "fsl,imx8qxp-usdhc"; 66 66 interrupts = <GIC_SPI 232 IRQ_TYPE_LEVEL_HIGH>; 67 67 reg = <0x5b010000 0x10000>; 68 68 clocks = <&conn_lpcg IMX_CONN_LPCG_SDHC0_IPG_CLK>,