1
0
Fork 0

ARM: dts: bcm283x: Enable the VEC IP on all RaspberryPi boards

Enable the VEC IP on all RaspberryPi boards.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
zero-colors
Boris Brezillon 2016-12-02 14:48:13 +01:00 committed by Florian Fainelli
parent b899c45208
commit 5ab1a37c60
1 changed files with 5 additions and 0 deletions

View File

@ -87,3 +87,8 @@
power-domains = <&power RPI_POWER_DOMAIN_HDMI>;
status = "okay";
};
&vec {
power-domains = <&power RPI_POWER_DOMAIN_VEC>;
status = "okay";
};