From: Xu Yang <xu.yang_2@nxp.com>
To: vkoul@kernel.org, kishon@kernel.org, robh@kernel.org,
krzk+dt@kernel.org, conor+dt@kernel.org, shawnguo@kernel.org,
s.hauer@pengutronix.de, kernel@pengutronix.de,
festevam@gmail.com
Cc: linux-phy@lists.infradead.org, devicetree@vger.kernel.org,
imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org
Subject: [PATCH 5/5] ARM: dts: imx6qdl: convert fsl,tx-d-cal to correct value
Date: Thu, 26 Sep 2024 15:39:51 +0800 [thread overview]
Message-ID: <20240926073951.783869-6-xu.yang_2@nxp.com> (raw)
In-Reply-To: <20240926073951.783869-1-xu.yang_2@nxp.com>
make dtbs_check has below warning:
/home/nxf75279/work/usb/arch/arm/boot/dts/nxp/imx/imx6q-var-mx6customboard.dtb: usbphy@20c9000: fsl,tx-d-cal: 5 is less than the minimum of 79
from schema $id: http://devicetree.org/schemas/phy/fsl,mxs-usbphy.yaml#
According to schema, valid value of fsl,tx-d-cal is from 79 to 119. This
will convert register raw value <0x5> to corresponding <106>.
Signed-off-by: Xu Yang <xu.yang_2@nxp.com>
---
arch/arm/boot/dts/nxp/imx/imx6qdl-var-som.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/nxp/imx/imx6qdl-var-som.dtsi b/arch/arm/boot/dts/nxp/imx/imx6qdl-var-som.dtsi
index a1ea33c4eeb7..d3396cb81912 100644
--- a/arch/arm/boot/dts/nxp/imx/imx6qdl-var-som.dtsi
+++ b/arch/arm/boot/dts/nxp/imx/imx6qdl-var-som.dtsi
@@ -529,11 +529,11 @@ &usbotg {
};
&usbphy1 {
- fsl,tx-d-cal = <0x5>;
+ fsl,tx-d-cal = <106>;
};
&usbphy2 {
- fsl,tx-d-cal = <0x5>;
+ fsl,tx-d-cal = <106>;
};
&usdhc1 {
--
2.34.1
next prev parent reply other threads:[~2024-09-26 7:39 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-26 7:39 [PATCH 0/5] dtbs_check warning clean up against fsl,mxs-usbphy.yaml Xu Yang
2024-09-26 7:39 ` [PATCH 1/5] dt-bindings: phy: mxs-usb-phy: add imx8qxp compatible Xu Yang
2024-09-26 16:05 ` Conor Dooley
2024-09-26 7:39 ` [PATCH 2/5] arm64: dts: imx8dxl-ss-conn: change usbphy1 compatible Xu Yang
2024-11-01 8:06 ` Shawn Guo
2024-09-26 7:39 ` [PATCH 3/5] arm64: dts: imx8qm: " Xu Yang
2024-09-26 7:39 ` [PATCH 4/5] arm64: dts: imx8qxp: " Xu Yang
2024-09-26 7:39 ` Xu Yang [this message]
2024-10-17 15:36 ` [PATCH 0/5] dtbs_check warning clean up against fsl,mxs-usbphy.yaml Vinod Koul
2024-10-29 15:15 ` Alexander Stein
2024-10-29 15:29 ` Frank Li
2024-10-29 15:41 ` [PATCH 0/5] dtbs_check warning clean up against fsl, mxs-usbphy.yaml Alexander Stein
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240926073951.783869-6-xu.yang_2@nxp.com \
--to=xu.yang_2@nxp.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=imx@lists.linux.dev \
--cc=kernel@pengutronix.de \
--cc=kishon@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-phy@lists.infradead.org \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
--cc=vkoul@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox