Skip to content

Commit

Permalink
ARM: dts: bcm283x: Enable the VEC IP on all RaspberryPi boards
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Boris Brezillon authored and ffainelli committed Jan 19, 2017
1 parent b899c45 commit 5ab1a37
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/bcm2835-rpi.dtsi
Expand Up @@ -87,3 +87,8 @@
power-domains = <&power RPI_POWER_DOMAIN_HDMI>;
status = "okay";
};

&vec {
power-domains = <&power RPI_POWER_DOMAIN_VEC>;
status = "okay";
};

0 comments on commit 5ab1a37

Please sign in to comment.