[PATCH 10/16] deps: dts: omap: beagle: make some remote-endpoints non-dependencies
Alexander Holler
holler at ahsoftware.de
Wed Aug 26 05:28:22 PDT 2015
This is necessary to remove dependency cycles introduced by
'remote-endpoints'.
Signed-off-by: Alexander Holler <holler at ahsoftware.de>
---
arch/arm/boot/dts/omap3-beagle.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/omap3-beagle.dts b/arch/arm/boot/dts/omap3-beagle.dts
index a547411..78ba39e 100644
--- a/arch/arm/boot/dts/omap3-beagle.dts
+++ b/arch/arm/boot/dts/omap3-beagle.dts
@@ -101,6 +101,7 @@
tfp410_in: endpoint at 0 {
remote-endpoint = <&dpi_out>;
+ no-dependencies = <&dpi_out>;
};
};
@@ -109,6 +110,7 @@
tfp410_out: endpoint at 0 {
remote-endpoint = <&dvi_connector_in>;
+ no-dependencies = <&dvi_connector_in>;
};
};
};
@@ -150,6 +152,7 @@
etb_in: endpoint {
slave-mode;
remote-endpoint = <&etm_out>;
+ no-dependencies = <&etm_out>;
};
};
};
@@ -373,6 +376,7 @@
port {
venc_out: endpoint {
remote-endpoint = <&tv_connector_in>;
+ no-dependencies = <&tv_connector_in>;
ti,channels = <2>;
};
};
--
2.1.0
More information about the linux-arm-kernel
mailing list