* [PATCH] ARM: dts: exynos: Add missing interrupt-controller properties to Exynos5410 PMU
@ 2017-11-29 18:36 Krzysztof Kozlowski
2017-12-03 12:07 ` Krzysztof Kozlowski
0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2017-11-29 18:36 UTC (permalink / raw)
To: linux-arm-kernel
PMU (system-controller at 10040000) is used as interrupt-parent for certain
nodes thus it should be marked as interrupt-controller to silence
warnings when building Exynos5410-based DTBs:
arch/arm/boot/dts/exynos5410-odroidxu.dtb: Warning (interrupts_property):
Missing interrupt-controller or interrupt-map property in /soc/system-controller at 10040000
arch/arm/boot/dts/exynos5410-odroidxu.dtb: Warning (interrupts_property):
Missing #interrupt-cells in interrupt-parent /soc/system-controller at 10040000
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
arch/arm/boot/dts/exynos5410.dtsi | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/boot/dts/exynos5410.dtsi b/arch/arm/boot/dts/exynos5410.dtsi
index 06713ec86f0d..e234219fe8f1 100644
--- a/arch/arm/boot/dts/exynos5410.dtsi
+++ b/arch/arm/boot/dts/exynos5410.dtsi
@@ -75,6 +75,9 @@
clock-names = "clkout16";
clocks = <&fin_pll>;
#clock-cells = <1>;
+ interrupt-controller;
+ #interrupt-cells = <3>;
+ interrupt-parent = <&gic>;
};
clock: clock-controller at 10010000 {
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: dts: exynos: Add missing interrupt-controller properties to Exynos5410 PMU
2017-11-29 18:36 [PATCH] ARM: dts: exynos: Add missing interrupt-controller properties to Exynos5410 PMU Krzysztof Kozlowski
@ 2017-12-03 12:07 ` Krzysztof Kozlowski
0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Kozlowski @ 2017-12-03 12:07 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Nov 29, 2017 at 07:36:10PM +0100, Krzysztof Kozlowski wrote:
> PMU (system-controller at 10040000) is used as interrupt-parent for certain
> nodes thus it should be marked as interrupt-controller to silence
> warnings when building Exynos5410-based DTBs:
>
> arch/arm/boot/dts/exynos5410-odroidxu.dtb: Warning (interrupts_property):
> Missing interrupt-controller or interrupt-map property in /soc/system-controller at 10040000
> arch/arm/boot/dts/exynos5410-odroidxu.dtb: Warning (interrupts_property):
> Missing #interrupt-cells in interrupt-parent /soc/system-controller at 10040000
>
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
> arch/arm/boot/dts/exynos5410.dtsi | 3 +++
> 1 file changed, 3 insertions(+)
For the record, applied.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-12-03 12:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-29 18:36 [PATCH] ARM: dts: exynos: Add missing interrupt-controller properties to Exynos5410 PMU Krzysztof Kozlowski
2017-12-03 12:07 ` Krzysztof Kozlowski
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).