Message ID | 20170717174718.28343-1-khilman@baylibre.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Monday 17 July 2017 11:17 PM, Kevin Hilman wrote: > 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> Applied. Thanks, Sekhar
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>; - }; - }; };
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> --- arch/arm/boot/dts/da850-lcdk.dts | 7 ------- 1 file changed, 7 deletions(-)