ARM: dts: da850-evm: drop unused VPIF endpoints
Drop the unused endpoints. They should only be used when there is an actual remote-endpoint connected. Signed-off-by: Kevin Hilman <khilman@baylibre.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
This commit is contained in:
parent
520eccdfe1
commit
0b048ff2cf
|
@ -301,25 +301,4 @@ &vpif {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&vpif_capture_pins>, <&vpif_display_pins>;
|
pinctrl-0 = <&vpif_capture_pins>, <&vpif_display_pins>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
/* VPIF capture port */
|
|
||||||
port@0 {
|
|
||||||
vpif_input_ch0: endpoint@0 {
|
|
||||||
reg = <0>;
|
|
||||||
bus-width = <8>;
|
|
||||||
};
|
|
||||||
|
|
||||||
vpif_input_ch1: endpoint@1 {
|
|
||||||
reg = <1>;
|
|
||||||
bus-width = <8>;
|
|
||||||
data-shift = <8>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
/* VPIF display port */
|
|
||||||
port@1 {
|
|
||||||
vpif_output_ch0: endpoint {
|
|
||||||
bus-width = <8>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue