aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2017-11-29 13:36:10 -0500
committerKrzysztof Kozlowski <krzk@kernel.org>2017-12-04 11:45:44 -0500
commit6737b081409a4373e9d02c75aea7b916481e31b5 (patch)
treecfa1ee149d1cdc0ee9b689432ce2b063d999d771
parent528832d4c01a2b400775df95fe8d363cf4c5230f (diff)
ARM: dts: exynos: Add missing interrupt-controller properties to Exynos5410 PMU
PMU (system-controller@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@10040000 arch/arm/boot/dts/exynos5410-odroidxu.dtb: Warning (interrupts_property): Missing #interrupt-cells in interrupt-parent /soc/system-controller@10040000 Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
-rw-r--r--arch/arm/boot/dts/exynos5410.dtsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5410.dtsi b/arch/arm/boot/dts/exynos5410.dtsi
index c4dbc689e5cb..7b34970e6ac7 100644
--- a/arch/arm/boot/dts/exynos5410.dtsi
+++ b/arch/arm/boot/dts/exynos5410.dtsi
@@ -75,6 +75,9 @@
75 clock-names = "clkout16"; 75 clock-names = "clkout16";
76 clocks = <&fin_pll>; 76 clocks = <&fin_pll>;
77 #clock-cells = <1>; 77 #clock-cells = <1>;
78 interrupt-controller;
79 #interrupt-cells = <3>;
80 interrupt-parent = <&gic>;
78 }; 81 };
79 82
80 clock: clock-controller@10010000 { 83 clock: clock-controller@10010000 {