All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] arm64: defconfig: Enable REGULATOR_MP8859
@ 2020-07-31 16:03 ` Jagan Teki
  0 siblings, 0 replies; 10+ messages in thread
From: Jagan Teki @ 2020-07-31 16:03 UTC (permalink / raw)
  To: Heiko Stuebner, Catalin Marinas, Will Deacon
  Cc: linux-arm-kernel, linux-kernel, Markus Reichl, Jagan Teki, Suniel Mahesh

RK3399 boards like ROC-RK3399-PC is using MP8859 DC/DC converter
for 12V supply.

roc-rk3399-pc initially used 12V fixed regulator for this supply,
but the below commit has switched to use MP8859.

commit <1fc61ed04d309b0b8b3562acf701ab988eee12de> "arm64: dts: rockchip:
Enable mp8859 regulator on rk3399-roc-pc"

So, enable bydefault on the defconfig.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Tested-by: Suniel Mahesh <sunil@amarulasolutions.com>
---
Changes for v2:
- none

 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 883e8bace3ed..62bcbf987a70 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -556,6 +556,7 @@ CONFIG_REGULATOR_HI6421V530=y
 CONFIG_REGULATOR_HI655X=y
 CONFIG_REGULATOR_MAX77620=y
 CONFIG_REGULATOR_MAX8973=y
+CONFIG_REGULATOR_MP8859=y
 CONFIG_REGULATOR_PFUZE100=y
 CONFIG_REGULATOR_PWM=y
 CONFIG_REGULATOR_QCOM_RPMH=y
-- 
2.25.1


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

* [PATCH v2] arm64: defconfig: Enable REGULATOR_MP8859
@ 2020-07-31 16:03 ` Jagan Teki
  0 siblings, 0 replies; 10+ messages in thread
From: Jagan Teki @ 2020-07-31 16:03 UTC (permalink / raw)
  To: Heiko Stuebner, Catalin Marinas, Will Deacon
  Cc: Markus Reichl, Suniel Mahesh, linux-kernel, linux-arm-kernel, Jagan Teki

RK3399 boards like ROC-RK3399-PC is using MP8859 DC/DC converter
for 12V supply.

roc-rk3399-pc initially used 12V fixed regulator for this supply,
but the below commit has switched to use MP8859.

commit <1fc61ed04d309b0b8b3562acf701ab988eee12de> "arm64: dts: rockchip:
Enable mp8859 regulator on rk3399-roc-pc"

So, enable bydefault on the defconfig.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Tested-by: Suniel Mahesh <sunil@amarulasolutions.com>
---
Changes for v2:
- none

 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 883e8bace3ed..62bcbf987a70 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -556,6 +556,7 @@ CONFIG_REGULATOR_HI6421V530=y
 CONFIG_REGULATOR_HI655X=y
 CONFIG_REGULATOR_MAX77620=y
 CONFIG_REGULATOR_MAX8973=y
+CONFIG_REGULATOR_MP8859=y
 CONFIG_REGULATOR_PFUZE100=y
 CONFIG_REGULATOR_PWM=y
 CONFIG_REGULATOR_QCOM_RPMH=y
-- 
2.25.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] 10+ messages in thread

* Re: [PATCH v2] arm64: defconfig: Enable REGULATOR_MP8859
  2020-07-31 16:03 ` Jagan Teki
@ 2020-09-10 15:03   ` Jagan Teki
  -1 siblings, 0 replies; 10+ messages in thread
From: Jagan Teki @ 2020-09-10 15:03 UTC (permalink / raw)
  To: Heiko Stuebner, Catalin Marinas, Will Deacon
  Cc: linux-arm-kernel, linux-kernel, Markus Reichl, Suniel Mahesh

Hi Heiko,

On Fri, Jul 31, 2020 at 9:33 PM Jagan Teki <jagan@amarulasolutions.com> wrote:
>
> RK3399 boards like ROC-RK3399-PC is using MP8859 DC/DC converter
> for 12V supply.
>
> roc-rk3399-pc initially used 12V fixed regulator for this supply,
> but the below commit has switched to use MP8859.
>
> commit <1fc61ed04d309b0b8b3562acf701ab988eee12de> "arm64: dts: rockchip:
> Enable mp8859 regulator on rk3399-roc-pc"
>
> So, enable bydefault on the defconfig.
>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
> Tested-by: Suniel Mahesh <sunil@amarulasolutions.com>
> ---
> Changes for v2:
> - none
>
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 883e8bace3ed..62bcbf987a70 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -556,6 +556,7 @@ CONFIG_REGULATOR_HI6421V530=y
>  CONFIG_REGULATOR_HI655X=y
>  CONFIG_REGULATOR_MAX77620=y
>  CONFIG_REGULATOR_MAX8973=y
> +CONFIG_REGULATOR_MP8859=y
>  CONFIG_REGULATOR_PFUZE100=y
>  CONFIG_REGULATOR_PWM=y
>  CONFIG_REGULATOR_QCOM_RPMH=y

Can you apply this patch? w/o this regulator the default defconfig is
unable to boot the Linux.

Jagan.

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

* Re: [PATCH v2] arm64: defconfig: Enable REGULATOR_MP8859
@ 2020-09-10 15:03   ` Jagan Teki
  0 siblings, 0 replies; 10+ messages in thread
From: Jagan Teki @ 2020-09-10 15:03 UTC (permalink / raw)
  To: Heiko Stuebner, Catalin Marinas, Will Deacon
  Cc: Markus Reichl, linux-kernel, linux-arm-kernel, Suniel Mahesh

Hi Heiko,

On Fri, Jul 31, 2020 at 9:33 PM Jagan Teki <jagan@amarulasolutions.com> wrote:
>
> RK3399 boards like ROC-RK3399-PC is using MP8859 DC/DC converter
> for 12V supply.
>
> roc-rk3399-pc initially used 12V fixed regulator for this supply,
> but the below commit has switched to use MP8859.
>
> commit <1fc61ed04d309b0b8b3562acf701ab988eee12de> "arm64: dts: rockchip:
> Enable mp8859 regulator on rk3399-roc-pc"
>
> So, enable bydefault on the defconfig.
>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
> Tested-by: Suniel Mahesh <sunil@amarulasolutions.com>
> ---
> Changes for v2:
> - none
>
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 883e8bace3ed..62bcbf987a70 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -556,6 +556,7 @@ CONFIG_REGULATOR_HI6421V530=y
>  CONFIG_REGULATOR_HI655X=y
>  CONFIG_REGULATOR_MAX77620=y
>  CONFIG_REGULATOR_MAX8973=y
> +CONFIG_REGULATOR_MP8859=y
>  CONFIG_REGULATOR_PFUZE100=y
>  CONFIG_REGULATOR_PWM=y
>  CONFIG_REGULATOR_QCOM_RPMH=y

Can you apply this patch? w/o this regulator the default defconfig is
unable to boot the Linux.

Jagan.

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

* Re: [PATCH v2] arm64: defconfig: Enable REGULATOR_MP8859
  2020-09-10 15:03   ` Jagan Teki
@ 2020-10-21 18:58     ` Jagan Teki
  -1 siblings, 0 replies; 10+ messages in thread
From: Jagan Teki @ 2020-10-21 18:58 UTC (permalink / raw)
  To: Heiko Stuebner, Catalin Marinas, Will Deacon
  Cc: linux-arm-kernel, linux-kernel, Markus Reichl, Suniel Mahesh

On Thu, Sep 10, 2020 at 8:33 PM Jagan Teki <jagan@amarulasolutions.com> wrote:
>
> Hi Heiko,
>
> On Fri, Jul 31, 2020 at 9:33 PM Jagan Teki <jagan@amarulasolutions.com> wrote:
> >
> > RK3399 boards like ROC-RK3399-PC is using MP8859 DC/DC converter
> > for 12V supply.
> >
> > roc-rk3399-pc initially used 12V fixed regulator for this supply,
> > but the below commit has switched to use MP8859.
> >
> > commit <1fc61ed04d309b0b8b3562acf701ab988eee12de> "arm64: dts: rockchip:
> > Enable mp8859 regulator on rk3399-roc-pc"
> >
> > So, enable bydefault on the defconfig.
> >
> > Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
> > Tested-by: Suniel Mahesh <sunil@amarulasolutions.com>
> > ---
> > Changes for v2:
> > - none
> >
> >  arch/arm64/configs/defconfig | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> > index 883e8bace3ed..62bcbf987a70 100644
> > --- a/arch/arm64/configs/defconfig
> > +++ b/arch/arm64/configs/defconfig
> > @@ -556,6 +556,7 @@ CONFIG_REGULATOR_HI6421V530=y
> >  CONFIG_REGULATOR_HI655X=y
> >  CONFIG_REGULATOR_MAX77620=y
> >  CONFIG_REGULATOR_MAX8973=y
> > +CONFIG_REGULATOR_MP8859=y
> >  CONFIG_REGULATOR_PFUZE100=y
> >  CONFIG_REGULATOR_PWM=y
> >  CONFIG_REGULATOR_QCOM_RPMH=y
>
> Can you apply this patch? w/o this regulator the default defconfig is
> unable to boot the Linux.

Gentle reminder.

Jagan.

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

* Re: [PATCH v2] arm64: defconfig: Enable REGULATOR_MP8859
@ 2020-10-21 18:58     ` Jagan Teki
  0 siblings, 0 replies; 10+ messages in thread
From: Jagan Teki @ 2020-10-21 18:58 UTC (permalink / raw)
  To: Heiko Stuebner, Catalin Marinas, Will Deacon
  Cc: Markus Reichl, linux-kernel, linux-arm-kernel, Suniel Mahesh

On Thu, Sep 10, 2020 at 8:33 PM Jagan Teki <jagan@amarulasolutions.com> wrote:
>
> Hi Heiko,
>
> On Fri, Jul 31, 2020 at 9:33 PM Jagan Teki <jagan@amarulasolutions.com> wrote:
> >
> > RK3399 boards like ROC-RK3399-PC is using MP8859 DC/DC converter
> > for 12V supply.
> >
> > roc-rk3399-pc initially used 12V fixed regulator for this supply,
> > but the below commit has switched to use MP8859.
> >
> > commit <1fc61ed04d309b0b8b3562acf701ab988eee12de> "arm64: dts: rockchip:
> > Enable mp8859 regulator on rk3399-roc-pc"
> >
> > So, enable bydefault on the defconfig.
> >
> > Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
> > Tested-by: Suniel Mahesh <sunil@amarulasolutions.com>
> > ---
> > Changes for v2:
> > - none
> >
> >  arch/arm64/configs/defconfig | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> > index 883e8bace3ed..62bcbf987a70 100644
> > --- a/arch/arm64/configs/defconfig
> > +++ b/arch/arm64/configs/defconfig
> > @@ -556,6 +556,7 @@ CONFIG_REGULATOR_HI6421V530=y
> >  CONFIG_REGULATOR_HI655X=y
> >  CONFIG_REGULATOR_MAX77620=y
> >  CONFIG_REGULATOR_MAX8973=y
> > +CONFIG_REGULATOR_MP8859=y
> >  CONFIG_REGULATOR_PFUZE100=y
> >  CONFIG_REGULATOR_PWM=y
> >  CONFIG_REGULATOR_QCOM_RPMH=y
>
> Can you apply this patch? w/o this regulator the default defconfig is
> unable to boot the Linux.

Gentle reminder.

Jagan.

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

* Re: [PATCH v2] arm64: defconfig: Enable REGULATOR_MP8859
  2020-07-31 16:03 ` Jagan Teki
@ 2020-12-16 19:56   ` Jagan Teki
  -1 siblings, 0 replies; 10+ messages in thread
From: Jagan Teki @ 2020-12-16 19:56 UTC (permalink / raw)
  To: Heiko Stuebner, Catalin Marinas, Will Deacon
  Cc: linux-arm-kernel, linux-kernel, Markus Reichl, Suniel Mahesh

Hi Heiko,

On Fri, Jul 31, 2020 at 9:33 PM Jagan Teki <jagan@amarulasolutions.com> wrote:
>
> RK3399 boards like ROC-RK3399-PC is using MP8859 DC/DC converter
> for 12V supply.
>
> roc-rk3399-pc initially used 12V fixed regulator for this supply,
> but the below commit has switched to use MP8859.
>
> commit <1fc61ed04d309b0b8b3562acf701ab988eee12de> "arm64: dts: rockchip:
> Enable mp8859 regulator on rk3399-roc-pc"
>
> So, enable bydefault on the defconfig.
>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
> Tested-by: Suniel Mahesh <sunil@amarulasolutions.com>
> ---
> Changes for v2:
> - none
>
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 883e8bace3ed..62bcbf987a70 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -556,6 +556,7 @@ CONFIG_REGULATOR_HI6421V530=y
>  CONFIG_REGULATOR_HI655X=y
>  CONFIG_REGULATOR_MAX77620=y
>  CONFIG_REGULATOR_MAX8973=y
> +CONFIG_REGULATOR_MP8859=y
>  CONFIG_REGULATOR_PFUZE100=y
>  CONFIG_REGULATOR_PWM=y
>  CONFIG_REGULATOR_QCOM_RPMH=y

Look like it is still not merged, can you please push this.

Jagan.

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

* Re: [PATCH v2] arm64: defconfig: Enable REGULATOR_MP8859
@ 2020-12-16 19:56   ` Jagan Teki
  0 siblings, 0 replies; 10+ messages in thread
From: Jagan Teki @ 2020-12-16 19:56 UTC (permalink / raw)
  To: Heiko Stuebner, Catalin Marinas, Will Deacon
  Cc: Markus Reichl, linux-kernel, linux-arm-kernel, Suniel Mahesh

Hi Heiko,

On Fri, Jul 31, 2020 at 9:33 PM Jagan Teki <jagan@amarulasolutions.com> wrote:
>
> RK3399 boards like ROC-RK3399-PC is using MP8859 DC/DC converter
> for 12V supply.
>
> roc-rk3399-pc initially used 12V fixed regulator for this supply,
> but the below commit has switched to use MP8859.
>
> commit <1fc61ed04d309b0b8b3562acf701ab988eee12de> "arm64: dts: rockchip:
> Enable mp8859 regulator on rk3399-roc-pc"
>
> So, enable bydefault on the defconfig.
>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
> Tested-by: Suniel Mahesh <sunil@amarulasolutions.com>
> ---
> Changes for v2:
> - none
>
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 883e8bace3ed..62bcbf987a70 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -556,6 +556,7 @@ CONFIG_REGULATOR_HI6421V530=y
>  CONFIG_REGULATOR_HI655X=y
>  CONFIG_REGULATOR_MAX77620=y
>  CONFIG_REGULATOR_MAX8973=y
> +CONFIG_REGULATOR_MP8859=y
>  CONFIG_REGULATOR_PFUZE100=y
>  CONFIG_REGULATOR_PWM=y
>  CONFIG_REGULATOR_QCOM_RPMH=y

Look like it is still not merged, can you please push this.

Jagan.

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

* Re: [PATCH v2] arm64: defconfig: Enable REGULATOR_MP8859
  2020-07-31 16:03 ` Jagan Teki
@ 2021-01-09 15:39   ` Heiko Stuebner
  -1 siblings, 0 replies; 10+ messages in thread
From: Heiko Stuebner @ 2021-01-09 15:39 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Jagan Teki
  Cc: Heiko Stuebner, Suniel Mahesh, linux-arm-kernel, Markus Reichl,
	linux-kernel

On Fri, 31 Jul 2020 21:33:24 +0530, Jagan Teki wrote:
> RK3399 boards like ROC-RK3399-PC is using MP8859 DC/DC converter
> for 12V supply.
> 
> roc-rk3399-pc initially used 12V fixed regulator for this supply,
> but the below commit has switched to use MP8859.
> 
> commit <1fc61ed04d309b0b8b3562acf701ab988eee12de> "arm64: dts: rockchip:
> Enable mp8859 regulator on rk3399-roc-pc"
> 
> [...]

Applied, thanks!

[1/1] arm64: defconfig: Enable REGULATOR_MP8859
      commit: 3c8e5d51e4c6e5e93d31f59d4a54fb3a14358ee4

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

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

* Re: [PATCH v2] arm64: defconfig: Enable REGULATOR_MP8859
@ 2021-01-09 15:39   ` Heiko Stuebner
  0 siblings, 0 replies; 10+ messages in thread
From: Heiko Stuebner @ 2021-01-09 15:39 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Jagan Teki
  Cc: Markus Reichl, linux-kernel, Heiko Stuebner, linux-arm-kernel,
	Suniel Mahesh

On Fri, 31 Jul 2020 21:33:24 +0530, Jagan Teki wrote:
> RK3399 boards like ROC-RK3399-PC is using MP8859 DC/DC converter
> for 12V supply.
> 
> roc-rk3399-pc initially used 12V fixed regulator for this supply,
> but the below commit has switched to use MP8859.
> 
> commit <1fc61ed04d309b0b8b3562acf701ab988eee12de> "arm64: dts: rockchip:
> Enable mp8859 regulator on rk3399-roc-pc"
> 
> [...]

Applied, thanks!

[1/1] arm64: defconfig: Enable REGULATOR_MP8859
      commit: 3c8e5d51e4c6e5e93d31f59d4a54fb3a14358ee4

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

end of thread, other threads:[~2021-01-09 15:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-31 16:03 [PATCH v2] arm64: defconfig: Enable REGULATOR_MP8859 Jagan Teki
2020-07-31 16:03 ` Jagan Teki
2020-09-10 15:03 ` Jagan Teki
2020-09-10 15:03   ` Jagan Teki
2020-10-21 18:58   ` Jagan Teki
2020-10-21 18:58     ` Jagan Teki
2020-12-16 19:56 ` Jagan Teki
2020-12-16 19:56   ` Jagan Teki
2021-01-09 15:39 ` Heiko Stuebner
2021-01-09 15:39   ` Heiko Stuebner

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.