diff options
author | Romain Perier <[email protected]> | 2021-09-23 19:07:45 +0200 |
---|---|---|
committer | Romain Perier <[email protected]> | 2021-10-20 16:47:30 +0200 |
commit | 4ad12dd5a2b05406473dc33bdf7dc6fd79024ca6 (patch) | |
tree | 6590fcb8dfa85dc3b1c4c7982d643a5dd04d0d2c | |
parent | 5e99934c42fc9a37ab832ace8e9d9c885301ae10 (diff) |
ARM: dts: mstar: Mark timer with arm,cpu-registers-not-fw-configured
The vendor u-boot does not configure the arch timer correctly on
MStar, let Linux do it.
Signed-off-by: Romain Perier <[email protected]>
Signed-off-by: Daniel Palmer <[email protected]>
Link: https://lore.kernel.org/linux-arm-kernel/[email protected]
-rw-r--r-- | arch/arm/boot/dts/mstar-v7.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/mstar-v7.dtsi b/arch/arm/boot/dts/mstar-v7.dtsi index de8bee346dc0..89ebfe4f29da 100644 --- a/arch/arm/boot/dts/mstar-v7.dtsi +++ b/arch/arm/boot/dts/mstar-v7.dtsi @@ -39,6 +39,7 @@ * u-boot is broken */ clock-frequency = <6000000>; + arm,cpu-registers-not-fw-configured; }; pmu: pmu { |