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

arch/arm64/boot/dts/freescale/imx8dxl-evk.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/imx8dxl-ss-conn.dtsi

index 1e02b04494e949dac03b5710f1f2d88e43ae7cc1..9b114bed084b8a7693c9aaa05d4e9262d17145f7 100644 (file)
        interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>;
 };
 
+&usbphy1 {
+       compatible = "fsl,imx8dxl-usbphy", "fsl,imx7ulp-usbphy";
+};
+
 &usdhc1 {
        compatible = "fsl,imx8dxl-usdhc", "fsl,imx8qxp-usdhc";
        interrupts = <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>;