ARM: mstar: Link cpupll to second core

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>
This commit is contained in:
Daniel Palmer 2021-02-23 15:18:27 +09:00 committed by Romain Perier
parent 62a2718bf4
commit 79f700c24b
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@
device_type = "cpu";
compatible = "arm,cortex-a7";
reg = <0x1>;
clocks = <&cpupll>;
clock-names = "cpuclk";
};
};