Skip to content

Commit

Permalink
bcm2835: Add bcm2835-vchiq to Device Tree
Browse files Browse the repository at this point in the history
Add vchiq to Device Tree. There are no kernel users yet,
but it's available to userspace (vcgencmd).

Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
  • Loading branch information
notro committed May 19, 2015
1 parent 6ca53d1 commit 346c1e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/bcm2835.dtsi
Expand Up @@ -164,6 +164,12 @@
compatible = "brcm,bcm2708-fb";
status = "disabled";
};

vchiq: vchiq {
compatible = "brcm,bcm2835-vchiq";
reg = <0x7e00b840 0xf>;
interrupts = <0 2>;
};
};

clocks {
Expand Down

0 comments on commit 346c1e2

Please sign in to comment.