ARM: dts: imx7ulp: Fix usbphy1 compatible
authorFabio Estevam <festevam@denx.de>
Sat, 23 Sep 2023 18:50:10 +0000 (15:50 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 25 Sep 2023 03:59:30 +0000 (11:59 +0800)
Per fsl,mxs-usbphy.yaml, fsl,imx7ulp-usbphy is not compatible
with fsl,imx6ul-usbphy.

Remove 'fsl,imx6ul-usbphy' from the compatible string to fix the
following schema warning:

imx7ulp-com.dtb: usb-phy@40350000: compatible: 'oneOf' conditional failed, one must be fixed:
['fsl,imx7ulp-usbphy', 'fsl,imx6ul-usbphy'] is too long

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx7ulp.dtsi

index b01ddda7bd9e25a2eeeefc01fa49e0c9f40bb9e5..ac338320ac1d7c309292ee7eba9baa1ee16f878e 100644 (file)
                };
 
                usbphy1: usb-phy@40350000 {
-                       compatible = "fsl,imx7ulp-usbphy", "fsl,imx6ul-usbphy";
+                       compatible = "fsl,imx7ulp-usbphy";
                        reg = <0x40350000 0x1000>;
                        interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&pcc2 IMX7ULP_CLK_USB_PHY>;