Commit 035015b1 authored by Alexandru M Stan's avatar Alexandru M Stan Committed by Heiko Stuebner
Browse files

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: default avatarAlexandru M Stan <amstan@chromium.org>
Reviewed-by: default avatarDouglas Anderson <dianders@chromium.org>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 8915f364
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -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>;