summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Horman <horms+renesas@verge.net.au>2014-12-11 13:38:30 +0900
committerSimon Horman <horms+renesas@verge.net.au>2014-12-11 13:38:30 +0900
commit71043e2a6ef7d6305867fdeb97155233f6e52033 (patch)
treebb00a4e6cf20d7ce796197bdce8c835ea7af1c6f
parent591a5801036e5a8654e619a8a3815f7dd6be9b0e (diff)
parent7e479e9255754889456ca59055fd3f3aa374028a (diff)
downloadrenesas_kernel-71043e2a6ef7d6305867fdeb97155233f6e52033.tar.gz
renesas_kernel-71043e2a6ef7d6305867fdeb97155233f6e52033.tar.bz2
renesas_kernel-71043e2a6ef7d6305867fdeb97155233f6e52033.zip
Merge tag 'backport/v3.14.24-ltsi-rc1/mach-shmobile-for-hdmi-20141211' into backport/v3.14.24-ltsi-rc1+v3.14.26/snapshot-merge+hdmi.wipupstream/snapshot3+hdmiupstream
-rw-r--r--arch/arm/boot/dts/r8a7791-koelsch.dts50
1 files changed, 49 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts
index 990af167c55..95e106c80b3 100644
--- a/arch/arm/boot/dts/r8a7791-koelsch.dts
+++ b/arch/arm/boot/dts/r8a7791-koelsch.dts
@@ -258,6 +258,17 @@
system-clock-frequency = <11289600>;
};
};
+
+ hdmi-out {
+ compatible = "hdmi-connector";
+ type = "a";
+
+ port {
+ hdmi_con: endpoint {
+ remote-endpoint = <&adv7511_out>;
+ };
+ };
+ };
};
&du {
@@ -266,6 +277,11 @@
status = "okay";
ports {
+ port@0 {
+ endpoint {
+ remote-endpoint = <&adv7511_in>;
+ };
+ };
port@1 {
lvds_connector: endpoint {
};
@@ -284,7 +300,7 @@
};
du_pins: du {
- renesas,groups = "du_rgb666", "du_sync", "du_clk_out_0";
+ renesas,groups = "du_rgb666", "du_sync", "du_disp", "du_clk_out_0";
renesas,function = "du";
};
@@ -504,6 +520,38 @@
};
};
+ hdmi@39 {
+ compatible = "adi,adv7511w";
+ reg = <0x39>;
+ interrupt-parent = <&gpio3>;
+ interrupts = <29 IRQ_TYPE_EDGE_FALLING>;
+
+ adi,input-depth = <8>;
+ adi,input-colorspace = "rgb";
+ adi,input-clock = "1x";
+ adi,input-style = <1>;
+ adi,input-justification = "evenly";
+
+ ports {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ port@0 {
+ reg = <0>;
+ adv7511_in: endpoint {
+ remote-endpoint = <&du_out_rgb>;
+ };
+ };
+
+ port@1 {
+ reg = <1>;
+ adv7511_out: endpoint {
+ remote-endpoint = <&hdmi_con>;
+ };
+ };
+ };
+ };
+
eeprom@50 {
compatible = "renesas,24c02";
reg = <0x50>;