diff options
author | Noralf Trønnes <noralf@tronnes.org> | 2015-05-19 13:31:50 +0200 |
---|---|---|
committer | Noralf Trønnes <noralf@tronnes.org> | 2015-05-19 13:31:50 +0200 |
commit | cce0a62ba4087e70af8316b9ba78329352228e3e (patch) | |
tree | 8decaf230199c74bfacade40aaeda9919ad18fab /arch/arm/boot/dts/bcm2708_common.dtsi | |
parent | 9112b62cec10ca617232b817ca37f0858323ca7c (diff) | |
download | linux-cce0a62ba4087e70af8316b9ba78329352228e3e.tar.gz |
BCM270x: Add vchiq device to platform file and Device Tree
Prepare to turn the vchiq module into a driver.
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Diffstat (limited to 'arch/arm/boot/dts/bcm2708_common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/bcm2708_common.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm2708_common.dtsi b/arch/arm/boot/dts/bcm2708_common.dtsi index c5ed34bda237..2d9bcd8ac97d 100644 --- a/arch/arm/boot/dts/bcm2708_common.dtsi +++ b/arch/arm/boot/dts/bcm2708_common.dtsi @@ -114,6 +114,12 @@ compatible = "brcm,bcm2708-fb"; status = "disabled"; }; + + vchiq: vchiq { + compatible = "brcm,bcm2835-vchiq"; + reg = <0x7e00b840 0xf>; + interrupts = <0 2>; + }; }; clocks { |