All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] arm64: dts: rockchip: add missing definition of pmu io domains 1 and 2 on ringneck
@ 2024-01-03 16:47 ` Iskander Amara
  0 siblings, 0 replies; 12+ messages in thread
From: Iskander Amara @ 2024-01-03 16:47 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, conor+dt, heiko, devicetree,
	linux-arm-kernel, linux-rockchip, linux-kernel
  Cc: quentin.schulz, Iskander Amara

Two pmuio domains on ringneck are not defined:
	1- PMUIO1: supplied by vcc_3v3 regulator(PMIC RK809)
	2- PMUIO2: supplied by vcc_3v3 regulator(PMIC RK809)

The reason why no functional effect was observed is because of that
the above mentionned PMUIO domains were supplied by a regulator
which is always on.

So let's add their definition in the dtsi.

Signed-off-by: Iskander Amara <iskander.amara@theobroma-systems.com>
---
v2:
	- Fix indentation
 arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi b/arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi
index 12397755830b..bb1aea82e666 100644
--- a/arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi
+++ b/arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi
@@ -347,6 +347,12 @@ pmic_int: pmic-int {
 	};
 };
 
+&pmu_io_domains {
+	pmuio1-supply = <&vcc_3v3>;
+	pmuio2-supply = <&vcc_3v3>;
+	status = "okay";
+};
+
 &saradc {
 	vref-supply = <&vcc_1v8>;
 	status = "okay";
-- 
2.34.1


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

* [PATCH v2] arm64: dts: rockchip: add missing definition of pmu io domains 1 and 2 on ringneck
@ 2024-01-03 16:47 ` Iskander Amara
  0 siblings, 0 replies; 12+ messages in thread
From: Iskander Amara @ 2024-01-03 16:47 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, conor+dt, heiko, devicetree,
	linux-arm-kernel, linux-rockchip, linux-kernel
  Cc: quentin.schulz, Iskander Amara

Two pmuio domains on ringneck are not defined:
	1- PMUIO1: supplied by vcc_3v3 regulator(PMIC RK809)
	2- PMUIO2: supplied by vcc_3v3 regulator(PMIC RK809)

The reason why no functional effect was observed is because of that
the above mentionned PMUIO domains were supplied by a regulator
which is always on.

So let's add their definition in the dtsi.

Signed-off-by: Iskander Amara <iskander.amara@theobroma-systems.com>
---
v2:
	- Fix indentation
 arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi b/arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi
index 12397755830b..bb1aea82e666 100644
--- a/arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi
+++ b/arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi
@@ -347,6 +347,12 @@ pmic_int: pmic-int {
 	};
 };
 
+&pmu_io_domains {
+	pmuio1-supply = <&vcc_3v3>;
+	pmuio2-supply = <&vcc_3v3>;
+	status = "okay";
+};
+
 &saradc {
 	vref-supply = <&vcc_1v8>;
 	status = "okay";
-- 
2.34.1


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

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

* [PATCH v2] arm64: dts: rockchip: add missing definition of pmu io domains 1 and 2 on ringneck
@ 2024-01-03 16:47 ` Iskander Amara
  0 siblings, 0 replies; 12+ messages in thread
From: Iskander Amara @ 2024-01-03 16:47 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, conor+dt, heiko, devicetree,
	linux-arm-kernel, linux-rockchip, linux-kernel
  Cc: quentin.schulz, Iskander Amara

Two pmuio domains on ringneck are not defined:
	1- PMUIO1: supplied by vcc_3v3 regulator(PMIC RK809)
	2- PMUIO2: supplied by vcc_3v3 regulator(PMIC RK809)

The reason why no functional effect was observed is because of that
the above mentionned PMUIO domains were supplied by a regulator
which is always on.

So let's add their definition in the dtsi.

Signed-off-by: Iskander Amara <iskander.amara@theobroma-systems.com>
---
v2:
	- Fix indentation
 arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi b/arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi
index 12397755830b..bb1aea82e666 100644
--- a/arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi
+++ b/arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi
@@ -347,6 +347,12 @@ pmic_int: pmic-int {
 	};
 };
 
+&pmu_io_domains {
+	pmuio1-supply = <&vcc_3v3>;
+	pmuio2-supply = <&vcc_3v3>;
+	status = "okay";
+};
+
 &saradc {
 	vref-supply = <&vcc_1v8>;
 	status = "okay";
-- 
2.34.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] 12+ messages in thread

* Re: [PATCH v2] arm64: dts: rockchip: add missing definition of pmu io domains 1 and 2 on ringneck
       [not found] ` <VI1PR04MB6013A6A65AF95BB80067E601D6752@VI1PR04MB6013.eurprd04.prod.outlook.com>
  2024-01-22 13:09     ` Heiko Stübner
@ 2024-01-22 13:09     ` Heiko Stübner
  0 siblings, 0 replies; 12+ messages in thread
From: Heiko Stübner @ 2024-01-22 13:09 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, conor+dt, devicetree,
	linux-arm-kernel, linux-rockchip, linux-kernel, Iskander Amara
  Cc: Quentin Schulz

Hi Iskander,

Am Montag, 22. Januar 2024, 13:17:50 CET schrieb Iskander Amara:
> Dear Ladies and Gentlemen,
> Is there any feedback about the patch below that you would like to share?

no feedback, change looks good.

I was mainly waiting for the merge-window to close, so that
I can get a nice 6.8-rc1 as base :-)

Heiko

> ________________________________
> From: Iskander Amara <iskander.amara@theobroma-systems.com>
> Sent: Wednesday, January 3, 2024 5:47 PM
> To: robh+dt@kernel.org <robh+dt@kernel.org>; krzysztof.kozlowski+dt@linaro.org <krzysztof.kozlowski+dt@linaro.org>; conor+dt@kernel.org <conor+dt@kernel.org>; heiko@sntech.de <heiko@sntech.de>; devicetree@vger.kernel.org <devicetree@vger.kernel.org>; linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>; linux-rockchip@lists.infradead.org <linux-rockchip@lists.infradead.org>; linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
> Cc: Quentin Schulz <quentin.schulz@theobroma-systems.com>; Iskander Amara <iskander.amara@theobroma-systems.com>
> Subject: [PATCH v2] arm64: dts: rockchip: add missing definition of pmu io domains 1 and 2 on ringneck
> 
> Two pmuio domains on ringneck are not defined:
>         1- PMUIO1: supplied by vcc_3v3 regulator(PMIC RK809)
>         2- PMUIO2: supplied by vcc_3v3 regulator(PMIC RK809)
> 
> The reason why no functional effect was observed is because of that
> the above mentionned PMUIO domains were supplied by a regulator
> which is always on.
> 
> So let's add their definition in the dtsi.
> 
> Signed-off-by: Iskander Amara <iskander.amara@theobroma-systems.com>
> ---
> v2:
>         - Fix indentation
>  arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi b/arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi
> index 12397755830b..bb1aea82e666 100644
> --- a/arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi
> +++ b/arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi
> @@ -347,6 +347,12 @@ pmic_int: pmic-int {
>          };
>  };
> 
> +&pmu_io_domains {
> +       pmuio1-supply = <&vcc_3v3>;
> +       pmuio2-supply = <&vcc_3v3>;
> +       status = "okay";
> +};
> +
>  &saradc {
>          vref-supply = <&vcc_1v8>;
>          status = "okay";
> --
> 2.34.1
> 
> 





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

* Re: [PATCH v2] arm64: dts: rockchip: add missing definition of pmu io domains 1 and 2 on ringneck
@ 2024-01-22 13:09     ` Heiko Stübner
  0 siblings, 0 replies; 12+ messages in thread
From: Heiko Stübner @ 2024-01-22 13:09 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, conor+dt, devicetree,
	linux-arm-kernel, linux-rockchip, linux-kernel, Iskander Amara
  Cc: Quentin Schulz

Hi Iskander,

Am Montag, 22. Januar 2024, 13:17:50 CET schrieb Iskander Amara:
> Dear Ladies and Gentlemen,
> Is there any feedback about the patch below that you would like to share?

no feedback, change looks good.

I was mainly waiting for the merge-window to close, so that
I can get a nice 6.8-rc1 as base :-)

Heiko

> ________________________________
> From: Iskander Amara <iskander.amara@theobroma-systems.com>
> Sent: Wednesday, January 3, 2024 5:47 PM
> To: robh+dt@kernel.org <robh+dt@kernel.org>; krzysztof.kozlowski+dt@linaro.org <krzysztof.kozlowski+dt@linaro.org>; conor+dt@kernel.org <conor+dt@kernel.org>; heiko@sntech.de <heiko@sntech.de>; devicetree@vger.kernel.org <devicetree@vger.kernel.org>; linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>; linux-rockchip@lists.infradead.org <linux-rockchip@lists.infradead.org>; linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
> Cc: Quentin Schulz <quentin.schulz@theobroma-systems.com>; Iskander Amara <iskander.amara@theobroma-systems.com>
> Subject: [PATCH v2] arm64: dts: rockchip: add missing definition of pmu io domains 1 and 2 on ringneck
> 
> Two pmuio domains on ringneck are not defined:
>         1- PMUIO1: supplied by vcc_3v3 regulator(PMIC RK809)
>         2- PMUIO2: supplied by vcc_3v3 regulator(PMIC RK809)
> 
> The reason why no functional effect was observed is because of that
> the above mentionned PMUIO domains were supplied by a regulator
> which is always on.
> 
> So let's add their definition in the dtsi.
> 
> Signed-off-by: Iskander Amara <iskander.amara@theobroma-systems.com>
> ---
> v2:
>         - Fix indentation
>  arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi b/arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi
> index 12397755830b..bb1aea82e666 100644
> --- a/arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi
> +++ b/arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi
> @@ -347,6 +347,12 @@ pmic_int: pmic-int {
>          };
>  };
> 
> +&pmu_io_domains {
> +       pmuio1-supply = <&vcc_3v3>;
> +       pmuio2-supply = <&vcc_3v3>;
> +       status = "okay";
> +};
> +
>  &saradc {
>          vref-supply = <&vcc_1v8>;
>          status = "okay";
> --
> 2.34.1
> 
> 





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

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

* Re: [PATCH v2] arm64: dts: rockchip: add missing definition of pmu io domains 1 and 2 on ringneck
@ 2024-01-22 13:09     ` Heiko Stübner
  0 siblings, 0 replies; 12+ messages in thread
From: Heiko Stübner @ 2024-01-22 13:09 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, conor+dt, devicetree,
	linux-arm-kernel, linux-rockchip, linux-kernel, Iskander Amara
  Cc: Quentin Schulz

Hi Iskander,

Am Montag, 22. Januar 2024, 13:17:50 CET schrieb Iskander Amara:
> Dear Ladies and Gentlemen,
> Is there any feedback about the patch below that you would like to share?

no feedback, change looks good.

I was mainly waiting for the merge-window to close, so that
I can get a nice 6.8-rc1 as base :-)

Heiko

> ________________________________
> From: Iskander Amara <iskander.amara@theobroma-systems.com>
> Sent: Wednesday, January 3, 2024 5:47 PM
> To: robh+dt@kernel.org <robh+dt@kernel.org>; krzysztof.kozlowski+dt@linaro.org <krzysztof.kozlowski+dt@linaro.org>; conor+dt@kernel.org <conor+dt@kernel.org>; heiko@sntech.de <heiko@sntech.de>; devicetree@vger.kernel.org <devicetree@vger.kernel.org>; linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>; linux-rockchip@lists.infradead.org <linux-rockchip@lists.infradead.org>; linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
> Cc: Quentin Schulz <quentin.schulz@theobroma-systems.com>; Iskander Amara <iskander.amara@theobroma-systems.com>
> Subject: [PATCH v2] arm64: dts: rockchip: add missing definition of pmu io domains 1 and 2 on ringneck
> 
> Two pmuio domains on ringneck are not defined:
>         1- PMUIO1: supplied by vcc_3v3 regulator(PMIC RK809)
>         2- PMUIO2: supplied by vcc_3v3 regulator(PMIC RK809)
> 
> The reason why no functional effect was observed is because of that
> the above mentionned PMUIO domains were supplied by a regulator
> which is always on.
> 
> So let's add their definition in the dtsi.
> 
> Signed-off-by: Iskander Amara <iskander.amara@theobroma-systems.com>
> ---
> v2:
>         - Fix indentation
>  arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi b/arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi
> index 12397755830b..bb1aea82e666 100644
> --- a/arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi
> +++ b/arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi
> @@ -347,6 +347,12 @@ pmic_int: pmic-int {
>          };
>  };
> 
> +&pmu_io_domains {
> +       pmuio1-supply = <&vcc_3v3>;
> +       pmuio2-supply = <&vcc_3v3>;
> +       status = "okay";
> +};
> +
>  &saradc {
>          vref-supply = <&vcc_1v8>;
>          status = "okay";
> --
> 2.34.1
> 
> 





_______________________________________________
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] 12+ messages in thread

* Re: [PATCH v2] arm64: dts: rockchip: add missing definition of pmu io domains 1 and 2 on ringneck
  2024-01-03 16:47 ` Iskander Amara
  (?)
@ 2024-01-25 21:12   ` Heiko Stuebner
  -1 siblings, 0 replies; 12+ messages in thread
From: Heiko Stuebner @ 2024-01-25 21:12 UTC (permalink / raw)
  To: conor+dt, robh+dt, linux-arm-kernel, linux-kernel,
	krzysztof.kozlowski+dt, Iskander Amara, linux-rockchip,
	devicetree
  Cc: Heiko Stuebner, quentin.schulz

On Wed, 3 Jan 2024 17:47:34 +0100, Iskander Amara wrote:
> Two pmuio domains on ringneck are not defined:
> 	1- PMUIO1: supplied by vcc_3v3 regulator(PMIC RK809)
> 	2- PMUIO2: supplied by vcc_3v3 regulator(PMIC RK809)
> 
> The reason why no functional effect was observed is because of that
> the above mentionned PMUIO domains were supplied by a regulator
> which is always on.
> 
> [...]

Applied, thanks!

[1/1] arm64: dts: rockchip: add missing definition of pmu io domains 1 and 2 on ringneck
      commit: 16a9c74012c4e4bff6d493832cd648b486046ce1

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] 12+ messages in thread

* Re: [PATCH v2] arm64: dts: rockchip: add missing definition of pmu io domains 1 and 2 on ringneck
@ 2024-01-25 21:12   ` Heiko Stuebner
  0 siblings, 0 replies; 12+ messages in thread
From: Heiko Stuebner @ 2024-01-25 21:12 UTC (permalink / raw)
  To: conor+dt, robh+dt, linux-arm-kernel, linux-kernel,
	krzysztof.kozlowski+dt, Iskander Amara, linux-rockchip,
	devicetree
  Cc: Heiko Stuebner, quentin.schulz

On Wed, 3 Jan 2024 17:47:34 +0100, Iskander Amara wrote:
> Two pmuio domains on ringneck are not defined:
> 	1- PMUIO1: supplied by vcc_3v3 regulator(PMIC RK809)
> 	2- PMUIO2: supplied by vcc_3v3 regulator(PMIC RK809)
> 
> The reason why no functional effect was observed is because of that
> the above mentionned PMUIO domains were supplied by a regulator
> which is always on.
> 
> [...]

Applied, thanks!

[1/1] arm64: dts: rockchip: add missing definition of pmu io domains 1 and 2 on ringneck
      commit: 16a9c74012c4e4bff6d493832cd648b486046ce1

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] 12+ messages in thread

* Re: [PATCH v2] arm64: dts: rockchip: add missing definition of pmu io domains 1 and 2 on ringneck
@ 2024-01-25 21:12   ` Heiko Stuebner
  0 siblings, 0 replies; 12+ messages in thread
From: Heiko Stuebner @ 2024-01-25 21:12 UTC (permalink / raw)
  To: conor+dt, robh+dt, linux-arm-kernel, linux-kernel,
	krzysztof.kozlowski+dt, Iskander Amara, linux-rockchip,
	devicetree
  Cc: Heiko Stuebner, quentin.schulz

On Wed, 3 Jan 2024 17:47:34 +0100, Iskander Amara wrote:
> Two pmuio domains on ringneck are not defined:
> 	1- PMUIO1: supplied by vcc_3v3 regulator(PMIC RK809)
> 	2- PMUIO2: supplied by vcc_3v3 regulator(PMIC RK809)
> 
> The reason why no functional effect was observed is because of that
> the above mentionned PMUIO domains were supplied by a regulator
> which is always on.
> 
> [...]

Applied, thanks!

[1/1] arm64: dts: rockchip: add missing definition of pmu io domains 1 and 2 on ringneck
      commit: 16a9c74012c4e4bff6d493832cd648b486046ce1

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

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

* Re: [PATCH v2] arm64: dts: rockchip: add missing definition of pmu io domains 1 and 2 on ringneck
  2024-01-25 21:12   ` Heiko Stuebner
  (?)
@ 2024-01-26  9:21     ` Iskander Amara
  -1 siblings, 0 replies; 12+ messages in thread
From: Iskander Amara @ 2024-01-26  9:21 UTC (permalink / raw)
  To: Heiko Stuebner, conor+dt, robh+dt, linux-arm-kernel,
	linux-kernel, krzysztof.kozlowski+dt, linux-rockchip, devicetree
  Cc: Quentin  Schulz

Great,

Thank you!

________________________________________
From: Heiko Stuebner <heiko@sntech.de>
Sent: Thursday, January 25, 2024 10:12 PM
To: conor+dt@kernel.org; robh+dt@kernel.org; linux-arm-kernel@lists.infradead.org; linux-kernel@vger.kernel.org; krzysztof.kozlowski+dt@linaro.org; Iskander Amara; linux-rockchip@lists.infradead.org; devicetree@vger.kernel.org
Cc: Heiko Stuebner; Quentin  Schulz
Subject: Re: [PATCH v2] arm64: dts: rockchip: add missing definition of pmu io domains 1 and 2 on ringneck

On Wed, 3 Jan 2024 17:47:34 +0100, Iskander Amara wrote:
> Two pmuio domains on ringneck are not defined:
>       1- PMUIO1: supplied by vcc_3v3 regulator(PMIC RK809)
>       2- PMUIO2: supplied by vcc_3v3 regulator(PMIC RK809)
>
> The reason why no functional effect was observed is because of that
> the above mentionned PMUIO domains were supplied by a regulator
> which is always on.
>
> [...]

Applied, thanks!

[1/1] arm64: dts: rockchip: add missing definition of pmu io domains 1 and 2 on ringneck
      commit: 16a9c74012c4e4bff6d493832cd648b486046ce1

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] 12+ messages in thread

* Re: [PATCH v2] arm64: dts: rockchip: add missing definition of pmu io domains 1 and 2 on ringneck
@ 2024-01-26  9:21     ` Iskander Amara
  0 siblings, 0 replies; 12+ messages in thread
From: Iskander Amara @ 2024-01-26  9:21 UTC (permalink / raw)
  To: Heiko Stuebner, conor+dt, robh+dt, linux-arm-kernel,
	linux-kernel, krzysztof.kozlowski+dt, linux-rockchip, devicetree
  Cc: Quentin  Schulz

Great,

Thank you!

________________________________________
From: Heiko Stuebner <heiko@sntech.de>
Sent: Thursday, January 25, 2024 10:12 PM
To: conor+dt@kernel.org; robh+dt@kernel.org; linux-arm-kernel@lists.infradead.org; linux-kernel@vger.kernel.org; krzysztof.kozlowski+dt@linaro.org; Iskander Amara; linux-rockchip@lists.infradead.org; devicetree@vger.kernel.org
Cc: Heiko Stuebner; Quentin  Schulz
Subject: Re: [PATCH v2] arm64: dts: rockchip: add missing definition of pmu io domains 1 and 2 on ringneck

On Wed, 3 Jan 2024 17:47:34 +0100, Iskander Amara wrote:
> Two pmuio domains on ringneck are not defined:
>       1- PMUIO1: supplied by vcc_3v3 regulator(PMIC RK809)
>       2- PMUIO2: supplied by vcc_3v3 regulator(PMIC RK809)
>
> The reason why no functional effect was observed is because of that
> the above mentionned PMUIO domains were supplied by a regulator
> which is always on.
>
> [...]

Applied, thanks!

[1/1] arm64: dts: rockchip: add missing definition of pmu io domains 1 and 2 on ringneck
      commit: 16a9c74012c4e4bff6d493832cd648b486046ce1

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] 12+ messages in thread

* Re: [PATCH v2] arm64: dts: rockchip: add missing definition of pmu io domains 1 and 2 on ringneck
@ 2024-01-26  9:21     ` Iskander Amara
  0 siblings, 0 replies; 12+ messages in thread
From: Iskander Amara @ 2024-01-26  9:21 UTC (permalink / raw)
  To: Heiko Stuebner, conor+dt, robh+dt, linux-arm-kernel,
	linux-kernel, krzysztof.kozlowski+dt, linux-rockchip, devicetree
  Cc: Quentin  Schulz

Great,

Thank you!

________________________________________
From: Heiko Stuebner <heiko@sntech.de>
Sent: Thursday, January 25, 2024 10:12 PM
To: conor+dt@kernel.org; robh+dt@kernel.org; linux-arm-kernel@lists.infradead.org; linux-kernel@vger.kernel.org; krzysztof.kozlowski+dt@linaro.org; Iskander Amara; linux-rockchip@lists.infradead.org; devicetree@vger.kernel.org
Cc: Heiko Stuebner; Quentin  Schulz
Subject: Re: [PATCH v2] arm64: dts: rockchip: add missing definition of pmu io domains 1 and 2 on ringneck

On Wed, 3 Jan 2024 17:47:34 +0100, Iskander Amara wrote:
> Two pmuio domains on ringneck are not defined:
>       1- PMUIO1: supplied by vcc_3v3 regulator(PMIC RK809)
>       2- PMUIO2: supplied by vcc_3v3 regulator(PMIC RK809)
>
> The reason why no functional effect was observed is because of that
> the above mentionned PMUIO domains were supplied by a regulator
> which is always on.
>
> [...]

Applied, thanks!

[1/1] arm64: dts: rockchip: add missing definition of pmu io domains 1 and 2 on ringneck
      commit: 16a9c74012c4e4bff6d493832cd648b486046ce1

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

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

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

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-03 16:47 [PATCH v2] arm64: dts: rockchip: add missing definition of pmu io domains 1 and 2 on ringneck Iskander Amara
2024-01-03 16:47 ` Iskander Amara
2024-01-03 16:47 ` Iskander Amara
     [not found] ` <VI1PR04MB6013A6A65AF95BB80067E601D6752@VI1PR04MB6013.eurprd04.prod.outlook.com>
2024-01-22 13:09   ` Heiko Stübner
2024-01-22 13:09     ` Heiko Stübner
2024-01-22 13:09     ` Heiko Stübner
2024-01-25 21:12 ` Heiko Stuebner
2024-01-25 21:12   ` Heiko Stuebner
2024-01-25 21:12   ` Heiko Stuebner
2024-01-26  9:21   ` Iskander Amara
2024-01-26  9:21     ` Iskander Amara
2024-01-26  9:21     ` Iskander Amara

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.