devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: socfpga: add missing interrupt-parent
@ 2018-01-10 21:04 Arnd Bergmann
  2018-01-11 14:35 ` Dinh Nguyen
  0 siblings, 1 reply; 3+ messages in thread
From: Arnd Bergmann @ 2018-01-10 21:04 UTC (permalink / raw)
  To: Dinh Nguyen
  Cc: Mark Rutland, devicetree, arm, Arnd Bergmann, Alan Tull,
	Catalin Marinas, Will Deacon, linux-kernel, Rob Herring,
	linux-arm-kernel

The PMU node has no working interrupt, as shown by this dtc warning:

arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dtb: Warning (interrupts_property): Missing interrupt-parent for /pmu

This adds an interrupt-parent property so we can correct parse
that interrupt number.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
If this looks ok, I'd apply it directly to the fixes branch
for 4.15, as the warning is one that was introduced in this
release.
---
 arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
index 7c9bdc7ab50b..9db19314c60c 100644
--- a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
+++ b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
@@ -66,6 +66,7 @@
 				     <&cpu1>,
 				     <&cpu2>,
 				     <&cpu3>;
+		interrupt-parent = <&intc>;
 	};
 
 	psci {
-- 
2.9.0

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

* Re: [PATCH] arm64: dts: socfpga: add missing interrupt-parent
  2018-01-10 21:04 [PATCH] arm64: dts: socfpga: add missing interrupt-parent Arnd Bergmann
@ 2018-01-11 14:35 ` Dinh Nguyen
  2018-01-12  1:56   ` Olof Johansson
  0 siblings, 1 reply; 3+ messages in thread
From: Dinh Nguyen @ 2018-01-11 14:35 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: arm, Rob Herring, Mark Rutland, Catalin Marinas, Will Deacon,
	Alan Tull, devicetree, linux-arm-kernel, linux-kernel



On 01/10/2018 03:04 PM, Arnd Bergmann wrote:
> The PMU node has no working interrupt, as shown by this dtc warning:
> 
> arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dtb: Warning (interrupts_property): Missing interrupt-parent for /pmu
> 
> This adds an interrupt-parent property so we can correct parse
> that interrupt number.
> 
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> ---
> If this looks ok, I'd apply it directly to the fixes branch
> for 4.15, as the warning is one that was introduced in this
> release.

Acked-by: Dinh Nguyen <dinguyen@kernel.org>

Yes, please feel free to apply it. And thanks alot!

Dinh

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

* Re: [PATCH] arm64: dts: socfpga: add missing interrupt-parent
  2018-01-11 14:35 ` Dinh Nguyen
@ 2018-01-12  1:56   ` Olof Johansson
  0 siblings, 0 replies; 3+ messages in thread
From: Olof Johansson @ 2018-01-12  1:56 UTC (permalink / raw)
  To: Dinh Nguyen
  Cc: Arnd Bergmann, arm, Rob Herring, Mark Rutland, Catalin Marinas,
	Will Deacon, Alan Tull, devicetree, linux-arm-kernel,
	linux-kernel

On Thu, Jan 11, 2018 at 08:35:58AM -0600, Dinh Nguyen wrote:
> 
> 
> On 01/10/2018 03:04 PM, Arnd Bergmann wrote:
> > The PMU node has no working interrupt, as shown by this dtc warning:
> > 
> > arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dtb: Warning (interrupts_property): Missing interrupt-parent for /pmu
> > 
> > This adds an interrupt-parent property so we can correct parse
> > that interrupt number.
> > 
> > Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> > ---
> > If this looks ok, I'd apply it directly to the fixes branch
> > for 4.15, as the warning is one that was introduced in this
> > release.
> 
> Acked-by: Dinh Nguyen <dinguyen@kernel.org>
> 
> Yes, please feel free to apply it. And thanks alot!

Applied.


-Olof

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

end of thread, other threads:[~2018-01-12  1:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-10 21:04 [PATCH] arm64: dts: socfpga: add missing interrupt-parent Arnd Bergmann
2018-01-11 14:35 ` Dinh Nguyen
2018-01-12  1:56   ` Olof Johansson

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