Some changes to clean up dtbs_check warning against fsl,mxs-usbphy.yaml. The first 4 patches are used to fix below warning, "nxp,sim" is only needed by i.MX7ULP: - 'nxp,sim' is a required property The last patch is used to fix below warning: - fsl,tx-d-cal: 5 is less than the minimum of 79 Xu Yang (5): dt-bindings: phy: mxs-usb-phy: add imx8qxp compatible arm64: dts: imx8dxl-ss-conn: change usbphy1 compatible arm64: dts: imx8qm: change usbphy1 compatible arm64: dts: imx8qxp: change usbphy1 compatible ARM: dts: imx6qdl: convert fsl,tx-d-cal to correct value Documentation/devicetree/bindings/phy/fsl,mxs-usbphy.yaml | 1 + arch/arm/boot/dts/nxp/imx/imx6qdl-var-som.dtsi | 4 ++-- arch/arm64/boot/dts/freescale/imx8dxl-ss-conn.dtsi | 4 ++++ arch/arm64/boot/dts/freescale/imx8qm-ss-conn.dtsi | 4 ++++ arch/arm64/boot/dts/freescale/imx8qxp-ss-conn.dtsi | 4 ++++ 5 files changed, 15 insertions(+), 2 deletions(-) -- 2.34.1