Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1534632 > unrolled thread

[PATCH 3/9] arm64: dts: rockchip: add rk3399 eDP HPD pinctrl

Started byBrian Norris <briannorris@chromium.org>
First post2016-12-02 03:40 +0100
Last post2016-12-07 18:00 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 3/9] arm64: dts: rockchip: add rk3399 eDP HPD pinctrl Brian Norris <briannorris@chromium.org> - 2016-12-02 03:40 +0100
    Re: [PATCH 3/9] arm64: dts: rockchip: add rk3399 eDP HPD pinctrl Heiko Stuebner <heiko@sntech.de> - 2016-12-07 18:00 +0100

#1534632 — [PATCH 3/9] arm64: dts: rockchip: add rk3399 eDP HPD pinctrl

FromBrian Norris <briannorris@chromium.org>
Date2016-12-02 03:40 +0100
Subject[PATCH 3/9] arm64: dts: rockchip: add rk3399 eDP HPD pinctrl
Message-ID<sJLVw-5Ru-33@gated-at.bofh.it>
We haven't enabled eDP support yet, but we might as well describe the
pin now.

Signed-off-by: Brian Norris <briannorris@chromium.org>
---
 arch/arm64/boot/dts/rockchip/rk3399.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
index 28772f6e77f0..4ca8f9a7601c 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
@@ -1435,6 +1435,13 @@
 			};
 		};
 
+		edp {
+			edp_hpd: edp-hpd {
+				rockchip,pins =
+					<4 23 RK_FUNC_2 &pcfg_pull_none>;
+			};
+		};
+
 		gmac {
 			rgmii_pins: rgmii-pins {
 				rockchip,pins =
-- 
2.8.0.rc3.226.g39d4020

[toc] | [next] | [standalone]


#1537923

FromHeiko Stuebner <heiko@sntech.de>
Date2016-12-07 18:00 +0100
Message-ID<sLNJx-2Ce-87@gated-at.bofh.it>
In reply to#1534632
Am Donnerstag, 1. Dezember 2016, 18:27:27 CET schrieb Brian Norris:
> We haven't enabled eDP support yet, but we might as well describe the
> pin now.
> 
> Signed-off-by: Brian Norris <briannorris@chromium.org>

applied for 4.11

Thanks
Heiko

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web