All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: rockchip: Designate the system power controller on QuartzPro64
@ 2024-04-07 17:56 ` Dragan Simic
  0 siblings, 0 replies; 9+ messages in thread
From: Dragan Simic @ 2024-04-07 17:56 UTC (permalink / raw
  To: linux-rockchip
  Cc: heiko, linux-arm-kernel, devicetree, robh+dt,
	krzysztof.kozlowski+dt, conor+dt

Designate the primary RK806 PMIC on the Pine64 QuartzPro64 as the system
power controller, so the board shuts down properly on poweroff(8).

Signed-off-by: Dragan Simic <dsimic@manjaro.org>
---
 arch/arm64/boot/dts/rockchip/rk3588-quartzpro64.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/rockchip/rk3588-quartzpro64.dts b/arch/arm64/boot/dts/rockchip/rk3588-quartzpro64.dts
index 67414d72e2b6..22bbfbe729c1 100644
--- a/arch/arm64/boot/dts/rockchip/rk3588-quartzpro64.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3588-quartzpro64.dts
@@ -456,6 +456,7 @@ pmic@0 {
 			    <&rk806_dvs2_null>, <&rk806_dvs3_null>;
 		pinctrl-names = "default";
 		spi-max-frequency = <1000000>;
+		system-power-controller;
 
 		vcc1-supply = <&vcc4v0_sys>;
 		vcc2-supply = <&vcc4v0_sys>;

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

* [PATCH] arm64: dts: rockchip: Designate the system power controller on QuartzPro64
@ 2024-04-07 17:56 ` Dragan Simic
  0 siblings, 0 replies; 9+ messages in thread
From: Dragan Simic @ 2024-04-07 17:56 UTC (permalink / raw
  To: linux-rockchip
  Cc: heiko, linux-arm-kernel, devicetree, robh+dt,
	krzysztof.kozlowski+dt, conor+dt

Designate the primary RK806 PMIC on the Pine64 QuartzPro64 as the system
power controller, so the board shuts down properly on poweroff(8).

Signed-off-by: Dragan Simic <dsimic@manjaro.org>
---
 arch/arm64/boot/dts/rockchip/rk3588-quartzpro64.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/rockchip/rk3588-quartzpro64.dts b/arch/arm64/boot/dts/rockchip/rk3588-quartzpro64.dts
index 67414d72e2b6..22bbfbe729c1 100644
--- a/arch/arm64/boot/dts/rockchip/rk3588-quartzpro64.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3588-quartzpro64.dts
@@ -456,6 +456,7 @@ pmic@0 {
 			    <&rk806_dvs2_null>, <&rk806_dvs3_null>;
 		pinctrl-names = "default";
 		spi-max-frequency = <1000000>;
+		system-power-controller;
 
 		vcc1-supply = <&vcc4v0_sys>;
 		vcc2-supply = <&vcc4v0_sys>;

_______________________________________________
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] arm64: dts: rockchip: Designate the system power controller on QuartzPro64
@ 2024-04-07 17:56 ` Dragan Simic
  0 siblings, 0 replies; 9+ messages in thread
From: Dragan Simic @ 2024-04-07 17:56 UTC (permalink / raw
  To: linux-rockchip
  Cc: heiko, linux-arm-kernel, devicetree, robh+dt,
	krzysztof.kozlowski+dt, conor+dt

Designate the primary RK806 PMIC on the Pine64 QuartzPro64 as the system
power controller, so the board shuts down properly on poweroff(8).

Signed-off-by: Dragan Simic <dsimic@manjaro.org>
---
 arch/arm64/boot/dts/rockchip/rk3588-quartzpro64.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/rockchip/rk3588-quartzpro64.dts b/arch/arm64/boot/dts/rockchip/rk3588-quartzpro64.dts
index 67414d72e2b6..22bbfbe729c1 100644
--- a/arch/arm64/boot/dts/rockchip/rk3588-quartzpro64.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3588-quartzpro64.dts
@@ -456,6 +456,7 @@ pmic@0 {
 			    <&rk806_dvs2_null>, <&rk806_dvs3_null>;
 		pinctrl-names = "default";
 		spi-max-frequency = <1000000>;
+		system-power-controller;
 
 		vcc1-supply = <&vcc4v0_sys>;
 		vcc2-supply = <&vcc4v0_sys>;

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

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

* Re: [PATCH] arm64: dts: rockchip: Designate the system power controller on QuartzPro64
  2024-04-07 17:56 ` Dragan Simic
  (?)
@ 2024-04-10  5:15   ` Heiko Stuebner
  -1 siblings, 0 replies; 9+ messages in thread
From: Heiko Stuebner @ 2024-04-10  5:15 UTC (permalink / raw
  To: Dragan Simic, linux-rockchip
  Cc: Heiko Stuebner, devicetree, robh+dt, krzysztof.kozlowski+dt,
	linux-arm-kernel, conor+dt

On Sun, 7 Apr 2024 19:56:24 +0200, Dragan Simic wrote:
> Designate the primary RK806 PMIC on the Pine64 QuartzPro64 as the system
> power controller, so the board shuts down properly on poweroff(8).
> 
> 

Applied, thanks!

[1/1] arm64: dts: rockchip: Designate the system power controller on QuartzPro64
      commit: c2b6d3a2bbf6352f7cddff2abe81dc4af4887672

Added a Fixes-tag

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>

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

* Re: [PATCH] arm64: dts: rockchip: Designate the system power controller on QuartzPro64
@ 2024-04-10  5:15   ` Heiko Stuebner
  0 siblings, 0 replies; 9+ messages in thread
From: Heiko Stuebner @ 2024-04-10  5:15 UTC (permalink / raw
  To: Dragan Simic, linux-rockchip
  Cc: Heiko Stuebner, devicetree, robh+dt, krzysztof.kozlowski+dt,
	linux-arm-kernel, conor+dt

On Sun, 7 Apr 2024 19:56:24 +0200, Dragan Simic wrote:
> Designate the primary RK806 PMIC on the Pine64 QuartzPro64 as the system
> power controller, so the board shuts down properly on poweroff(8).
> 
> 

Applied, thanks!

[1/1] arm64: dts: rockchip: Designate the system power controller on QuartzPro64
      commit: c2b6d3a2bbf6352f7cddff2abe81dc4af4887672

Added a Fixes-tag

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>

_______________________________________________
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] arm64: dts: rockchip: Designate the system power controller on QuartzPro64
@ 2024-04-10  5:15   ` Heiko Stuebner
  0 siblings, 0 replies; 9+ messages in thread
From: Heiko Stuebner @ 2024-04-10  5:15 UTC (permalink / raw
  To: Dragan Simic, linux-rockchip
  Cc: Heiko Stuebner, devicetree, robh+dt, krzysztof.kozlowski+dt,
	linux-arm-kernel, conor+dt

On Sun, 7 Apr 2024 19:56:24 +0200, Dragan Simic wrote:
> Designate the primary RK806 PMIC on the Pine64 QuartzPro64 as the system
> power controller, so the board shuts down properly on poweroff(8).
> 
> 

Applied, thanks!

[1/1] arm64: dts: rockchip: Designate the system power controller on QuartzPro64
      commit: c2b6d3a2bbf6352f7cddff2abe81dc4af4887672

Added a Fixes-tag

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>

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

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

* Re: [PATCH] arm64: dts: rockchip: Designate the system power controller on QuartzPro64
  2024-04-10  5:15   ` Heiko Stuebner
  (?)
@ 2024-04-10  5:24     ` Dragan Simic
  -1 siblings, 0 replies; 9+ messages in thread
From: Dragan Simic @ 2024-04-10  5:24 UTC (permalink / raw
  To: Heiko Stuebner
  Cc: linux-rockchip, devicetree, robh+dt, krzysztof.kozlowski+dt,
	linux-arm-kernel, conor+dt

On 2024-04-10 07:15, Heiko Stuebner wrote:
> On Sun, 7 Apr 2024 19:56:24 +0200, Dragan Simic wrote:
>> Designate the primary RK806 PMIC on the Pine64 QuartzPro64 as the 
>> system
>> power controller, so the board shuts down properly on poweroff(8).
> 
> Applied, thanks!
> 
> [1/1] arm64: dts: rockchip: Designate the system power controller on 
> QuartzPro64
>       commit: c2b6d3a2bbf6352f7cddff2abe81dc4af4887672
> 
> Added a Fixes-tag

Great, thanks!


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

* Re: [PATCH] arm64: dts: rockchip: Designate the system power controller on QuartzPro64
@ 2024-04-10  5:24     ` Dragan Simic
  0 siblings, 0 replies; 9+ messages in thread
From: Dragan Simic @ 2024-04-10  5:24 UTC (permalink / raw
  To: Heiko Stuebner
  Cc: linux-rockchip, devicetree, robh+dt, krzysztof.kozlowski+dt,
	linux-arm-kernel, conor+dt

On 2024-04-10 07:15, Heiko Stuebner wrote:
> On Sun, 7 Apr 2024 19:56:24 +0200, Dragan Simic wrote:
>> Designate the primary RK806 PMIC on the Pine64 QuartzPro64 as the 
>> system
>> power controller, so the board shuts down properly on poweroff(8).
> 
> Applied, thanks!
> 
> [1/1] arm64: dts: rockchip: Designate the system power controller on 
> QuartzPro64
>       commit: c2b6d3a2bbf6352f7cddff2abe81dc4af4887672
> 
> Added a Fixes-tag

Great, thanks!


_______________________________________________
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] arm64: dts: rockchip: Designate the system power controller on QuartzPro64
@ 2024-04-10  5:24     ` Dragan Simic
  0 siblings, 0 replies; 9+ messages in thread
From: Dragan Simic @ 2024-04-10  5:24 UTC (permalink / raw
  To: Heiko Stuebner
  Cc: linux-rockchip, devicetree, robh+dt, krzysztof.kozlowski+dt,
	linux-arm-kernel, conor+dt

On 2024-04-10 07:15, Heiko Stuebner wrote:
> On Sun, 7 Apr 2024 19:56:24 +0200, Dragan Simic wrote:
>> Designate the primary RK806 PMIC on the Pine64 QuartzPro64 as the 
>> system
>> power controller, so the board shuts down properly on poweroff(8).
> 
> Applied, thanks!
> 
> [1/1] arm64: dts: rockchip: Designate the system power controller on 
> QuartzPro64
>       commit: c2b6d3a2bbf6352f7cddff2abe81dc4af4887672
> 
> Added a Fixes-tag

Great, thanks!


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

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

end of thread, other threads:[~2024-04-10  5:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-07 17:56 [PATCH] arm64: dts: rockchip: Designate the system power controller on QuartzPro64 Dragan Simic
2024-04-07 17:56 ` Dragan Simic
2024-04-07 17:56 ` Dragan Simic
2024-04-10  5:15 ` Heiko Stuebner
2024-04-10  5:15   ` Heiko Stuebner
2024-04-10  5:15   ` Heiko Stuebner
2024-04-10  5:24   ` Dragan Simic
2024-04-10  5:24     ` Dragan Simic
2024-04-10  5:24     ` Dragan Simic

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.