linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: armada-3720-turris-mox: Add missing interrupt for RTC
@ 2022-09-24 11:58 Pali Rohár
  2022-09-24 14:36 ` Andrew Lunn
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Pali Rohár @ 2022-09-24 11:58 UTC (permalink / raw)
  To: Andrew Lunn, Gregory Clement, Sebastian Hesselbarth, Rob Herring,
	Krzysztof Kozlowski, Marek Behún
  Cc: linux-arm-kernel, devicetree, linux-kernel

MCP7940MT-I/MNY RTC has connected interrupt line to GPIO2_5.

Fixes: 7109d817db2e ("arm64: dts: marvell: add DTS for Turris Mox")
Signed-off-by: Pali Rohár <pali@kernel.org>
---
 arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts b/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts
index 5840ed129309..802862fe2060 100644
--- a/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts
+++ b/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts
@@ -125,9 +125,12 @@
 	/delete-property/ mrvl,i2c-fast-mode;
 	status = "okay";
 
+	/* MCP7940MT-I/MNY RTC */
 	rtc@6f {
 		compatible = "microchip,mcp7940x";
 		reg = <0x6f>;
+		interrupt-parent = <&gpiosb>;
+		interrupts = <5 0>; /* GPIO2_5 */
 	};
 };
 
-- 
2.20.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] 5+ messages in thread

* Re: [PATCH] arm64: dts: armada-3720-turris-mox: Add missing interrupt for RTC
  2022-09-24 11:58 [PATCH] arm64: dts: armada-3720-turris-mox: Add missing interrupt for RTC Pali Rohár
@ 2022-09-24 14:36 ` Andrew Lunn
  2022-10-09 11:48 ` Pali Rohár
  2022-11-27 23:59 ` Gregory CLEMENT
  2 siblings, 0 replies; 5+ messages in thread
From: Andrew Lunn @ 2022-09-24 14:36 UTC (permalink / raw)
  To: Pali Rohár
  Cc: Gregory Clement, Sebastian Hesselbarth, Rob Herring,
	Krzysztof Kozlowski, Marek Behún, linux-arm-kernel,
	devicetree, linux-kernel

On Sat, Sep 24, 2022 at 01:58:26PM +0200, Pali Rohár wrote:
> MCP7940MT-I/MNY RTC has connected interrupt line to GPIO2_5.
> 
> Fixes: 7109d817db2e ("arm64: dts: marvell: add DTS for Turris Mox")
> Signed-off-by: Pali Rohár <pali@kernel.org>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

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

* Re: [PATCH] arm64: dts: armada-3720-turris-mox: Add missing interrupt for RTC
  2022-09-24 11:58 [PATCH] arm64: dts: armada-3720-turris-mox: Add missing interrupt for RTC Pali Rohár
  2022-09-24 14:36 ` Andrew Lunn
@ 2022-10-09 11:48 ` Pali Rohár
  2022-11-01 22:40   ` Pali Rohár
  2022-11-27 23:59 ` Gregory CLEMENT
  2 siblings, 1 reply; 5+ messages in thread
From: Pali Rohár @ 2022-10-09 11:48 UTC (permalink / raw)
  To: Gregory Clement; +Cc: linux-arm-kernel, devicetree, linux-kernel

Gregory: PING

On Saturday 24 September 2022 13:58:26 Pali Rohár wrote:
> MCP7940MT-I/MNY RTC has connected interrupt line to GPIO2_5.
> 
> Fixes: 7109d817db2e ("arm64: dts: marvell: add DTS for Turris Mox")
> Signed-off-by: Pali Rohár <pali@kernel.org>
> ---
>  arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts b/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts
> index 5840ed129309..802862fe2060 100644
> --- a/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts
> +++ b/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts
> @@ -125,9 +125,12 @@
>  	/delete-property/ mrvl,i2c-fast-mode;
>  	status = "okay";
>  
> +	/* MCP7940MT-I/MNY RTC */
>  	rtc@6f {
>  		compatible = "microchip,mcp7940x";
>  		reg = <0x6f>;
> +		interrupt-parent = <&gpiosb>;
> +		interrupts = <5 0>; /* GPIO2_5 */
>  	};
>  };
>  
> -- 
> 2.20.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] 5+ messages in thread

* Re: [PATCH] arm64: dts: armada-3720-turris-mox: Add missing interrupt for RTC
  2022-10-09 11:48 ` Pali Rohár
@ 2022-11-01 22:40   ` Pali Rohár
  0 siblings, 0 replies; 5+ messages in thread
From: Pali Rohár @ 2022-11-01 22:40 UTC (permalink / raw)
  To: Gregory Clement; +Cc: linux-arm-kernel, devicetree, linux-kernel

PING?

On Sunday 09 October 2022 13:48:38 Pali Rohár wrote:
> Gregory: PING
> 
> On Saturday 24 September 2022 13:58:26 Pali Rohár wrote:
> > MCP7940MT-I/MNY RTC has connected interrupt line to GPIO2_5.
> > 
> > Fixes: 7109d817db2e ("arm64: dts: marvell: add DTS for Turris Mox")
> > Signed-off-by: Pali Rohár <pali@kernel.org>
> > ---
> >  arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts | 3 +++
> >  1 file changed, 3 insertions(+)
> > 
> > diff --git a/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts b/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts
> > index 5840ed129309..802862fe2060 100644
> > --- a/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts
> > +++ b/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts
> > @@ -125,9 +125,12 @@
> >  	/delete-property/ mrvl,i2c-fast-mode;
> >  	status = "okay";
> >  
> > +	/* MCP7940MT-I/MNY RTC */
> >  	rtc@6f {
> >  		compatible = "microchip,mcp7940x";
> >  		reg = <0x6f>;
> > +		interrupt-parent = <&gpiosb>;
> > +		interrupts = <5 0>; /* GPIO2_5 */
> >  	};
> >  };
> >  
> > -- 
> > 2.20.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] 5+ messages in thread

* Re: [PATCH] arm64: dts: armada-3720-turris-mox: Add missing interrupt for RTC
  2022-09-24 11:58 [PATCH] arm64: dts: armada-3720-turris-mox: Add missing interrupt for RTC Pali Rohár
  2022-09-24 14:36 ` Andrew Lunn
  2022-10-09 11:48 ` Pali Rohár
@ 2022-11-27 23:59 ` Gregory CLEMENT
  2 siblings, 0 replies; 5+ messages in thread
From: Gregory CLEMENT @ 2022-11-27 23:59 UTC (permalink / raw)
  To: Pali Rohár, Andrew Lunn, Sebastian Hesselbarth, Rob Herring,
	Krzysztof Kozlowski, Marek Behún
  Cc: linux-arm-kernel, devicetree, linux-kernel

Pali Rohár <pali@kernel.org> writes:

> MCP7940MT-I/MNY RTC has connected interrupt line to GPIO2_5.
>
> Fixes: 7109d817db2e ("arm64: dts: marvell: add DTS for Turris Mox")
> Signed-off-by: Pali Rohár <pali@kernel.org>

Applied on mvebu/dt64

Thanks,

Gregory
> ---
>  arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts b/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts
> index 5840ed129309..802862fe2060 100644
> --- a/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts
> +++ b/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts
> @@ -125,9 +125,12 @@
>  	/delete-property/ mrvl,i2c-fast-mode;
>  	status = "okay";
>  
> +	/* MCP7940MT-I/MNY RTC */
>  	rtc@6f {
>  		compatible = "microchip,mcp7940x";
>  		reg = <0x6f>;
> +		interrupt-parent = <&gpiosb>;
> +		interrupts = <5 0>; /* GPIO2_5 */
>  	};
>  };
>  
> -- 
> 2.20.1
>

-- 
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com

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

end of thread, other threads:[~2022-11-28  0:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-24 11:58 [PATCH] arm64: dts: armada-3720-turris-mox: Add missing interrupt for RTC Pali Rohár
2022-09-24 14:36 ` Andrew Lunn
2022-10-09 11:48 ` Pali Rohár
2022-11-01 22:40   ` Pali Rohár
2022-11-27 23:59 ` Gregory CLEMENT

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).