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-a.dts | |
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-a.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm2835-rpi-a.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm2835-rpi-a.dts b/arch/arm/boot/dts/bcm2835-rpi-a.dts index ddbbbbd42dda..306a84ee9898 100644 --- a/arch/arm/boot/dts/bcm2835-rpi-a.dts +++ b/arch/arm/boot/dts/bcm2835-rpi-a.dts @@ -22,3 +22,7 @@ brcm,function = <BCM2835_FSEL_ALT2>; }; }; + +&hdmi { + hpd-gpios = <&gpio 46 GPIO_ACTIVE_HIGH>; +}; |