diff mbox series

[U-Boot,2/2] ARM: dts: exynos5: add the interrupt-parent property

Message ID 20180112110703.5216-2-jh80.chung@samsung.com
State Accepted
Commit 105e3d84e5683c590b04f8677f80797a1d0dce36
Delegated to: Minkyu Kang
Headers show
Series [U-Boot,1/2] ARM: dts: exynos5: remove the duplicated nodes | expand

Commit Message

Jaehoon Chung Jan. 12, 2018, 11:07 a.m. UTC
Add the interrupt-parent property as gic.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
---
 arch/arm/dts/exynos5.dtsi | 2 ++
 1 file changed, 2 insertions(+)

Comments

Anand Moon Jan. 15, 2018, 11:49 a.m. UTC | #1
Hi Jaehoo,

On 12 January 2018 at 16:37, Jaehoon Chung <jh80.chung@samsung.com> wrote:
> Add the interrupt-parent property as gic.
>
> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
> ---
Please add my

Reviewed-by: Anand Moon <linux.amoon@gmail.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@10440000 {
>                 compatible = "samsung,exynos4210-combiner";
>                 #interrupt-cells = <2>;
> --
> 2.15.1
>
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> https://lists.denx.de/listinfo/u-boot
Minkyu Kang May 16, 2018, 2:31 a.m. UTC | #2
Hi,

2018년 1월 15일 (월) 20:50, Anand Moon <linux.amoon@gmail.com>님이 작성:

> Hi Jaehoo,
>
> On 12 January 2018 at 16:37, Jaehoon Chung <jh80.chung@samsung.com> wrote:
> > Add the interrupt-parent property as gic.
> >
> > Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
> > ---
> Please add my
>
> Reviewed-by: Anand Moon <linux.amoon@gmail.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@10440000 {
> >                 compatible = "samsung,exynos4210-combiner";
> >                 #interrupt-cells = <2>;
> > --
> > 2.15.1
> >
> > _______________________________________________
> > U-Boot mailing list
> > U-Boot@lists.denx.de
> > https://lists.denx.de/listinfo/u-boot
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> https://lists.denx.de/listinfo/u-boot


applied to u-boot-samsung.

Thanks,
Minkyu Kang.
diff mbox series

Patch

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@10440000 {
 		compatible = "samsung,exynos4210-combiner";
 		#interrupt-cells = <2>;