Skip to content

Commit 02b33a8

Browse files
committed
dt: Move VEC clock to clk-raspberrypi
clk-2835 is deprecated and gets an innacurate clock for VEC (107MHz). Switch to clk-raspberrypi which uses the right PLL to get an accurate 108MHz. Signed-off-by: Dom Cobley <[email protected]>
1 parent 1e24854 commit 02b33a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm/boot/dts/bcm2711.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
vec: vec@7ec13000 {
304304
compatible = "brcm,bcm2711-vec";
305305
reg = <0x7ec13000 0x1000>;
306-
clocks = <&clocks BCM2835_CLOCK_VEC>;
306+
clocks = <&firmware_clocks 15>;
307307
interrupts = <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>;
308308
status = "disabled";
309309
};

arch/arm/boot/dts/bcm2835-common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
vec: vec@7e806000 {
110110
compatible = "brcm,bcm2835-vec";
111111
reg = <0x7e806000 0x1000>;
112-
clocks = <&clocks BCM2835_CLOCK_VEC>;
112+
clocks = <&firmware_clocks 15>;
113113
interrupts = <2 27>;
114114
status = "disabled";
115115
};

0 commit comments

Comments
 (0)