All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: mt7622: fix cpufreq 300MHz node value
@ 2021-10-25 11:07 Alan Swanson
  2021-10-25 11:59 ` Daniel Golle
  0 siblings, 1 reply; 2+ messages in thread
From: Alan Swanson @ 2021-10-25 11:07 UTC (permalink / raw)
  To: linux-mediatek

Descriptor is "opp-300000000" but opp-hz value is "30000000"
missing a zero.

Fixes: a5a80f78657f ("arm64: dts: mt7622: add cpufreq related device
nodes")
Signed-off-by: Alan Swanson <reiver@improbability.net>
---
 arch/arm64/boot/dts/mediatek/mt7622.dtsi | 2 +-
 1 file changed, 1 insertions(+), 1 deletions(-)

diff -u a/arch/arm64/boot/dts/mediatek/mt7622.dtsi
b/arch/arm64/boot/dts/mediatek/mt7622.dtsi
--- a/arch/arm64/boot/dts/mediatek/mt7622.dtsi	2021-10-25
11:30:11.000000000 +0100
+++ b/arch/arm64/boot/dts/mediatek/mt7622.dtsi	2021-10-25
11:30:38.638229331 +0100
@@ -24,7 +24,7 @@
 		compatible = "operating-points-v2";
 		opp-shared;
 		opp-300000000 {
-			opp-hz = /bits/ 64 <30000000>;
+			opp-hz = /bits/ 64 <300000000>;
 			opp-microvolt = <950000>;
 		};

-- 



_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm64: dts: mt7622: fix cpufreq 300MHz node value
  2021-10-25 11:07 [PATCH] arm64: dts: mt7622: fix cpufreq 300MHz node value Alan Swanson
@ 2021-10-25 11:59 ` Daniel Golle
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Golle @ 2021-10-25 11:59 UTC (permalink / raw)
  To: Alan Swanson; +Cc: linux-mediatek

On Mon, Oct 25, 2021 at 12:07:24PM +0100, Alan Swanson wrote:
> Descriptor is "opp-300000000" but opp-hz value is "30000000"
> missing a zero.
> 
> Fixes: a5a80f78657f ("arm64: dts: mt7622: add cpufreq related device
> nodes")
> Signed-off-by: Alan Swanson <reiver@improbability.net>

This has been reported by users of OpenWrt as well, and it's an obvious
typo.
Some boards hang at reboot in TF-A bl2 when reboot happens @0.95V.
Raising the voltage to 1.00V fixes that, but this should probably be
fixed in TF-A (as Linux itself works fine with 300MHz@0.95V)

Acked-by: Daniel Golle <daniel@makrotopia.org>

> ---
>  arch/arm64/boot/dts/mediatek/mt7622.dtsi | 2 +-
>  1 file changed, 1 insertions(+), 1 deletions(-)
> 
> diff -u a/arch/arm64/boot/dts/mediatek/mt7622.dtsi
> b/arch/arm64/boot/dts/mediatek/mt7622.dtsi
> --- a/arch/arm64/boot/dts/mediatek/mt7622.dtsi	2021-10-25
> 11:30:11.000000000 +0100
> +++ b/arch/arm64/boot/dts/mediatek/mt7622.dtsi	2021-10-25
> 11:30:38.638229331 +0100
> @@ -24,7 +24,7 @@
>  		compatible = "operating-points-v2";
>  		opp-shared;
>  		opp-300000000 {
> -			opp-hz = /bits/ 64 <30000000>;
> +			opp-hz = /bits/ 64 <300000000>;
>  			opp-microvolt = <950000>;
>  		};
> 
> -- 
> 
> 
> 
> _______________________________________________
> Linux-mediatek mailing list
> Linux-mediatek@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-mediatek

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-25 11:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-25 11:07 [PATCH] arm64: dts: mt7622: fix cpufreq 300MHz node value Alan Swanson
2021-10-25 11:59 ` Daniel Golle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.