linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: meson: fix dts for JetHub D1
@ 2021-11-25 13:02 Vyacheslav Bocharov
  2021-11-30 10:38 ` Neil Armstrong
  2021-11-30 10:43 ` Neil Armstrong
  0 siblings, 2 replies; 5+ messages in thread
From: Vyacheslav Bocharov @ 2021-11-25 13:02 UTC (permalink / raw)
  To: Neil Armstrong, Kevin Hilman
  Cc: linux-amlogic, linux-arm-kernel, linux-kernel

Fix misplace of cpu_cooling_maps for JetHub D1, move it to right place.

Signed-off-by: Vyacheslav Bocharov <adeep@lexina.in>
---
 .../amlogic/meson-axg-jethome-jethub-j100.dts | 30 +++++++++----------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j100.dts b/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j100.dts
index 52ebe371df26..561eec21b4de 100644
--- a/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j100.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j100.dts
@@ -134,23 +134,23 @@ cpu_critical: cpu-critical {
 					type = "critical";
 				};
 			};
-		};
 
-		cpu_cooling_maps: cooling-maps {
-			map0 {
-				trip = <&cpu_passive>;
-				cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
-						<&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
-						<&cpu2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
-						<&cpu3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
-			};
+			cpu_cooling_maps: cooling-maps {
+				map0 {
+					trip = <&cpu_passive>;
+					cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
+							<&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
+							<&cpu2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
+							<&cpu3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
+				};
 
-			map1 {
-				trip = <&cpu_hot>;
-				cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
-						<&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
-						<&cpu2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
-						<&cpu3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
+				map1 {
+					trip = <&cpu_hot>;
+					cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
+							<&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
+							<&cpu2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
+							<&cpu3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
+				};
 			};
 		};
 	};
-- 
2.30.2


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

* Re: [PATCH] arm64: meson: fix dts for JetHub D1
  2021-11-25 13:02 [PATCH] arm64: meson: fix dts for JetHub D1 Vyacheslav Bocharov
@ 2021-11-30 10:38 ` Neil Armstrong
  2021-11-30 10:43 ` Neil Armstrong
  1 sibling, 0 replies; 5+ messages in thread
From: Neil Armstrong @ 2021-11-30 10:38 UTC (permalink / raw)
  To: Vyacheslav Bocharov, Kevin Hilman
  Cc: linux-amlogic, linux-arm-kernel, linux-kernel

On 25/11/2021 14:02, Vyacheslav Bocharov wrote:
> Fix misplace of cpu_cooling_maps for JetHub D1, move it to right place.
> 
> Signed-off-by: Vyacheslav Bocharov <adeep@lexina.in>
> ---
>  .../amlogic/meson-axg-jethome-jethub-j100.dts | 30 +++++++++----------
>  1 file changed, 15 insertions(+), 15 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j100.dts b/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j100.dts
> index 52ebe371df26..561eec21b4de 100644
> --- a/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j100.dts
> +++ b/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j100.dts
> @@ -134,23 +134,23 @@ cpu_critical: cpu-critical {
>  					type = "critical";
>  				};
>  			};
> -		};
>  
> -		cpu_cooling_maps: cooling-maps {
> -			map0 {
> -				trip = <&cpu_passive>;
> -				cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
> -						<&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
> -						<&cpu2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
> -						<&cpu3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
> -			};
> +			cpu_cooling_maps: cooling-maps {
> +				map0 {
> +					trip = <&cpu_passive>;
> +					cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
> +							<&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
> +							<&cpu2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
> +							<&cpu3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
> +				};
>  
> -			map1 {
> -				trip = <&cpu_hot>;
> -				cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
> -						<&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
> -						<&cpu2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
> -						<&cpu3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
> +				map1 {
> +					trip = <&cpu_hot>;
> +					cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
> +							<&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
> +							<&cpu2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
> +							<&cpu3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
> +				};
>  			};
>  		};
>  	};
> 

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

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

* Re: [PATCH] arm64: meson: fix dts for JetHub D1
  2021-11-25 13:02 [PATCH] arm64: meson: fix dts for JetHub D1 Vyacheslav Bocharov
  2021-11-30 10:38 ` Neil Armstrong
@ 2021-11-30 10:43 ` Neil Armstrong
  2021-11-30 18:48   ` Vyacheslav
  1 sibling, 1 reply; 5+ messages in thread
From: Neil Armstrong @ 2021-11-30 10:43 UTC (permalink / raw)
  To: Kevin Hilman, Vyacheslav Bocharov
  Cc: Neil Armstrong, linux-kernel, linux-arm-kernel, linux-amlogic

Hi,

On Thu, 25 Nov 2021 16:02:47 +0300, Vyacheslav Bocharov wrote:
> Fix misplace of cpu_cooling_maps for JetHub D1, move it to right place.
> 
> 

Thanks, Applied to https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git (v5.17/dt64)

[1/1] arm64: meson: fix dts for JetHub D1
      https://git.kernel.org/amlogic/c/03caf87822220b4e22c349d170881d122df0b349

-- 
Neil

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

* Re: [PATCH] arm64: meson: fix dts for JetHub D1
  2021-11-30 10:43 ` Neil Armstrong
@ 2021-11-30 18:48   ` Vyacheslav
  2021-12-01  9:26     ` Neil Armstrong
  0 siblings, 1 reply; 5+ messages in thread
From: Vyacheslav @ 2021-11-30 18:48 UTC (permalink / raw)
  To: Neil Armstrong, Kevin Hilman
  Cc: linux-kernel, linux-arm-kernel, linux-amlogic



30.11.2021 13:43, Neil Armstrong пишет:
> Hi,
> 
> On Thu, 25 Nov 2021 16:02:47 +0300, Vyacheslav Bocharov wrote:
>> Fix misplace of cpu_cooling_maps for JetHub D1, move it to right place.
>>
>>
> 
> Thanks, Applied to https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git (v5.17/dt64)
Thanks. Could the patch get into 5.16?

> 
> [1/1] arm64: meson: fix dts for JetHub D1
>        https://git.kernel.org/amlogic/c/03caf87822220b4e22c349d170881d122df0b349
> 

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

* Re: [PATCH] arm64: meson: fix dts for JetHub D1
  2021-11-30 18:48   ` Vyacheslav
@ 2021-12-01  9:26     ` Neil Armstrong
  0 siblings, 0 replies; 5+ messages in thread
From: Neil Armstrong @ 2021-12-01  9:26 UTC (permalink / raw)
  To: Vyacheslav, Kevin Hilman; +Cc: linux-kernel, linux-arm-kernel, linux-amlogic

On 30/11/2021 19:48, Vyacheslav wrote:
> 
> 
> 30.11.2021 13:43, Neil Armstrong пишет:
>> Hi,
>>
>> On Thu, 25 Nov 2021 16:02:47 +0300, Vyacheslav Bocharov wrote:
>>> Fix misplace of cpu_cooling_maps for JetHub D1, move it to right place.
>>>
>>>
>>
>> Thanks, Applied to https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git (v5.17/dt64)
> Thanks. Could the patch get into 5.16?
> 
>>
>> [1/1] arm64: meson: fix dts for JetHub D1
>>        https://git.kernel.org/amlogic/c/03caf87822220b4e22c349d170881d122df0b349
>>

Moved to v5.16/fixes with fixes tag:
Fixes: 8e279fb29039 ("arm64: dts: meson-axg: add support for JetHub D1")

Neil

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

end of thread, other threads:[~2021-12-01  9:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-25 13:02 [PATCH] arm64: meson: fix dts for JetHub D1 Vyacheslav Bocharov
2021-11-30 10:38 ` Neil Armstrong
2021-11-30 10:43 ` Neil Armstrong
2021-11-30 18:48   ` Vyacheslav
2021-12-01  9:26     ` Neil Armstrong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).