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 |
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,
Hi Vinod, Am Donnerstag, 17. Oktober 2024, 17:36:12 CET schrieb Vinod Koul: > > 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) Did maybe something go wrong while merging? Only patch 1 has a commit SHA1 in this mail. Also only patch 1 is available in linux-next Thanks and best regards, Alexander
On Tue, Oct 29, 2024 at 04:15:54PM +0100, Alexander Stein wrote: > Hi Vinod, > > Am Donnerstag, 17. Oktober 2024, 17:36:12 CET schrieb Vinod Koul: > > > > 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) > > Did maybe something go wrong while merging? Only patch 1 has a commit SHA1 > in this mail. > Also only patch 1 is available in linux-next Supposed script report issue. Only dt-bindings go to through DMA tree. Other dts should go through shawn's tree. Still wait for shawn pick dts patches. Frank > > Thanks and best regards, > Alexander > -- > TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany > Amtsgericht München, HRB 105018 > Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider > http://www.tq-group.com/ > >
Hi Frank, Am Dienstag, 29. Oktober 2024, 16:29:07 CET schrieb Frank Li: > On Tue, Oct 29, 2024 at 04:15:54PM +0100, Alexander Stein wrote: > > Hi Vinod, > > > > Am Donnerstag, 17. Oktober 2024, 17:36:12 CET schrieb Vinod Koul: > > > > > > 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) > > > > Did maybe something go wrong while merging? Only patch 1 has a commit SHA1 > > in this mail. > > Also only patch 1 is available in linux-next > > Supposed script report issue. Only dt-bindings go to through DMA tree. > Other dts should go through shawn's tree. > > Still wait for shawn pick dts patches. Aah, thanks for clearing up. Best regards, Alexander