提交 f8914131 编写于 作者: B Bartosz Golaszewski 提交者: Sekhar Nori

ARM: dts: da850-evm: add the output port to the vpif node

Extend the vpif node with an output port with a single channel.

NOTE: this is still mostly just hardware description - the actual
driver is registered using pdata-quirks. We need the node however
for correct pin control function selection.
Signed-off-by: NBartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: NSekhar Nori <nsekhar@ti.com>
上级 2aabeffe
...@@ -297,20 +297,27 @@ ...@@ -297,20 +297,27 @@
&vpif { &vpif {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&vpif_capture_pins>; pinctrl-0 = <&vpif_capture_pins>, <&vpif_display_pins>;
status = "okay"; status = "okay";
/* VPIF capture port */ /* VPIF capture port */
port { port@0 {
vpif_ch0: endpoint@0 { vpif_input_ch0: endpoint@0 {
reg = <0>; reg = <0>;
bus-width = <8>; bus-width = <8>;
}; };
vpif_ch1: endpoint@1 { vpif_input_ch1: endpoint@1 {
reg = <1>; reg = <1>;
bus-width = <8>; bus-width = <8>;
data-shift = <8>; data-shift = <8>;
}; };
}; };
/* VPIF display port */
port@1 {
vpif_output_ch0: endpoint {
bus-width = <8>;
};
};
}; };
...@@ -358,7 +358,13 @@ ...@@ -358,7 +358,13 @@
status = "disabled"; status = "disabled";
/* VPIF capture port */ /* VPIF capture port */
port { port@0 {
#address-cells = <1>;
#size-cells = <0>;
};
/* VPIF display port */
port@1 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册