All of lore.kernel.org
 help / color / mirror / Atom feed
From: Icenowy Zheng <icenowy-ymACFijhrKM@public.gmane.org>
To: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Maxime Ripard
	<maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
	Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org,
	Icenowy Zheng <icenowy-ymACFijhrKM@public.gmane.org>
Subject: [PATCH v7 3/6] ARM: dts: sun8i: correct the GIC compatible in H3 to gic-400
Date: Mon,  6 Mar 2017 07:31:35 +0800	[thread overview]
Message-ID: <20170305233138.64574-4-icenowy@aosc.xyz> (raw)
In-Reply-To: <20170305233138.64574-1-icenowy-ymACFijhrKM@public.gmane.org>

According to the datasheets provided by Allwinner, both Allwinner H3 and
H5 use GIC-400 as their interrupt controller.

For better device tree reusing, correct the GIC compatible in H3 DTSI to
"arm,gic-400", thus this node can be reused in H5.

Signed-off-by: Icenowy Zheng <icenowy-ymACFijhrKM@public.gmane.org>
---
New patch extracted in v7.

 arch/arm/boot/dts/sun8i-h3.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/sun8i-h3.dtsi b/arch/arm/boot/dts/sun8i-h3.dtsi
index b250e6d03b57..c13fbfb92592 100644
--- a/arch/arm/boot/dts/sun8i-h3.dtsi
+++ b/arch/arm/boot/dts/sun8i-h3.dtsi
@@ -586,7 +586,7 @@
 		};
 
 		gic: interrupt-controller@01c81000 {
-			compatible = "arm,cortex-a7-gic", "arm,cortex-a15-gic";
+			compatible = "arm,gic-400";
 			reg = <0x01c81000 0x1000>,
 			      <0x01c82000 0x2000>,
 			      <0x01c84000 0x2000>,
-- 
2.11.1

WARNING: multiple messages have this Message-ID (diff)
From: icenowy@aosc.xyz (Icenowy Zheng)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v7 3/6] ARM: dts: sun8i: correct the GIC compatible in H3 to gic-400
Date: Mon,  6 Mar 2017 07:31:35 +0800	[thread overview]
Message-ID: <20170305233138.64574-4-icenowy@aosc.xyz> (raw)
In-Reply-To: <20170305233138.64574-1-icenowy@aosc.xyz>

According to the datasheets provided by Allwinner, both Allwinner H3 and
H5 use GIC-400 as their interrupt controller.

For better device tree reusing, correct the GIC compatible in H3 DTSI to
"arm,gic-400", thus this node can be reused in H5.

Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>
---
New patch extracted in v7.

 arch/arm/boot/dts/sun8i-h3.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/sun8i-h3.dtsi b/arch/arm/boot/dts/sun8i-h3.dtsi
index b250e6d03b57..c13fbfb92592 100644
--- a/arch/arm/boot/dts/sun8i-h3.dtsi
+++ b/arch/arm/boot/dts/sun8i-h3.dtsi
@@ -586,7 +586,7 @@
 		};
 
 		gic: interrupt-controller at 01c81000 {
-			compatible = "arm,cortex-a7-gic", "arm,cortex-a15-gic";
+			compatible = "arm,gic-400";
 			reg = <0x01c81000 0x1000>,
 			      <0x01c82000 0x2000>,
 			      <0x01c84000 0x2000>,
-- 
2.11.1

  parent reply	other threads:[~2017-03-05 23:31 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-05 23:31 [PATCH v7 0/6] Allwinner H5 and Orange Pi PC2 support Icenowy Zheng
2017-03-05 23:31 ` Icenowy Zheng
     [not found] ` <20170305233138.64574-1-icenowy-ymACFijhrKM@public.gmane.org>
2017-03-05 23:31   ` [PATCH v7 1/6] ARM: dts: sun8i: drop skeleton.dtsi inclusion in H3 DTSI Icenowy Zheng
2017-03-05 23:31     ` Icenowy Zheng
2017-03-06 10:35     ` Maxime Ripard
2017-03-06 10:35       ` Maxime Ripard
2017-03-06 10:35       ` Maxime Ripard
2017-03-06 10:46       ` Icenowy Zheng
2017-03-06 10:46         ` Icenowy Zheng
2017-03-06 10:48         ` [linux-sunxi] " Chen-Yu Tsai
2017-03-06 10:48           ` Chen-Yu Tsai
2017-03-06 10:48           ` Chen-Yu Tsai
2017-03-05 23:31   ` [PATCH v7 2/6] ARM: dts: sun8i: drop pinctrl-a10.h inclusion for " Icenowy Zheng
2017-03-05 23:31     ` Icenowy Zheng
2017-03-05 23:31   ` Icenowy Zheng [this message]
2017-03-05 23:31     ` [PATCH v7 3/6] ARM: dts: sun8i: correct the GIC compatible in H3 to gic-400 Icenowy Zheng
2017-03-05 23:31   ` [PATCH v7 4/6] arm: dts: sun8i: split Allwinner H3 .dtsi Icenowy Zheng
2017-03-05 23:31     ` Icenowy Zheng
2017-03-05 23:31   ` [PATCH v7 5/6] arm64: dts: allwinner: add Allwinner H5 .dtsi Icenowy Zheng
2017-03-05 23:31     ` Icenowy Zheng
2017-03-05 23:31   ` [PATCH v7 6/6] arm64: dts: sunxi: add support for the Orange Pi PC 2 board Icenowy Zheng
2017-03-05 23:31     ` Icenowy Zheng
2017-03-06 10:37     ` Maxime Ripard
2017-03-06 10:37       ` Maxime Ripard
2017-03-06 10:37       ` Maxime Ripard
2017-03-06 10:47       ` Icenowy Zheng
2017-03-06 10:47         ` Icenowy Zheng

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170305233138.64574-4-icenowy@aosc.xyz \
    --to=icenowy-ymacfijhrkm@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
    --cc=maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=wens-jdAy2FN1RRM@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.