arm64: dts: imx8qxp: change usbphy1 compatible

Make fsl,imx8qxp-usbphy compatible with fsl,imx7ulp-usbphy to fix below
warning:

arch/arm64/boot/dts/freescale/imx8qxp-colibri-aster.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>
pull/1083/head
Xu Yang 2024-09-26 15:39:50 +08:00 committed by Shawn Guo
parent 1531771f37
commit e76d3aee90
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@
* Dong Aisheng <aisheng.dong@nxp.com>
*/
&usbphy1 {
compatible = "fsl,imx8qxp-usbphy", "fsl,imx7ulp-usbphy";
};
&usdhc1 {
compatible = "fsl,imx8qxp-usdhc", "fsl,imx7d-usdhc";
};