diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2017-02-28 17:15:16 +0100 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2017-03-07 12:16:56 +0100 |
commit | f8914131f7da23ab604efd8d1b95a416e5d8fc44 (patch) | |
tree | 5f466b6c6964bdba16640eb8770e0f267ba801ae /arch/arm/boot/dts/da850.dtsi | |
parent | ARM: dts: da850-evm: add IO expander node on UI card (diff) | |
download | linux-f8914131f7da23ab604efd8d1b95a416e5d8fc44.tar.xz linux-f8914131f7da23ab604efd8d1b95a416e5d8fc44.zip |
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: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/da850.dtsi')
-rw-r--r-- | arch/arm/boot/dts/da850.dtsi | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi index 5150331ef904..c708155767f3 100644 --- a/arch/arm/boot/dts/da850.dtsi +++ b/arch/arm/boot/dts/da850.dtsi @@ -358,7 +358,13 @@ status = "disabled"; /* VPIF capture port */ - port { + port@0 { + #address-cells = <1>; + #size-cells = <0>; + }; + + /* VPIF display port */ + port@1 { #address-cells = <1>; #size-cells = <0>; }; |