linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: mvebu: add missing interrupt to 98dx4251 switch
       [not found] <20170420215814.6817-1-chris.packham@alliedtelesis.co.nz>
@ 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
  1 sibling, 0 replies; 2+ 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] 2+ messages in thread

* [PATCH 2/2] ARM: dts: mvebu: disable the rtc on 98dx3236 SoC
       [not found] <20170420215814.6817-1-chris.packham@alliedtelesis.co.nz>
  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
  1 sibling, 0 replies; 2+ 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] 2+ messages in thread

end of thread, other threads:[~2017-04-20 21:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20170420215814.6817-1-chris.packham@alliedtelesis.co.nz>
2017-04-20 21:58 ` [PATCH 1/2] ARM: dts: mvebu: add missing interrupt to 98dx4251 switch Chris Packham
2017-04-20 21:58 ` [PATCH 2/2] ARM: dts: mvebu: disable the rtc on 98dx3236 SoC Chris Packham

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