Message ID | 20210914184141.32700-2-romain.perier@gmail.com |
---|---|
State | Accepted |
Commit | 4ad12dd5a2b05406473dc33bdf7dc6fd79024ca6 |
Headers | show |
Series | Add support for IDO-SBC2D06-V1B-22W | expand |
Hi Romain,
On Wed, 15 Sept 2021 at 03:42, Romain Perier <romain.perier@gmail.com> wrote:
> + arm,cpu-registers-not-fw-configured;
This looks good to me.
I guess the title should be "ARM: dts: mstar: blah" but I can fix that
up when I pull it into the mstar dt branch for 5.16 if we don't need
another revision.
Cheers,
Daniel
diff --git a/arch/arm/boot/dts/mstar-v7.dtsi b/arch/arm/boot/dts/mstar-v7.dtsi index 2273295e140f..982dba9d28eb 100644 --- a/arch/arm/boot/dts/mstar-v7.dtsi +++ b/arch/arm/boot/dts/mstar-v7.dtsi @@ -39,6 +39,7 @@ arch_timer { * u-boot is broken */ clock-frequency = <6000000>; + arm,cpu-registers-not-fw-configured; }; pmu: pmu {
The vendor u-boot does not configure the arch timer correctly on MStar, let Linux do it. Signed-off-by: Romain Perier <romain.perier@gmail.com> --- arch/arm/boot/dts/mstar-v7.dtsi | 1 + 1 file changed, 1 insertion(+)