]> www.infradead.org Git - linux.git/commitdiff
ARM: mstar: Link cpupll to second core
authorDaniel Palmer <daniel@0x0f.com>
Tue, 23 Feb 2021 06:18:27 +0000 (15:18 +0900)
committerRomain Perier <romain.perier@gmail.com>
Wed, 16 Feb 2022 18:21:01 +0000 (19:21 +0100)
The second core also sources it's clock from the CPU PLL.

Signed-off-by: Daniel Palmer <daniel@0x0f.com>
Reviewed-by: Romain Perier <romain.perier@gmail.com>
arch/arm/boot/dts/mstar-infinity2m.dtsi

index 6d4d1d224e961c959532044b973357790f9f0d07..dc339cd297789aebebe50900b11344d61561bbc3 100644 (file)
@@ -11,6 +11,8 @@
                device_type = "cpu";
                compatible = "arm,cortex-a7";
                reg = <0x1>;
+               clocks = <&cpupll>;
+               clock-names = "cpuclk";
        };
 };