From: Kevin Hilman Date: Mon, 17 Jul 2017 17:47:18 +0000 (-0700) Subject: ARM: dts: da850-lcdk: drop unused VPIF endpoints X-Git-Tag: v4.13-rc4~11^2^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6ea57ad6b9526f8106d0bf410b41a7223462ff89;p=karo-tx-linux.git 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 Signed-off-by: Kevin Hilman Signed-off-by: Sekhar Nori --- 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 @@ pinctrl-names = "default"; pinctrl-0 = <&vpif_capture_pins>; status = "okay"; - - /* VPIF capture port */ - port { - vpif_ch0: endpoint { - bus-width = <8>; - }; - }; };