[U-Boot] [PATCH 2/2] ARM: dts: exynos5: add the interrupt-parent property
Jaehoon Chung
jh80.chung at samsung.com
Fri Jan 12 11:07:03 UTC 2018
Add the interrupt-parent property as gic.
Signed-off-by: Jaehoon Chung <jh80.chung at samsung.com>
---
arch/arm/dts/exynos5.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/dts/exynos5.dtsi b/arch/arm/dts/exynos5.dtsi
index 8b725c0ddc..19e0d0a45a 100644
--- a/arch/arm/dts/exynos5.dtsi
+++ b/arch/arm/dts/exynos5.dtsi
@@ -11,6 +11,8 @@
/ {
compatible = "samsung,exynos5";
+ interrupt-parent = <&gic>;
+
combiner: interrupt-controller at 10440000 {
compatible = "samsung,exynos4210-combiner";
#interrupt-cells = <2>;
--
2.15.1
More information about the U-Boot
mailing list