diff options
| author | Daniel Palmer <[email protected]> | 2021-02-23 15:18:27 +0900 |
|---|---|---|
| committer | Romain Perier <[email protected]> | 2022-02-16 19:21:01 +0100 |
| commit | 79f700c24b1314e3b49b9d998c38a56779ddbeba (patch) | |
| tree | 4459d28d85bdc2263e7bf36575406a00abb2cb34 | |
| parent | 62a2718bf4c29328f1149e0dc4be0c88095112c5 (diff) | |
ARM: mstar: Link cpupll to second core
The second core also sources it's clock from the CPU PLL.
Signed-off-by: Daniel Palmer <[email protected]>
Reviewed-by: Romain Perier <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/mstar-infinity2m.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/mstar-infinity2m.dtsi b/arch/arm/boot/dts/mstar-infinity2m.dtsi index 6d4d1d224e96..dc339cd29778 100644 --- a/arch/arm/boot/dts/mstar-infinity2m.dtsi +++ b/arch/arm/boot/dts/mstar-infinity2m.dtsi @@ -11,6 +11,8 @@ device_type = "cpu"; compatible = "arm,cortex-a7"; reg = <0x1>; + clocks = <&cpupll>; + clock-names = "cpuclk"; }; }; |