mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
SQUASH: dts: Further simplify firmware clocks
All Pi platforms will use the firmware clocks driver, so declare it in the most common place - bcm2835-rpi.dtsi. Signed-off-by: Phil Elwell <phil@raspberrypi.com>
This commit is contained in:
@@ -3,10 +3,3 @@
|
|||||||
&vchiq {
|
&vchiq {
|
||||||
compatible = "brcm,bcm2836-vchiq", "brcm,bcm2835-vchiq";
|
compatible = "brcm,bcm2836-vchiq", "brcm,bcm2835-vchiq";
|
||||||
};
|
};
|
||||||
|
|
||||||
&firmware {
|
|
||||||
firmware_clocks: clocks {
|
|
||||||
compatible = "raspberrypi,firmware-clocks";
|
|
||||||
#clock-cells = <1>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|||||||
@@ -309,10 +309,3 @@
|
|||||||
&hvs {
|
&hvs {
|
||||||
clocks = <&firmware_clocks 4>;
|
clocks = <&firmware_clocks 4>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&firmware {
|
|
||||||
firmware_clocks: clocks {
|
|
||||||
compatible = "raspberrypi,firmware-clocks";
|
|
||||||
#clock-cells = <1>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|||||||
@@ -16,6 +16,11 @@
|
|||||||
compatible = "raspberrypi,bcm2835-firmware", "simple-bus";
|
compatible = "raspberrypi,bcm2835-firmware", "simple-bus";
|
||||||
mboxes = <&mailbox>;
|
mboxes = <&mailbox>;
|
||||||
dma-ranges;
|
dma-ranges;
|
||||||
|
|
||||||
|
firmware_clocks: clocks {
|
||||||
|
compatible = "raspberrypi,firmware-clocks";
|
||||||
|
#clock-cells = <1>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
power: power {
|
power: power {
|
||||||
|
|||||||
@@ -4,10 +4,3 @@
|
|||||||
&vchiq {
|
&vchiq {
|
||||||
compatible = "brcm,bcm2836-vchiq", "brcm,bcm2835-vchiq";
|
compatible = "brcm,bcm2836-vchiq", "brcm,bcm2835-vchiq";
|
||||||
};
|
};
|
||||||
|
|
||||||
&firmware {
|
|
||||||
firmware_clocks: clocks {
|
|
||||||
compatible = "raspberrypi,firmware-clocks";
|
|
||||||
#clock-cells = <1>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|||||||
Reference in New Issue
Block a user