bcm2835: Add bcm2835-vchiq to Device Tree

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>
This commit is contained in:
Noralf Trønnes
2015-05-19 13:32:50 +02:00
parent 6ca53d1e13
commit 346c1e2b27

View File

@@ -164,6 +164,12 @@
compatible = "brcm,bcm2708-fb";
status = "disabled";
};
vchiq: vchiq {
compatible = "brcm,bcm2835-vchiq";
reg = <0x7e00b840 0xf>;
interrupts = <0 2>;
};
};
clocks {