diff options
| author | Justin Waters <[email protected]> | 2016-03-02 11:29:13 -0500 |
|---|---|---|
| committer | Shawn Guo <[email protected]> | 2016-04-13 17:44:57 +0800 |
| commit | e85225d70831e5b4c2f0fcc928714da68f9ddac3 (patch) | |
| tree | ef8727806cfd0189f7df03bfdd3a5111eaa64239 | |
| parent | cf4534824f8ddea1ac9535b7a465821cd2fbe933 (diff) | |
ARM: dts: imx: ba16: Add correct PCIe Tx Values
Utilize the new PCIe Tx configuration to properly support the correct
values.
Signed-off-by: Justin Waters <[email protected]>
Signed-off-by: Akshay Bhat <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/imx6q-ba16.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-ba16.dtsi b/arch/arm/boot/dts/imx6q-ba16.dtsi index 8f6e6035f3f7..fcc7b5000511 100644 --- a/arch/arm/boot/dts/imx6q-ba16.dtsi +++ b/arch/arm/boot/dts/imx6q-ba16.dtsi @@ -323,6 +323,8 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_pcie>; reset-gpio = <&gpio7 12 GPIO_ACTIVE_HIGH>; + fsl,tx-swing-full = <103>; + fsl,tx-swing-low = <103>; status = "okay"; }; |