]> www.infradead.org Git - users/willy/xarray.git/commitdiff
arm64: dts: imx8qm: change usbphy1 compatible
authorXu Yang <xu.yang_2@nxp.com>
Thu, 26 Sep 2024 07:39:49 +0000 (15:39 +0800)
committerShawn Guo <shawnguo@kernel.org>
Fri, 1 Nov 2024 08:03:28 +0000 (16:03 +0800)
Make fsl,imx8qm-usbphy compatible with fsl,imx7ulp-usbphy to fix below
warning:

arch/arm64/boot/dts/freescale/imx8qm-apalis-eval.dtb: usbphy@5b100000: 'nxp,sim' is a required property
        from schema $id: http://devicetree.org/schemas/phy/fsl,mxs-usbphy.yaml#

Signed-off-by: Xu Yang <xu.yang_2@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8qm-ss-conn.dtsi

index 545e175c88b3e2cada8d14f9170ba14fddfb91ea..ccf9f510e0f88b0b502f84956aa4b93b47d0b118 100644 (file)
@@ -4,6 +4,10 @@
  *     Dong Aisheng <aisheng.dong@nxp.com>
  */
 
+&usbphy1 {
+       compatible = "fsl,imx8qm-usbphy", "fsl,imx7ulp-usbphy";
+};
+
 &fec1 {
        compatible = "fsl,imx8qm-fec", "fsl,imx6sx-fec";
        iommus = <&smmu 0x12 0x7f80>;