]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: da850-lcdk: drop unused VPIF endpoints
authorKevin Hilman <khilman@baylibre.com>
Mon, 17 Jul 2017 17:47:18 +0000 (10:47 -0700)
committerSekhar Nori <nsekhar@ti.com>
Thu, 27 Jul 2017 10:59:44 +0000 (16:29 +0530)
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>
arch/arm/boot/dts/da850-lcdk.dts

index b837fec70eec8cb7d241d14559c8fad9c0cbb909..a0f0916156e66d83949716c4b571184695fbef3b 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&vpif_capture_pins>;
        status = "okay";
-
-       /* VPIF capture port */
-       port {
-               vpif_ch0: endpoint {
-                         bus-width = <8>;
-               };
-       };
 };