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:
Phil Elwell
2020-07-10 16:57:43 +01:00
committed by popcornmix
parent a6010b6fce
commit ff68b68ffe
4 changed files with 5 additions and 21 deletions

View File

@@ -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>;
};
};

View File

@@ -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>;
};
};

View File

@@ -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 {

View File

@@ -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>;
};
};