mirror of
https://github.com/raspberrypi/linux.git
synced 2026-01-04 01:57:21 +00:00
ARM: dts: imx6q-b650v3: Fix fsl,tx-cal-45-dn-ohms
Passing 55 to fsl,tx-cal-45-dn-ohms is not valid as per fsl,mxs-usbphy.yaml: imx6q-b650v3.dtb: usbphy@20c9000: fsl,tx-cal-45-dn-ohms:0:0: 55 is greater than the maximum of 54 from schema $id: http://devicetree.org/schemas/phy/fsl,mxs-usbphy.yaml# Pass the maximum value of 54 instead. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
@@ -98,8 +98,8 @@
|
||||
};
|
||||
|
||||
&usbphy1 {
|
||||
fsl,tx-cal-45-dn-ohms = <55>;
|
||||
fsl,tx-cal-45-dp-ohms = <55>;
|
||||
fsl,tx-cal-45-dn-ohms = <54>;
|
||||
fsl,tx-cal-45-dp-ohms = <54>;
|
||||
fsl,tx-d-cal = <100>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user