Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5ab1a37c authored by Boris Brezillon's avatar Boris Brezillon Committed by Florian Fainelli
Browse files

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



Enable the VEC IP on all RaspberryPi boards.

Signed-off-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: default avatarEric Anholt <eric@anholt.net>
parent b899c452
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -87,3 +87,8 @@
	power-domains = <&power RPI_POWER_DOMAIN_HDMI>;
	status = "okay";
};

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