mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
bcm2835: Add firmware property to affected devices
Also move firmware depending devices to the rpi dtsi file since they depend on the Pi specific firmware. Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
This commit is contained in:
committed by
popcornmix
parent
b33aacadbb
commit
06ef960350
@@ -32,6 +32,24 @@
|
||||
compatible = "raspberrypi,bcm2835-firmware";
|
||||
mboxes = <&mailbox>;
|
||||
};
|
||||
|
||||
fb: fb {
|
||||
compatible = "brcm,bcm2708-fb";
|
||||
firmware = <&firmware>;
|
||||
};
|
||||
|
||||
thermal: thermal {
|
||||
compatible = "brcm,bcm2835-thermal";
|
||||
firmware = <&firmware>;
|
||||
};
|
||||
|
||||
vchiq: vchiq {
|
||||
compatible = "brcm,bcm2835-vchiq";
|
||||
reg = <0x7e00b840 0xf>;
|
||||
interrupts = <0 2>;
|
||||
cache-line-size = <32>;
|
||||
firmware = <&firmware>;
|
||||
};
|
||||
};
|
||||
|
||||
/* Onboard audio */
|
||||
@@ -101,10 +119,6 @@
|
||||
bus-width = <4>;
|
||||
};
|
||||
|
||||
&fb {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/ {
|
||||
__overrides__ {
|
||||
i2s = <&i2s>,"status";
|
||||
|
||||
@@ -160,21 +160,6 @@
|
||||
arm-pmu {
|
||||
compatible = "arm,arm1176-pmu";
|
||||
};
|
||||
|
||||
fb: fb {
|
||||
compatible = "brcm,bcm2708-fb";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
vchiq: vchiq {
|
||||
compatible = "brcm,bcm2835-vchiq";
|
||||
reg = <0x7e00b840 0xf>;
|
||||
interrupts = <0 2>;
|
||||
};
|
||||
|
||||
thermal: thermal {
|
||||
compatible = "brcm,bcm2835-thermal";
|
||||
};
|
||||
};
|
||||
|
||||
clocks {
|
||||
|
||||
Reference in New Issue
Block a user