mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
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:
@@ -164,6 +164,12 @@
|
||||
compatible = "brcm,bcm2708-fb";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
vchiq: vchiq {
|
||||
compatible = "brcm,bcm2835-vchiq";
|
||||
reg = <0x7e00b840 0xf>;
|
||||
interrupts = <0 2>;
|
||||
};
|
||||
};
|
||||
|
||||
clocks {
|
||||
|
||||
Reference in New Issue
Block a user