summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/sun8i-r40.dtsi
diff options
context:
space:
mode:
authorJernej Skrabec <jernej.skrabec@siol.net>2018-07-10 22:35:08 +0200
committerMaxime Ripard <maxime.ripard@bootlin.com>2018-07-11 10:29:57 +0200
commitccefd95f648a695e3fb62015fd3efc667a250a22 (patch)
tree87c88561fbaddf3cb16be4271e2a60b95dce87fe /arch/arm/boot/dts/sun8i-r40.dtsi
parentf9105d819dff1ad565ed3173851cd4eb996d42b5 (diff)
ARM: dts: sun8i: r40: Add missing TCON-TOP - TCON connections
Current R40 is missing some graph connections between TCON TOP and TCONs. Add them. Fixes: 05a43a262d03 ("ARM: dts: sun8i: r40: Add HDMI pipeline") Reviewed-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/sun8i-r40.dtsi')
-rw-r--r--arch/arm/boot/dts/sun8i-r40.dtsi44
1 files changed, 44 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-r40.dtsi b/arch/arm/boot/dts/sun8i-r40.dtsi
index 6b4fe8eeee99..e5c7e4804384 100644
--- a/arch/arm/boot/dts/sun8i-r40.dtsi
+++ b/arch/arm/boot/dts/sun8i-r40.dtsi
@@ -601,10 +601,12 @@
tcon_top_mixer0_out_tcon_tv0: endpoint@2 {
reg = <2>;
+ remote-endpoint = <&tcon_tv0_in_tcon_top_mixer0>;
};
tcon_top_mixer0_out_tcon_tv1: endpoint@3 {
reg = <3>;
+ remote-endpoint = <&tcon_tv1_in_tcon_top_mixer0>;
};
};
@@ -634,10 +636,12 @@
tcon_top_mixer1_out_tcon_tv0: endpoint@2 {
reg = <2>;
+ remote-endpoint = <&tcon_tv0_in_tcon_top_mixer1>;
};
tcon_top_mixer1_out_tcon_tv1: endpoint@3 {
reg = <3>;
+ remote-endpoint = <&tcon_tv1_in_tcon_top_mixer1>;
};
};
@@ -648,10 +652,12 @@
tcon_top_hdmi_in_tcon_tv0: endpoint@0 {
reg = <0>;
+ remote-endpoint = <&tcon_tv0_out_tcon_top>;
};
tcon_top_hdmi_in_tcon_tv1: endpoint@1 {
reg = <1>;
+ remote-endpoint = <&tcon_tv1_out_tcon_top>;
};
};
@@ -679,11 +685,30 @@
#size-cells = <0>;
tcon_tv0_in: port@0 {
+ #address-cells = <1>;
+ #size-cells = <0>;
reg = <0>;
+
+ tcon_tv0_in_tcon_top_mixer0: endpoint@0 {
+ reg = <0>;
+ remote-endpoint = <&tcon_top_mixer0_out_tcon_tv0>;
+ };
+
+ tcon_tv0_in_tcon_top_mixer1: endpoint@1 {
+ reg = <1>;
+ remote-endpoint = <&tcon_top_mixer1_out_tcon_tv0>;
+ };
};
tcon_tv0_out: port@1 {
+ #address-cells = <1>;
+ #size-cells = <0>;
reg = <1>;
+
+ tcon_tv0_out_tcon_top: endpoint@1 {
+ reg = <1>;
+ remote-endpoint = <&tcon_top_hdmi_in_tcon_tv0>;
+ };
};
};
};
@@ -702,11 +727,30 @@
#size-cells = <0>;
tcon_tv1_in: port@0 {
+ #address-cells = <1>;
+ #size-cells = <0>;
reg = <0>;
+
+ tcon_tv1_in_tcon_top_mixer0: endpoint@0 {
+ reg = <0>;
+ remote-endpoint = <&tcon_top_mixer0_out_tcon_tv1>;
+ };
+
+ tcon_tv1_in_tcon_top_mixer1: endpoint@1 {
+ reg = <1>;
+ remote-endpoint = <&tcon_top_mixer1_out_tcon_tv1>;
+ };
};
tcon_tv1_out: port@1 {
+ #address-cells = <1>;
+ #size-cells = <0>;
reg = <1>;
+
+ tcon_tv1_out_tcon_top: endpoint@1 {
+ reg = <1>;
+ remote-endpoint = <&tcon_top_hdmi_in_tcon_tv1>;
+ };
};
};
};