diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2018-01-12 20:07:03 +0900 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2018-05-16 11:25:12 +0900 |
commit | 105e3d84e5683c590b04f8677f80797a1d0dce36 (patch) | |
tree | 0051b4bd24c77a77b57af8530f80357085015b0e /arch/arm/dts | |
parent | 631bacefb33bc50d9b1146215bdc7f0ba36915e7 (diff) |
ARM: dts: exynos5: add the interrupt-parent property
Add the interrupt-parent property as gic.
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: Anand Moon <linux.amoon@gmail.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r-- | arch/arm/dts/exynos5.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/exynos5.dtsi b/arch/arm/dts/exynos5.dtsi index 058794e29c..6102978aa4 100644 --- a/arch/arm/dts/exynos5.dtsi +++ b/arch/arm/dts/exynos5.dtsi @@ -10,6 +10,8 @@ / { compatible = "samsung,exynos5"; + interrupt-parent = <&gic>; + combiner: interrupt-controller@10440000 { compatible = "samsung,exynos4210-combiner"; #interrupt-cells = <2>; |