public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] pic64gx clk kconfig/binding changes
@ 2025-11-21 13:43 Conor Dooley
  2025-11-21 13:44 ` [PATCH v2 1/3] clk: microchip: drop POLARFIRE from ARCH_MICROCHIP_POLARFIRE Conor Dooley
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Conor Dooley @ 2025-11-21 13:43 UTC (permalink / raw)
  To: linux-kernel
  Cc: conor, Conor Dooley, Daire McNamara, Michael Turquette,
	Stephen Boyd, Rob Herring, Krzysztof Kozlowski, Claudiu Beznea,
	linux-riscv, linux-clk, devicetree

From: Conor Dooley <conor.dooley@microchip.com>

Mostly this is stuff that PH did last year, but rebased on top of
current work, now that the clock driver rework patches have been
applied.

v2: fix the binding, d'oh

CC: Conor Dooley <conor.dooley@microchip.com>
CC: Daire McNamara <daire.mcnamara@microchip.com>
CC: Michael Turquette <mturquette@baylibre.com>
CC: Stephen Boyd <sboyd@kernel.org>
CC: Rob Herring <robh@kernel.org>
CC: Krzysztof Kozlowski <krzk+dt@kernel.org>
CC: Claudiu Beznea <claudiu.beznea@tuxon.dev>
CC: linux-riscv@lists.infradead.org
CC: linux-clk@vger.kernel.org
CC: devicetree@vger.kernel.org

Conor Dooley (1):
  clk: microchip: drop POLARFIRE from ARCH_MICROCHIP_POLARFIRE

Pierre-Henry Moussay (2):
  dt-bindings: clock: mpfs-ccc: Add pic64gx compatibility
  dt-bindings: clock: mpfs-clkcfg: Add pic64gx compatibility

 .../bindings/clock/microchip,mpfs-ccc.yaml       |  6 +++++-
 .../bindings/clock/microchip,mpfs-clkcfg.yaml    | 16 +++++++++++++++-
 drivers/clk/microchip/Kconfig                    |  4 ++--
 3 files changed, 22 insertions(+), 4 deletions(-)

-- 
2.51.0


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

* [PATCH v2 1/3] clk: microchip: drop POLARFIRE from ARCH_MICROCHIP_POLARFIRE
  2025-11-21 13:43 [PATCH v2 0/3] pic64gx clk kconfig/binding changes Conor Dooley
@ 2025-11-21 13:44 ` Conor Dooley
  2025-12-06 11:18   ` Claudiu Beznea
  2025-11-21 13:44 ` [PATCH v2 2/3] dt-bindings: clock: mpfs-ccc: Add pic64gx compatibility Conor Dooley
  2025-11-21 13:44 ` [PATCH v2 3/3] dt-bindings: clock: mpfs-clkcfg: " Conor Dooley
  2 siblings, 1 reply; 11+ messages in thread
From: Conor Dooley @ 2025-11-21 13:44 UTC (permalink / raw)
  To: linux-kernel
  Cc: conor, Conor Dooley, Daire McNamara, Michael Turquette,
	Stephen Boyd, Rob Herring, Krzysztof Kozlowski, Claudiu Beznea,
	linux-riscv, linux-clk, devicetree

From: Conor Dooley <conor.dooley@microchip.com>

This driver is used by non-polarfire devices now, and the ARCH_MICROCHIP
symbol has been defined for some time on RISCV so drop it without any
functional change.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
---
 drivers/clk/microchip/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/clk/microchip/Kconfig b/drivers/clk/microchip/Kconfig
index cab9a909893b..a0ef14310417 100644
--- a/drivers/clk/microchip/Kconfig
+++ b/drivers/clk/microchip/Kconfig
@@ -5,8 +5,8 @@ config COMMON_CLK_PIC32
 
 config MCHP_CLK_MPFS
 	bool "Clk driver for PolarFire SoC"
-	depends on ARCH_MICROCHIP_POLARFIRE || COMPILE_TEST
-	default ARCH_MICROCHIP_POLARFIRE
+	depends on ARCH_MICROCHIP || COMPILE_TEST
+	default y
 	depends on MFD_SYSCON
 	select AUXILIARY_BUS
 	select COMMON_CLK_DIVIDER_REGMAP
-- 
2.51.0


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

* [PATCH v2 2/3] dt-bindings: clock: mpfs-ccc: Add pic64gx compatibility
  2025-11-21 13:43 [PATCH v2 0/3] pic64gx clk kconfig/binding changes Conor Dooley
  2025-11-21 13:44 ` [PATCH v2 1/3] clk: microchip: drop POLARFIRE from ARCH_MICROCHIP_POLARFIRE Conor Dooley
@ 2025-11-21 13:44 ` Conor Dooley
  2025-12-06 11:19   ` Claudiu Beznea
  2025-11-21 13:44 ` [PATCH v2 3/3] dt-bindings: clock: mpfs-clkcfg: " Conor Dooley
  2 siblings, 1 reply; 11+ messages in thread
From: Conor Dooley @ 2025-11-21 13:44 UTC (permalink / raw)
  To: linux-kernel
  Cc: conor, Conor Dooley, Daire McNamara, Michael Turquette,
	Stephen Boyd, Rob Herring, Krzysztof Kozlowski, Claudiu Beznea,
	linux-riscv, linux-clk, devicetree, Pierre-Henry Moussay

From: Pierre-Henry Moussay <pierre-henry.moussay@microchip.com>

pic64gx SoC Clock Conditioning Circuitry is compatibles
with the Polarfire SoC

Signed-off-by: Pierre-Henry Moussay <pierre-henry.moussay@microchip.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
---
 .../devicetree/bindings/clock/microchip,mpfs-ccc.yaml       | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/clock/microchip,mpfs-ccc.yaml b/Documentation/devicetree/bindings/clock/microchip,mpfs-ccc.yaml
index f1770360798f..9a6b50527c42 100644
--- a/Documentation/devicetree/bindings/clock/microchip,mpfs-ccc.yaml
+++ b/Documentation/devicetree/bindings/clock/microchip,mpfs-ccc.yaml
@@ -17,7 +17,11 @@ description: |
 
 properties:
   compatible:
-    const: microchip,mpfs-ccc
+    oneOf:
+      - items:
+          - const: microchip,pic64gx-ccc
+          - const: microchip,mpfs-ccc
+      - const: microchip,mpfs-ccc
 
   reg:
     items:
-- 
2.51.0


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

* [PATCH v2 3/3] dt-bindings: clock: mpfs-clkcfg: Add pic64gx compatibility
  2025-11-21 13:43 [PATCH v2 0/3] pic64gx clk kconfig/binding changes Conor Dooley
  2025-11-21 13:44 ` [PATCH v2 1/3] clk: microchip: drop POLARFIRE from ARCH_MICROCHIP_POLARFIRE Conor Dooley
  2025-11-21 13:44 ` [PATCH v2 2/3] dt-bindings: clock: mpfs-ccc: Add pic64gx compatibility Conor Dooley
@ 2025-11-21 13:44 ` Conor Dooley
  2025-11-27  7:36   ` Krzysztof Kozlowski
  2025-12-06 11:20   ` Claudiu Beznea
  2 siblings, 2 replies; 11+ messages in thread
From: Conor Dooley @ 2025-11-21 13:44 UTC (permalink / raw)
  To: linux-kernel
  Cc: conor, Conor Dooley, Daire McNamara, Michael Turquette,
	Stephen Boyd, Rob Herring, Krzysztof Kozlowski, Claudiu Beznea,
	linux-riscv, linux-clk, devicetree, Pierre-Henry Moussay

From: Pierre-Henry Moussay <pierre-henry.moussay@microchip.com>

pic64gx has a clock controller compatible with mpfs-clkcfg. Don't permit
the deprecated configuration that was never supported for this SoC.

Signed-off-by: Pierre-Henry Moussay <pierre-henry.moussay@microchip.com>
Co-developed-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
---
 .../bindings/clock/microchip,mpfs-clkcfg.yaml    | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/clock/microchip,mpfs-clkcfg.yaml b/Documentation/devicetree/bindings/clock/microchip,mpfs-clkcfg.yaml
index ee4f31596d97..a23703c281d1 100644
--- a/Documentation/devicetree/bindings/clock/microchip,mpfs-clkcfg.yaml
+++ b/Documentation/devicetree/bindings/clock/microchip,mpfs-clkcfg.yaml
@@ -19,7 +19,11 @@ description: |
 
 properties:
   compatible:
-    const: microchip,mpfs-clkcfg
+    oneOf:
+      - items:
+          - const: microchip,pic64gx-clkcfg
+          - const: microchip,mpfs-clkcfg
+      - const: microchip,mpfs-clkcfg
 
   reg:
     oneOf:
@@ -69,6 +73,16 @@ required:
   - clocks
   - '#clock-cells'
 
+if:
+  properties:
+    compatible:
+      contains:
+        const: microchip,pic64gx-clkcfg
+then:
+  properties:
+    reg:
+      maxItems: 1
+
 additionalProperties: false
 
 examples:
-- 
2.51.0


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

* Re: [PATCH v2 3/3] dt-bindings: clock: mpfs-clkcfg: Add pic64gx compatibility
  2025-11-21 13:44 ` [PATCH v2 3/3] dt-bindings: clock: mpfs-clkcfg: " Conor Dooley
@ 2025-11-27  7:36   ` Krzysztof Kozlowski
  2025-12-06 11:20   ` Claudiu Beznea
  1 sibling, 0 replies; 11+ messages in thread
From: Krzysztof Kozlowski @ 2025-11-27  7:36 UTC (permalink / raw)
  To: Conor Dooley
  Cc: linux-kernel, Conor Dooley, Daire McNamara, Michael Turquette,
	Stephen Boyd, Rob Herring, Krzysztof Kozlowski, Claudiu Beznea,
	linux-riscv, linux-clk, devicetree, Pierre-Henry Moussay

On Fri, Nov 21, 2025 at 01:44:02PM +0000, Conor Dooley wrote:
> From: Pierre-Henry Moussay <pierre-henry.moussay@microchip.com>
> 
> pic64gx has a clock controller compatible with mpfs-clkcfg. Don't permit
> the deprecated configuration that was never supported for this SoC.
> 
> Signed-off-by: Pierre-Henry Moussay <pierre-henry.moussay@microchip.com>
> Co-developed-by: Conor Dooley <conor.dooley@microchip.com>
> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
> ---
>  .../bindings/clock/microchip,mpfs-clkcfg.yaml    | 16 +++++++++++++++-
>  1 file changed, 15 insertions(+), 1 deletion(-)

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Best regards,
Krzysztof


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

* Re: [PATCH v2 1/3] clk: microchip: drop POLARFIRE from ARCH_MICROCHIP_POLARFIRE
  2025-11-21 13:44 ` [PATCH v2 1/3] clk: microchip: drop POLARFIRE from ARCH_MICROCHIP_POLARFIRE Conor Dooley
@ 2025-12-06 11:18   ` Claudiu Beznea
  2025-12-08 18:02     ` Conor Dooley
  0 siblings, 1 reply; 11+ messages in thread
From: Claudiu Beznea @ 2025-12-06 11:18 UTC (permalink / raw)
  To: Conor Dooley, linux-kernel
  Cc: Conor Dooley, Daire McNamara, Michael Turquette, Stephen Boyd,
	Rob Herring, Krzysztof Kozlowski, linux-riscv, linux-clk,
	devicetree



On 11/21/25 15:44, Conor Dooley wrote:
> From: Conor Dooley <conor.dooley@microchip.com>
> 
> This driver is used by non-polarfire devices now, and the ARCH_MICROCHIP
> symbol has been defined for some time on RISCV so drop it without any
> functional change.
> 
> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
> ---
>  drivers/clk/microchip/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/clk/microchip/Kconfig b/drivers/clk/microchip/Kconfig
> index cab9a909893b..a0ef14310417 100644
> --- a/drivers/clk/microchip/Kconfig
> +++ b/drivers/clk/microchip/Kconfig
> @@ -5,8 +5,8 @@ config COMMON_CLK_PIC32
>  
>  config MCHP_CLK_MPFS
>  	bool "Clk driver for PolarFire SoC"
> -	depends on ARCH_MICROCHIP_POLARFIRE || COMPILE_TEST
> -	default ARCH_MICROCHIP_POLARFIRE
> +	depends on ARCH_MICROCHIP || COMPILE_TEST
> +	default y
>  	depends on MFD_SYSCON
>  	select AUXILIARY_BUS
>  	select COMMON_CLK_DIVIDER_REGMAP

OK, I found v2 in my inbox. Same symptom here. It doesn't apply on top of
the current at91-next either.

Thank you,
Claudiu


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

* Re: [PATCH v2 2/3] dt-bindings: clock: mpfs-ccc: Add pic64gx compatibility
  2025-11-21 13:44 ` [PATCH v2 2/3] dt-bindings: clock: mpfs-ccc: Add pic64gx compatibility Conor Dooley
@ 2025-12-06 11:19   ` Claudiu Beznea
  0 siblings, 0 replies; 11+ messages in thread
From: Claudiu Beznea @ 2025-12-06 11:19 UTC (permalink / raw)
  To: Conor Dooley, linux-kernel
  Cc: Conor Dooley, Daire McNamara, Michael Turquette, Stephen Boyd,
	Rob Herring, Krzysztof Kozlowski, linux-riscv, linux-clk,
	devicetree, Pierre-Henry Moussay



On 11/21/25 15:44, Conor Dooley wrote:
> From: Pierre-Henry Moussay <pierre-henry.moussay@microchip.com>
> 
> pic64gx SoC Clock Conditioning Circuitry is compatibles
> with the Polarfire SoC
> 
> Signed-off-by: Pierre-Henry Moussay <pierre-henry.moussay@microchip.com>
> Acked-by: Conor Dooley <conor.dooley@microchip.com>
> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>

Reviewed-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>

> ---
>  .../devicetree/bindings/clock/microchip,mpfs-ccc.yaml       | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/clock/microchip,mpfs-ccc.yaml b/Documentation/devicetree/bindings/clock/microchip,mpfs-ccc.yaml
> index f1770360798f..9a6b50527c42 100644
> --- a/Documentation/devicetree/bindings/clock/microchip,mpfs-ccc.yaml
> +++ b/Documentation/devicetree/bindings/clock/microchip,mpfs-ccc.yaml
> @@ -17,7 +17,11 @@ description: |
>  
>  properties:
>    compatible:
> -    const: microchip,mpfs-ccc
> +    oneOf:
> +      - items:
> +          - const: microchip,pic64gx-ccc
> +          - const: microchip,mpfs-ccc
> +      - const: microchip,mpfs-ccc
>  
>    reg:
>      items:


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

* Re: [PATCH v2 3/3] dt-bindings: clock: mpfs-clkcfg: Add pic64gx compatibility
  2025-11-21 13:44 ` [PATCH v2 3/3] dt-bindings: clock: mpfs-clkcfg: " Conor Dooley
  2025-11-27  7:36   ` Krzysztof Kozlowski
@ 2025-12-06 11:20   ` Claudiu Beznea
  1 sibling, 0 replies; 11+ messages in thread
From: Claudiu Beznea @ 2025-12-06 11:20 UTC (permalink / raw)
  To: Conor Dooley, linux-kernel
  Cc: Conor Dooley, Daire McNamara, Michael Turquette, Stephen Boyd,
	Rob Herring, Krzysztof Kozlowski, linux-riscv, linux-clk,
	devicetree, Pierre-Henry Moussay



On 11/21/25 15:44, Conor Dooley wrote:
> From: Pierre-Henry Moussay <pierre-henry.moussay@microchip.com>
> 
> pic64gx has a clock controller compatible with mpfs-clkcfg. Don't permit
> the deprecated configuration that was never supported for this SoC.
> 
> Signed-off-by: Pierre-Henry Moussay <pierre-henry.moussay@microchip.com>
> Co-developed-by: Conor Dooley <conor.dooley@microchip.com>
> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>

Reviewed-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>

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

* Re: [PATCH v2 1/3] clk: microchip: drop POLARFIRE from ARCH_MICROCHIP_POLARFIRE
  2025-12-06 11:18   ` Claudiu Beznea
@ 2025-12-08 18:02     ` Conor Dooley
  2026-01-09  7:22       ` claudiu beznea
  0 siblings, 1 reply; 11+ messages in thread
From: Conor Dooley @ 2025-12-08 18:02 UTC (permalink / raw)
  To: Claudiu Beznea
  Cc: linux-kernel, Conor Dooley, Daire McNamara, Michael Turquette,
	Stephen Boyd, Rob Herring, Krzysztof Kozlowski, linux-riscv,
	linux-clk, devicetree

[-- Attachment #1: Type: text/plain, Size: 1321 bytes --]

On Sat, Dec 06, 2025 at 01:18:30PM +0200, Claudiu Beznea wrote:
> 
> 
> On 11/21/25 15:44, Conor Dooley wrote:
> > From: Conor Dooley <conor.dooley@microchip.com>
> > 
> > This driver is used by non-polarfire devices now, and the ARCH_MICROCHIP
> > symbol has been defined for some time on RISCV so drop it without any
> > functional change.
> > 
> > Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
> > ---
> >  drivers/clk/microchip/Kconfig | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/drivers/clk/microchip/Kconfig b/drivers/clk/microchip/Kconfig
> > index cab9a909893b..a0ef14310417 100644
> > --- a/drivers/clk/microchip/Kconfig
> > +++ b/drivers/clk/microchip/Kconfig
> > @@ -5,8 +5,8 @@ config COMMON_CLK_PIC32
> >  
> >  config MCHP_CLK_MPFS
> >  	bool "Clk driver for PolarFire SoC"
> > -	depends on ARCH_MICROCHIP_POLARFIRE || COMPILE_TEST
> > -	default ARCH_MICROCHIP_POLARFIRE
> > +	depends on ARCH_MICROCHIP || COMPILE_TEST
> > +	default y
> >  	depends on MFD_SYSCON
> >  	select AUXILIARY_BUS
> >  	select COMMON_CLK_DIVIDER_REGMAP
> 
> OK, I found v2 in my inbox. Same symptom here. It doesn't apply on top of
> the current at91-next either.

I think this should sort itself out after -rc1, but I'll resend if it
doesn't.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PATCH v2 1/3] clk: microchip: drop POLARFIRE from ARCH_MICROCHIP_POLARFIRE
  2025-12-08 18:02     ` Conor Dooley
@ 2026-01-09  7:22       ` claudiu beznea
  2026-01-09 21:32         ` Conor Dooley
  0 siblings, 1 reply; 11+ messages in thread
From: claudiu beznea @ 2026-01-09  7:22 UTC (permalink / raw)
  To: Conor Dooley
  Cc: linux-kernel, Conor Dooley, Daire McNamara, Michael Turquette,
	Stephen Boyd, Rob Herring, Krzysztof Kozlowski, linux-riscv,
	linux-clk, devicetree



On 12/8/25 20:02, Conor Dooley wrote:
> On Sat, Dec 06, 2025 at 01:18:30PM +0200, Claudiu Beznea wrote:
>>
>>
>> On 11/21/25 15:44, Conor Dooley wrote:
>>> From: Conor Dooley <conor.dooley@microchip.com>
>>>
>>> This driver is used by non-polarfire devices now, and the ARCH_MICROCHIP
>>> symbol has been defined for some time on RISCV so drop it without any
>>> functional change.
>>>
>>> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
>>> ---
>>>   drivers/clk/microchip/Kconfig | 4 ++--
>>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>>
>>> diff --git a/drivers/clk/microchip/Kconfig b/drivers/clk/microchip/Kconfig
>>> index cab9a909893b..a0ef14310417 100644
>>> --- a/drivers/clk/microchip/Kconfig
>>> +++ b/drivers/clk/microchip/Kconfig
>>> @@ -5,8 +5,8 @@ config COMMON_CLK_PIC32
>>>   
>>>   config MCHP_CLK_MPFS
>>>   	bool "Clk driver for PolarFire SoC"
>>> -	depends on ARCH_MICROCHIP_POLARFIRE || COMPILE_TEST
>>> -	default ARCH_MICROCHIP_POLARFIRE
>>> +	depends on ARCH_MICROCHIP || COMPILE_TEST
>>> +	default y
>>>   	depends on MFD_SYSCON
>>>   	select AUXILIARY_BUS
>>>   	select COMMON_CLK_DIVIDER_REGMAP
>>
>> OK, I found v2 in my inbox. Same symptom here. It doesn't apply on top of
>> the current at91-next either.
> 
> I think this should sort itself out after -rc1, but I'll resend if it
> doesn't.

Still doesn't apply. It conflicts at least with
commit c6f2dddfa7f9 ("clk: microchip: mpfs: use regmap for clocks")

Thank you,
Claudiu

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

* Re: [PATCH v2 1/3] clk: microchip: drop POLARFIRE from ARCH_MICROCHIP_POLARFIRE
  2026-01-09  7:22       ` claudiu beznea
@ 2026-01-09 21:32         ` Conor Dooley
  0 siblings, 0 replies; 11+ messages in thread
From: Conor Dooley @ 2026-01-09 21:32 UTC (permalink / raw)
  To: claudiu beznea
  Cc: linux-kernel, Conor Dooley, Daire McNamara, Michael Turquette,
	Stephen Boyd, Rob Herring, Krzysztof Kozlowski, linux-riscv,
	linux-clk, devicetree

[-- Attachment #1: Type: text/plain, Size: 1779 bytes --]

On Fri, Jan 09, 2026 at 09:22:25AM +0200, claudiu beznea wrote:
> 
> 
> On 12/8/25 20:02, Conor Dooley wrote:
> > On Sat, Dec 06, 2025 at 01:18:30PM +0200, Claudiu Beznea wrote:
> > > 
> > > 
> > > On 11/21/25 15:44, Conor Dooley wrote:
> > > > From: Conor Dooley <conor.dooley@microchip.com>
> > > > 
> > > > This driver is used by non-polarfire devices now, and the ARCH_MICROCHIP
> > > > symbol has been defined for some time on RISCV so drop it without any
> > > > functional change.
> > > > 
> > > > Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
> > > > ---
> > > >   drivers/clk/microchip/Kconfig | 4 ++--
> > > >   1 file changed, 2 insertions(+), 2 deletions(-)
> > > > 
> > > > diff --git a/drivers/clk/microchip/Kconfig b/drivers/clk/microchip/Kconfig
> > > > index cab9a909893b..a0ef14310417 100644
> > > > --- a/drivers/clk/microchip/Kconfig
> > > > +++ b/drivers/clk/microchip/Kconfig
> > > > @@ -5,8 +5,8 @@ config COMMON_CLK_PIC32
> > > >   config MCHP_CLK_MPFS
> > > >   	bool "Clk driver for PolarFire SoC"
> > > > -	depends on ARCH_MICROCHIP_POLARFIRE || COMPILE_TEST
> > > > -	default ARCH_MICROCHIP_POLARFIRE
> > > > +	depends on ARCH_MICROCHIP || COMPILE_TEST
> > > > +	default y
> > > >   	depends on MFD_SYSCON
> > > >   	select AUXILIARY_BUS
> > > >   	select COMMON_CLK_DIVIDER_REGMAP
> > > 
> > > OK, I found v2 in my inbox. Same symptom here. It doesn't apply on top of
> > > the current at91-next either.
> > 
> > I think this should sort itself out after -rc1, but I'll resend if it
> > doesn't.
> 
> Still doesn't apply. It conflicts at least with
> commit c6f2dddfa7f9 ("clk: microchip: mpfs: use regmap for clocks")

Right, I'll resend. Thought it was based on the aforementioned patch
tbh!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

end of thread, other threads:[~2026-01-09 21:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-21 13:43 [PATCH v2 0/3] pic64gx clk kconfig/binding changes Conor Dooley
2025-11-21 13:44 ` [PATCH v2 1/3] clk: microchip: drop POLARFIRE from ARCH_MICROCHIP_POLARFIRE Conor Dooley
2025-12-06 11:18   ` Claudiu Beznea
2025-12-08 18:02     ` Conor Dooley
2026-01-09  7:22       ` claudiu beznea
2026-01-09 21:32         ` Conor Dooley
2025-11-21 13:44 ` [PATCH v2 2/3] dt-bindings: clock: mpfs-ccc: Add pic64gx compatibility Conor Dooley
2025-12-06 11:19   ` Claudiu Beznea
2025-11-21 13:44 ` [PATCH v2 3/3] dt-bindings: clock: mpfs-clkcfg: " Conor Dooley
2025-11-27  7:36   ` Krzysztof Kozlowski
2025-12-06 11:20   ` Claudiu Beznea

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox