diff options
author | Justin Waters <justin.waters@timesys.com> | 2016-03-02 19:29:13 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-04-13 12:44:57 +0300 |
commit | e85225d70831e5b4c2f0fcc928714da68f9ddac3 (patch) | |
tree | ef8727806cfd0189f7df03bfdd3a5111eaa64239 /arch | |
parent | cf4534824f8ddea1ac9535b7a465821cd2fbe933 (diff) | |
download | linux-e85225d70831e5b4c2f0fcc928714da68f9ddac3.tar.xz |
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 <justin.waters@timesys.com>
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch')
-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"; }; |