All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: dts: mvebu: dts updates for 98dx3236/98dx4251
@ 2017-04-20 21:58 Chris Packham
  2017-04-20 21:58   ` Chris Packham
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Chris Packham @ 2017-04-20 21:58 UTC (permalink / raw)
  To: linux-arm-kernel

A couple of minor updates for the 98dx3236 and 98dx4251.

Chris Packham (2):
  ARM: dts: mvebu: add missing interrupt to 98dx4251 switch
  ARM: dts: mvebu: disable the rtc on 98dx3236 SoC

 arch/arm/boot/dts/armada-xp-98dx3236.dtsi | 4 ++++
 arch/arm/boot/dts/armada-xp-98dx4251.dtsi | 1 +
 2 files changed, 5 insertions(+)

-- 
2.11.0.24.ge6920cf

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

* [PATCH 1/2] ARM: dts: mvebu: add missing interrupt to 98dx4251 switch
@ 2017-04-20 21:58   ` Chris Packham
  0 siblings, 0 replies; 8+ messages in thread
From: Chris Packham @ 2017-04-20 21:58 UTC (permalink / raw)
  To: gregory.clement, linux-arm-kernel
  Cc: Chris Packham, Jason Cooper, Andrew Lunn, Sebastian Hesselbarth,
	Rob Herring, Mark Rutland, Russell King, devicetree,
	linux-kernel

The 98dx4251 has 4 interrupts for the packet processor whereas the
98dx3236 and 98dx3336 only have 3.

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
---
 arch/arm/boot/dts/armada-xp-98dx4251.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/armada-xp-98dx4251.dtsi b/arch/arm/boot/dts/armada-xp-98dx4251.dtsi
index 51de91b31a9d..bc9f824020eb 100644
--- a/arch/arm/boot/dts/armada-xp-98dx4251.dtsi
+++ b/arch/arm/boot/dts/armada-xp-98dx4251.dtsi
@@ -87,4 +87,5 @@
 
 &pp0 {
 	compatible = "marvell,prestera-98dx4251";
+	interrupts = <33>, <34>, <35>, <36>;
 };
-- 
2.11.0.24.ge6920cf

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

* [PATCH 1/2] ARM: dts: mvebu: add missing interrupt to 98dx4251 switch
@ 2017-04-20 21:58   ` Chris Packham
  0 siblings, 0 replies; 8+ messages in thread
From: Chris Packham @ 2017-04-20 21:58 UTC (permalink / raw)
  To: gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
  Cc: Chris Packham, Jason Cooper, Andrew Lunn, Sebastian Hesselbarth,
	Rob Herring, Mark Rutland, Russell King,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

The 98dx4251 has 4 interrupts for the packet processor whereas the
98dx3236 and 98dx3336 only have 3.

Signed-off-by: Chris Packham <chris.packham-6g8wRflRTwXFdCa3tKVlE6U/zSkkHjvu@public.gmane.org>
---
 arch/arm/boot/dts/armada-xp-98dx4251.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/armada-xp-98dx4251.dtsi b/arch/arm/boot/dts/armada-xp-98dx4251.dtsi
index 51de91b31a9d..bc9f824020eb 100644
--- a/arch/arm/boot/dts/armada-xp-98dx4251.dtsi
+++ b/arch/arm/boot/dts/armada-xp-98dx4251.dtsi
@@ -87,4 +87,5 @@
 
 &pp0 {
 	compatible = "marvell,prestera-98dx4251";
+	interrupts = <33>, <34>, <35>, <36>;
 };
-- 
2.11.0.24.ge6920cf

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH 1/2] ARM: dts: mvebu: add missing interrupt to 98dx4251 switch
@ 2017-04-20 21:58   ` Chris Packham
  0 siblings, 0 replies; 8+ messages in thread
From: Chris Packham @ 2017-04-20 21:58 UTC (permalink / raw)
  To: linux-arm-kernel

The 98dx4251 has 4 interrupts for the packet processor whereas the
98dx3236 and 98dx3336 only have 3.

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
---
 arch/arm/boot/dts/armada-xp-98dx4251.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/armada-xp-98dx4251.dtsi b/arch/arm/boot/dts/armada-xp-98dx4251.dtsi
index 51de91b31a9d..bc9f824020eb 100644
--- a/arch/arm/boot/dts/armada-xp-98dx4251.dtsi
+++ b/arch/arm/boot/dts/armada-xp-98dx4251.dtsi
@@ -87,4 +87,5 @@
 
 &pp0 {
 	compatible = "marvell,prestera-98dx4251";
+	interrupts = <33>, <34>, <35>, <36>;
 };
-- 
2.11.0.24.ge6920cf

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

* [PATCH 2/2] ARM: dts: mvebu: disable the rtc on 98dx3236 SoC
@ 2017-04-20 21:58   ` Chris Packham
  0 siblings, 0 replies; 8+ messages in thread
From: Chris Packham @ 2017-04-20 21:58 UTC (permalink / raw)
  To: gregory.clement, linux-arm-kernel
  Cc: Chris Packham, Jason Cooper, Andrew Lunn, Sebastian Hesselbarth,
	Rob Herring, Mark Rutland, Russell King, devicetree,
	linux-kernel

There is no rtc for the 98dx3236 and derivative SoCs. Disable the rtc
node inherited from the armada-370-xp base.

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
---
 arch/arm/boot/dts/armada-xp-98dx3236.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/armada-xp-98dx3236.dtsi b/arch/arm/boot/dts/armada-xp-98dx3236.dtsi
index 84cc232a29e9..be22ec5236ac 100644
--- a/arch/arm/boot/dts/armada-xp-98dx3236.dtsi
+++ b/arch/arm/boot/dts/armada-xp-98dx3236.dtsi
@@ -311,6 +311,10 @@
 	reg = <0x20a00 0x2d0>, <0x21070 0x58>;
 };
 
+&rtc {
+	status = "disabled";
+};
+
 &timer {
 	compatible = "marvell,armada-xp-timer";
 	clocks = <&coreclk 2>, <&refclk>;
-- 
2.11.0.24.ge6920cf

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

* [PATCH 2/2] ARM: dts: mvebu: disable the rtc on 98dx3236 SoC
@ 2017-04-20 21:58   ` Chris Packham
  0 siblings, 0 replies; 8+ messages in thread
From: Chris Packham @ 2017-04-20 21:58 UTC (permalink / raw)
  To: gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
  Cc: Chris Packham, Jason Cooper, Andrew Lunn, Sebastian Hesselbarth,
	Rob Herring, Mark Rutland, Russell King,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

There is no rtc for the 98dx3236 and derivative SoCs. Disable the rtc
node inherited from the armada-370-xp base.

Signed-off-by: Chris Packham <chris.packham-6g8wRflRTwXFdCa3tKVlE6U/zSkkHjvu@public.gmane.org>
---
 arch/arm/boot/dts/armada-xp-98dx3236.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/armada-xp-98dx3236.dtsi b/arch/arm/boot/dts/armada-xp-98dx3236.dtsi
index 84cc232a29e9..be22ec5236ac 100644
--- a/arch/arm/boot/dts/armada-xp-98dx3236.dtsi
+++ b/arch/arm/boot/dts/armada-xp-98dx3236.dtsi
@@ -311,6 +311,10 @@
 	reg = <0x20a00 0x2d0>, <0x21070 0x58>;
 };
 
+&rtc {
+	status = "disabled";
+};
+
 &timer {
 	compatible = "marvell,armada-xp-timer";
 	clocks = <&coreclk 2>, <&refclk>;
-- 
2.11.0.24.ge6920cf

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH 2/2] ARM: dts: mvebu: disable the rtc on 98dx3236 SoC
@ 2017-04-20 21:58   ` Chris Packham
  0 siblings, 0 replies; 8+ messages in thread
From: Chris Packham @ 2017-04-20 21:58 UTC (permalink / raw)
  To: linux-arm-kernel

There is no rtc for the 98dx3236 and derivative SoCs. Disable the rtc
node inherited from the armada-370-xp base.

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
---
 arch/arm/boot/dts/armada-xp-98dx3236.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/armada-xp-98dx3236.dtsi b/arch/arm/boot/dts/armada-xp-98dx3236.dtsi
index 84cc232a29e9..be22ec5236ac 100644
--- a/arch/arm/boot/dts/armada-xp-98dx3236.dtsi
+++ b/arch/arm/boot/dts/armada-xp-98dx3236.dtsi
@@ -311,6 +311,10 @@
 	reg = <0x20a00 0x2d0>, <0x21070 0x58>;
 };
 
+&rtc {
+	status = "disabled";
+};
+
 &timer {
 	compatible = "marvell,armada-xp-timer";
 	clocks = <&coreclk 2>, <&refclk>;
-- 
2.11.0.24.ge6920cf

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

* [PATCH 0/2] ARM: dts: mvebu: dts updates for 98dx3236/98dx4251
  2017-04-20 21:58 [PATCH 0/2] ARM: dts: mvebu: dts updates for 98dx3236/98dx4251 Chris Packham
  2017-04-20 21:58   ` Chris Packham
  2017-04-20 21:58   ` Chris Packham
@ 2017-05-23 14:03 ` Gregory CLEMENT
  2 siblings, 0 replies; 8+ messages in thread
From: Gregory CLEMENT @ 2017-05-23 14:03 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Chris,
 
 On jeu., avril 20 2017, Chris Packham <chris.packham@alliedtelesis.co.nz> wrote:

> A couple of minor updates for the 98dx3236 and 98dx4251.
>
> Chris Packham (2):
>   ARM: dts: mvebu: add missing interrupt to 98dx4251 switch
>   ARM: dts: mvebu: disable the rtc on 98dx3236 SoC


both patches applied on mvebu/dt

Thanks,

Gregory

>
>  arch/arm/boot/dts/armada-xp-98dx3236.dtsi | 4 ++++
>  arch/arm/boot/dts/armada-xp-98dx4251.dtsi | 1 +
>  2 files changed, 5 insertions(+)
>
> -- 
> 2.11.0.24.ge6920cf
>

-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

end of thread, other threads:[~2017-05-23 14:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-20 21:58 [PATCH 0/2] ARM: dts: mvebu: dts updates for 98dx3236/98dx4251 Chris Packham
2017-04-20 21:58 ` [PATCH 1/2] ARM: dts: mvebu: add missing interrupt to 98dx4251 switch Chris Packham
2017-04-20 21:58   ` Chris Packham
2017-04-20 21:58   ` Chris Packham
2017-04-20 21:58 ` [PATCH 2/2] ARM: dts: mvebu: disable the rtc on 98dx3236 SoC Chris Packham
2017-04-20 21:58   ` Chris Packham
2017-04-20 21:58   ` Chris Packham
2017-05-23 14:03 ` [PATCH 0/2] ARM: dts: mvebu: dts updates for 98dx3236/98dx4251 Gregory CLEMENT

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.