diff options
author | Alexandru M Stan <amstan@chromium.org> | 2015-09-02 16:27:59 -0700 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2015-10-08 22:37:23 +0200 |
commit | 035015b10e7545bb503413999070e99ccd32c1d2 (patch) | |
tree | 1fd2992400f36729d6b0b1fa697e772bc4a87f8a /arch/arm/boot/dts/rk3288-veyron.dtsi | |
parent | 8915f36441d4506384b6e1be38ed0037946a77df (diff) | |
download | blackbird-obmc-linux-035015b10e7545bb503413999070e99ccd32c1d2.tar.gz blackbird-obmc-linux-035015b10e7545bb503413999070e99ccd32c1d2.zip |
ARM: dts: rockchip: Remove specific cts pullup from veyron
With the previous patch ("rk3288: pull up cts lines") this is redundant,
I sent that patch for the same reason this existed here, so the lines don't
wiggle randomly when disconnected.
Signed-off-by: Alexandru M Stan <amstan@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3288-veyron.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3288-veyron.dtsi | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/boot/dts/rk3288-veyron.dtsi b/arch/arm/boot/dts/rk3288-veyron.dtsi index 2fa7a0dc83f7..2b5d2e2aa606 100644 --- a/arch/arm/boot/dts/rk3288-veyron.dtsi +++ b/arch/arm/boot/dts/rk3288-veyron.dtsi @@ -543,18 +543,6 @@ }; }; - /* - * On Marvell-based hardware this is a no-connect. Make sure we enable - * the pullup so that the line doesn't float. The pullup shouldn't - * hurt on Broadcom-based hardware since the other side is actively - * driving this signal. As proof: we've already got a pullup on RX. - */ - uart0 { - uart0_cts: uart0-cts { - rockchip,pins = <4 18 RK_FUNC_1 &pcfg_pull_up>; - }; - }; - write-protect { fw_wp_ap: fw-wp-ap { rockchip,pins = <7 6 RK_FUNC_GPIO &pcfg_pull_none>; |