This is necessary to remove dependency cycles introduced by
'remote-endpoints'.

Signed-off-by: Alexander Holler <hol...@ahsoftware.de>
---
 arch/arm/boot/dts/imx6q.dtsi   | 2 ++
 arch/arm/boot/dts/imx6qdl.dtsi | 4 ++++
 2 files changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi
index 399103b..8db7f25 100644
--- a/arch/arm/boot/dts/imx6q.dtsi
+++ b/arch/arm/boot/dts/imx6q.dtsi
@@ -184,6 +184,7 @@
 
                                ipu2_di0_hdmi: endpoint@1 {
                                        remote-endpoint = <&hdmi_mux_2>;
+                                       no-dependencies = <&hdmi_mux_2>;
                                };
 
                                ipu2_di0_mipi: endpoint@2 {
@@ -205,6 +206,7 @@
 
                                ipu2_di1_hdmi: endpoint@1 {
                                        remote-endpoint = <&hdmi_mux_3>;
+                                       no-dependencies = <&hdmi_mux_3>;
                                };
 
                                ipu2_di1_mipi: endpoint@2 {
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index b57033e..db3d0d0 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -1150,10 +1150,12 @@
 
                                ipu1_di0_hdmi: endpoint@1 {
                                        remote-endpoint = <&hdmi_mux_0>;
+                                       no-dependencies = <&hdmi_mux_0>;
                                };
 
                                ipu1_di0_mipi: endpoint@2 {
                                        remote-endpoint = <&mipi_mux_0>;
+                                       no-dependencies = <&mipi_mux_0>;
                                };
 
                                ipu1_di0_lvds0: endpoint@3 {
@@ -1175,10 +1177,12 @@
 
                                ipu1_di1_hdmi: endpoint@1 {
                                        remote-endpoint = <&hdmi_mux_1>;
+                                       no-dependencies = <&hdmi_mux_1>;
                                };
 
                                ipu1_di1_mipi: endpoint@2 {
                                        remote-endpoint = <&mipi_mux_1>;
+                                       no-dependencies = <&mipi_mux_1>;
                                };
 
                                ipu1_di1_lvds0: endpoint@3 {
-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to