aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Hilman <khilman@baylibre.com>2017-07-17 13:47:18 -0400
committerSekhar Nori <nsekhar@ti.com>2017-07-27 06:59:44 -0400
commit6ea57ad6b9526f8106d0bf410b41a7223462ff89 (patch)
tree3dda63c1d8144734dbc28b469f98c535f80bdcde
parent0b048ff2cff5e1fb6894aa9cd7b31670cfe33f22 (diff)
ARM: dts: da850-lcdk: drop unused VPIF endpoints
Drop the unused endpoints. They should only be used when there is an actual remote-endpoint connected. Cc: Sekhar Nori <nsekhar@ti.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
-rw-r--r--arch/arm/boot/dts/da850-lcdk.dts7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/da850-lcdk.dts b/arch/arm/boot/dts/da850-lcdk.dts
index b837fec70eec..a0f0916156e6 100644
--- a/arch/arm/boot/dts/da850-lcdk.dts
+++ b/arch/arm/boot/dts/da850-lcdk.dts
@@ -318,11 +318,4 @@
318 pinctrl-names = "default"; 318 pinctrl-names = "default";
319 pinctrl-0 = <&vpif_capture_pins>; 319 pinctrl-0 = <&vpif_capture_pins>;
320 status = "okay"; 320 status = "okay";
321
322 /* VPIF capture port */
323 port {
324 vpif_ch0: endpoint {
325 bus-width = <8>;
326 };
327 };
328}; 321};