Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1458294
| From | John Stultz <john.stultz@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RFC][PATCH 2/4] arm64: dts: Add HDMI node for hi6220-hikey |
| Date | 2016-08-09 01:10 +0200 |
| Message-ID | <s41Qe-7Ui-21@gated-at.bofh.it> (permalink) |
| References | <s41Qd-7Ui-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Xinliang Liu <xinliang.liu@linaro.org>
Add adv7533 HDMI DT node for HiKey board.
Cc: Guodong Xu <guodong.xu@linaro.org>
Cc: Wei Xu <xuwei5@hisilicon.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: devicetree@vger.kernel.org
Signed-off-by: Xinliang Liu <xinliang.liu@linaro.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
---
arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 32 ++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
index c2f014e..8597e9b 100644
--- a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
+++ b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
@@ -379,4 +379,36 @@
&dsi {
status = "ok";
+
+ ports {
+ /* 1 for output port */
+ port@1 {
+ reg = <1>;
+
+ dsi_out0: endpoint@0 {
+ remote-endpoint = <&adv7533_in>;
+ };
+ };
+ };
+};
+
+&i2c2 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ status = "ok";
+
+ adv7533: adv7533@39 {
+ compatible = "adi,adv7533";
+ reg = <0x39>;
+ interrupt-parent = <&gpio1>;
+ interrupts = <1 2>;
+ pd-gpio = <&gpio0 4 0>;
+ adi,dsi-lanes = <4>;
+
+ port {
+ adv7533_in: endpoint {
+ remote-endpoint = <&dsi_out0>;
+ };
+ };
+ };
};
--
1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[RFC][PATCH 1/4] arm64: dts: Add display subsystem DT nodes for hi6220-hikey John Stultz <john.stultz@linaro.org> - 2016-08-09 01:10 +0200
[RFC][PATCH 4/4] arm64: dts: hikey: Add pstore support for HiKey John Stultz <john.stultz@linaro.org> - 2016-08-09 01:10 +0200
Re: [RFC][PATCH 4/4] arm64: dts: hikey: Add pstore support for HiKey John Stultz <john.stultz@linaro.org> - 2016-08-09 01:30 +0200
Re: [RFC][PATCH 4/4] arm64: dts: hikey: Add pstore support for HiKey Kees Cook <keescook@chromium.org> - 2016-08-09 01:30 +0200
[RFC][PATCH 4/4 v2] arm64: dts: hikey: Add pstore support for HiKey John Stultz <john.stultz@linaro.org> - 2016-08-09 01:50 +0200
Re: [RFC][PATCH 4/4 v2] arm64: dts: hikey: Add pstore support for HiKey Kees Cook <keescook@chromium.org> - 2016-08-09 02:40 +0200
[RFC][PATCH 2/4] arm64: dts: Add HDMI node for hi6220-hikey John Stultz <john.stultz@linaro.org> - 2016-08-09 01:10 +0200
csiph-web