mbox series

[0/5] dtbs_check warning clean up against fsl,mxs-usbphy.yaml

Message ID 20240926073951.783869-1-xu.yang_2@nxp.com (mailing list archive)
Headers show
Series dtbs_check warning clean up against fsl,mxs-usbphy.yaml | expand

Message

Xu Yang Sept. 26, 2024, 7:39 a.m. UTC
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(-)

Comments

Vinod Koul Oct. 17, 2024, 3:36 p.m. UTC | #1
On Thu, 26 Sep 2024 15:39:46 +0800, Xu Yang wrote:
> 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
> 
> [...]

Applied, thanks!

[1/5] dt-bindings: phy: mxs-usb-phy: add imx8qxp compatible
      commit: 76b4f2a5cec59e842de4b5989eb990a2ee8cedf3
[2/5] arm64: dts: imx8dxl-ss-conn: change usbphy1 compatible
      (no commit info)
[3/5] arm64: dts: imx8qm: change usbphy1 compatible
      (no commit info)
[4/5] arm64: dts: imx8qxp: change usbphy1 compatible
      (no commit info)
[5/5] ARM: dts: imx6qdl: convert fsl,tx-d-cal to correct value
      (no commit info)

Best regards,