All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] arm64: dts: meson-sm1: fix typo in opp table
@ 2020-11-30  6:03 ` Dongjin Kim
  0 siblings, 0 replies; 9+ messages in thread
From: Dongjin Kim @ 2020-11-30  6:03 UTC (permalink / raw)
  To: Rob Herring, Kevin Hilman, devicetree, linux-arm-kernel,
	linux-amlogic, linux-kernel

The freqency 1512000000 should be 1500000000.

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
---

Change in v2:
  - wrong fix in the previous patch.
    https://patchwork.kernel.org/project/linux-amlogic/patch/20201130054221.GA25448@anyang-linuxfactory-or-kr/ 

---
 arch/arm64/boot/dts/amlogic/meson-sm1.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi b/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi
index 71317f5aada1..c309517abae3 100644
--- a/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi
@@ -130,7 +130,7 @@
 			opp-microvolt = <790000>;
 		};
 
-		opp-1512000000 {
+		opp-1500000000 {
 			opp-hz = /bits/ 64 <1500000000>;
 			opp-microvolt = <800000>;
 		};
-- 
2.17.1


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

* [PATCH v2] arm64: dts: meson-sm1: fix typo in opp table
@ 2020-11-30  6:03 ` Dongjin Kim
  0 siblings, 0 replies; 9+ messages in thread
From: Dongjin Kim @ 2020-11-30  6:03 UTC (permalink / raw)
  To: Rob Herring, Kevin Hilman, devicetree, linux-arm-kernel,
	linux-amlogic, linux-kernel

The freqency 1512000000 should be 1500000000.

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
---

Change in v2:
  - wrong fix in the previous patch.
    https://patchwork.kernel.org/project/linux-amlogic/patch/20201130054221.GA25448@anyang-linuxfactory-or-kr/ 

---
 arch/arm64/boot/dts/amlogic/meson-sm1.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi b/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi
index 71317f5aada1..c309517abae3 100644
--- a/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi
@@ -130,7 +130,7 @@
 			opp-microvolt = <790000>;
 		};
 
-		opp-1512000000 {
+		opp-1500000000 {
 			opp-hz = /bits/ 64 <1500000000>;
 			opp-microvolt = <800000>;
 		};
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH v2] arm64: dts: meson-sm1: fix typo in opp table
@ 2020-11-30  6:03 ` Dongjin Kim
  0 siblings, 0 replies; 9+ messages in thread
From: Dongjin Kim @ 2020-11-30  6:03 UTC (permalink / raw)
  To: Rob Herring, Kevin Hilman, devicetree, linux-arm-kernel,
	linux-amlogic, linux-kernel

The freqency 1512000000 should be 1500000000.

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
---

Change in v2:
  - wrong fix in the previous patch.
    https://patchwork.kernel.org/project/linux-amlogic/patch/20201130054221.GA25448@anyang-linuxfactory-or-kr/ 

---
 arch/arm64/boot/dts/amlogic/meson-sm1.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi b/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi
index 71317f5aada1..c309517abae3 100644
--- a/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi
@@ -130,7 +130,7 @@
 			opp-microvolt = <790000>;
 		};
 
-		opp-1512000000 {
+		opp-1500000000 {
 			opp-hz = /bits/ 64 <1500000000>;
 			opp-microvolt = <800000>;
 		};
-- 
2.17.1


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

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

* Re: [PATCH v2] arm64: dts: meson-sm1: fix typo in opp table
  2020-11-30  6:03 ` Dongjin Kim
  (?)
@ 2020-11-30 13:23   ` Neil Armstrong
  -1 siblings, 0 replies; 9+ messages in thread
From: Neil Armstrong @ 2020-11-30 13:23 UTC (permalink / raw)
  To: Dongjin Kim, Rob Herring, Kevin Hilman, devicetree,
	linux-arm-kernel, linux-amlogic, linux-kernel

On 30/11/2020 07:03, Dongjin Kim wrote:
> The freqency 1512000000 should be 1500000000.
> 

Fixes: 3d9e76483049 ("arm64: dts: meson-sm1-sei610: enable DVFS")

> Signed-off-by: Dongjin Kim <tobetter@gmail.com>
> ---
> 
> Change in v2:
>   - wrong fix in the previous patch.
>     https://patchwork.kernel.org/project/linux-amlogic/patch/20201130054221.GA25448@anyang-linuxfactory-or-kr/ 
> 
> ---
>  arch/arm64/boot/dts/amlogic/meson-sm1.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi b/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi
> index 71317f5aada1..c309517abae3 100644
> --- a/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi
> +++ b/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi
> @@ -130,7 +130,7 @@
>  			opp-microvolt = <790000>;
>  		};
>  
> -		opp-1512000000 {
> +		opp-1500000000 {
>  			opp-hz = /bits/ 64 <1500000000>;
>  			opp-microvolt = <800000>;
>  		};
> 

Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>

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

* Re: [PATCH v2] arm64: dts: meson-sm1: fix typo in opp table
@ 2020-11-30 13:23   ` Neil Armstrong
  0 siblings, 0 replies; 9+ messages in thread
From: Neil Armstrong @ 2020-11-30 13:23 UTC (permalink / raw)
  To: Dongjin Kim, Rob Herring, Kevin Hilman, devicetree,
	linux-arm-kernel, linux-amlogic, linux-kernel

On 30/11/2020 07:03, Dongjin Kim wrote:
> The freqency 1512000000 should be 1500000000.
> 

Fixes: 3d9e76483049 ("arm64: dts: meson-sm1-sei610: enable DVFS")

> Signed-off-by: Dongjin Kim <tobetter@gmail.com>
> ---
> 
> Change in v2:
>   - wrong fix in the previous patch.
>     https://patchwork.kernel.org/project/linux-amlogic/patch/20201130054221.GA25448@anyang-linuxfactory-or-kr/ 
> 
> ---
>  arch/arm64/boot/dts/amlogic/meson-sm1.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi b/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi
> index 71317f5aada1..c309517abae3 100644
> --- a/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi
> +++ b/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi
> @@ -130,7 +130,7 @@
>  			opp-microvolt = <790000>;
>  		};
>  
> -		opp-1512000000 {
> +		opp-1500000000 {
>  			opp-hz = /bits/ 64 <1500000000>;
>  			opp-microvolt = <800000>;
>  		};
> 

Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH v2] arm64: dts: meson-sm1: fix typo in opp table
@ 2020-11-30 13:23   ` Neil Armstrong
  0 siblings, 0 replies; 9+ messages in thread
From: Neil Armstrong @ 2020-11-30 13:23 UTC (permalink / raw)
  To: Dongjin Kim, Rob Herring, Kevin Hilman, devicetree,
	linux-arm-kernel, linux-amlogic, linux-kernel

On 30/11/2020 07:03, Dongjin Kim wrote:
> The freqency 1512000000 should be 1500000000.
> 

Fixes: 3d9e76483049 ("arm64: dts: meson-sm1-sei610: enable DVFS")

> Signed-off-by: Dongjin Kim <tobetter@gmail.com>
> ---
> 
> Change in v2:
>   - wrong fix in the previous patch.
>     https://patchwork.kernel.org/project/linux-amlogic/patch/20201130054221.GA25448@anyang-linuxfactory-or-kr/ 
> 
> ---
>  arch/arm64/boot/dts/amlogic/meson-sm1.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi b/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi
> index 71317f5aada1..c309517abae3 100644
> --- a/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi
> +++ b/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi
> @@ -130,7 +130,7 @@
>  			opp-microvolt = <790000>;
>  		};
>  
> -		opp-1512000000 {
> +		opp-1500000000 {
>  			opp-hz = /bits/ 64 <1500000000>;
>  			opp-microvolt = <800000>;
>  		};
> 

Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>

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

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

* Re: [PATCH v2] arm64: dts: meson-sm1: fix typo in opp table
  2020-11-30  6:03 ` Dongjin Kim
  (?)
@ 2020-12-05 12:00   ` Martin Blumenstingl
  -1 siblings, 0 replies; 9+ messages in thread
From: Martin Blumenstingl @ 2020-12-05 12:00 UTC (permalink / raw)
  To: Dongjin Kim
  Cc: Rob Herring, Kevin Hilman, devicetree, linux-arm-kernel,
	linux-amlogic, linux-kernel

On Mon, Nov 30, 2020 at 7:04 AM Dongjin Kim <tobetter@gmail.com> wrote:
>
> The freqency 1512000000 should be 1500000000.
there's a typo in "frequency". I hope that Kevin can fix this up while
applying the patch

>
> Signed-off-by: Dongjin Kim <tobetter@gmail.com>
apart from the typo above:
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
(while reviewing I noticed that we generally use 0.3V less for each
OPP table step than the downstream kvim3l.dts - that's a discussion we
need to have elsewhere though)

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

* Re: [PATCH v2] arm64: dts: meson-sm1: fix typo in opp table
@ 2020-12-05 12:00   ` Martin Blumenstingl
  0 siblings, 0 replies; 9+ messages in thread
From: Martin Blumenstingl @ 2020-12-05 12:00 UTC (permalink / raw)
  To: Dongjin Kim
  Cc: devicetree, Kevin Hilman, linux-kernel, Rob Herring,
	linux-amlogic, linux-arm-kernel

On Mon, Nov 30, 2020 at 7:04 AM Dongjin Kim <tobetter@gmail.com> wrote:
>
> The freqency 1512000000 should be 1500000000.
there's a typo in "frequency". I hope that Kevin can fix this up while
applying the patch

>
> Signed-off-by: Dongjin Kim <tobetter@gmail.com>
apart from the typo above:
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
(while reviewing I noticed that we generally use 0.3V less for each
OPP table step than the downstream kvim3l.dts - that's a discussion we
need to have elsewhere though)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH v2] arm64: dts: meson-sm1: fix typo in opp table
@ 2020-12-05 12:00   ` Martin Blumenstingl
  0 siblings, 0 replies; 9+ messages in thread
From: Martin Blumenstingl @ 2020-12-05 12:00 UTC (permalink / raw)
  To: Dongjin Kim
  Cc: devicetree, Kevin Hilman, linux-kernel, Rob Herring,
	linux-amlogic, linux-arm-kernel

On Mon, Nov 30, 2020 at 7:04 AM Dongjin Kim <tobetter@gmail.com> wrote:
>
> The freqency 1512000000 should be 1500000000.
there's a typo in "frequency". I hope that Kevin can fix this up while
applying the patch

>
> Signed-off-by: Dongjin Kim <tobetter@gmail.com>
apart from the typo above:
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
(while reviewing I noticed that we generally use 0.3V less for each
OPP table step than the downstream kvim3l.dts - that's a discussion we
need to have elsewhere though)

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

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

end of thread, other threads:[~2020-12-05 18:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-30  6:03 [PATCH v2] arm64: dts: meson-sm1: fix typo in opp table Dongjin Kim
2020-11-30  6:03 ` Dongjin Kim
2020-11-30  6:03 ` Dongjin Kim
2020-11-30 13:23 ` Neil Armstrong
2020-11-30 13:23   ` Neil Armstrong
2020-11-30 13:23   ` Neil Armstrong
2020-12-05 12:00 ` Martin Blumenstingl
2020-12-05 12:00   ` Martin Blumenstingl
2020-12-05 12:00   ` Martin Blumenstingl

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.