diff options
author | Eric Anholt <eric@anholt.net> | 2015-03-02 23:36:16 +0100 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2016-04-20 02:31:57 +0200 |
commit | 49ac67e0c39cd268371e63ce0662ecb59a164a20 (patch) | |
tree | fd63c193956daacd4b1290d9886f3e8cdb32925f /arch/arm/boot/dts/bcm2835-rpi.dtsi | |
parent | drm/vc4: Kick out the simplefb framebuffer before we set up KMS. (diff) | |
download | linux-49ac67e0c39cd268371e63ce0662ecb59a164a20.tar.xz linux-49ac67e0c39cd268371e63ce0662ecb59a164a20.zip |
ARM: bcm2835: Add VC4 to the device tree.
VC4 is the GPU (display and 3D) present on the 283x.
Signed-off-by: Eric Anholt <eric@anholt.net>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Diffstat (limited to 'arch/arm/boot/dts/bcm2835-rpi.dtsi')
-rw-r--r-- | arch/arm/boot/dts/bcm2835-rpi.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index 76bdbcafab18..caf2707680c1 100644 --- a/arch/arm/boot/dts/bcm2835-rpi.dtsi +++ b/arch/arm/boot/dts/bcm2835-rpi.dtsi @@ -74,3 +74,12 @@ &usb { power-domains = <&power RPI_POWER_DOMAIN_USB>; }; + +&v3d { + power-domains = <&power RPI_POWER_DOMAIN_V3D>; +}; + +&hdmi { + power-domains = <&power RPI_POWER_DOMAIN_HDMI>; + status = "okay"; +}; |