This is necessary to remove dependency cycles introduced by 'remote-endpoints'. Signed-off-by: Alexander Holler <holler@xxxxxxxxxxxxx> --- 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@0 { remote-endpoint = <&dpi_out>; + no-dependencies = <&dpi_out>; }; }; @@ -109,6 +110,7 @@ tfp410_out: endpoint@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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html