linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: zynqmp: Fix GIC compatible property
@ 2020-02-25  9:00 Michal Simek
  2020-04-15  8:39 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2020-02-25  9:00 UTC (permalink / raw)
  To: linux-arm-kernel, git
  Cc: Durga Challa, Manish Narani, Mark Rutland, Michael Tretter,
	Nava kishore Manne, Rajan Vaja, Rob Herring, devicetree,
	linux-kernel

dtbs_check is showing warning around GIC compatible property as
interrupt-controller@f9010000: compatible: ['arm,gic-400', 'arm,cortex-a15-gic']
is not valid under any of the given schemas

Similar change has been done also by commit 5400cdc1410b
("ARM: dts: sunxi: Fix GIC compatible")

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
index 1ebb540624de..cde6025b7e24 100644
--- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
+++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
@@ -233,7 +233,7 @@ amba_apu: amba-apu@0 {
 		ranges = <0 0 0 0 0xffffffff>;
 
 		gic: interrupt-controller@f9010000 {
-			compatible = "arm,gic-400", "arm,cortex-a15-gic";
+			compatible = "arm,gic-400";
 			#interrupt-cells = <3>;
 			reg = <0x0 0xf9010000 0x10000>,
 			      <0x0 0xf9020000 0x20000>,
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm64: zynqmp: Fix GIC compatible property
  2020-02-25  9:00 [PATCH] arm64: zynqmp: Fix GIC compatible property Michal Simek
@ 2020-04-15  8:39 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2020-04-15  8:39 UTC (permalink / raw)
  To: Michal Simek, linux-arm-kernel, git
  Cc: Durga Challa, Manish Narani, Mark Rutland, Michael Tretter,
	Nava kishore Manne, Rajan Vaja, Rob Herring, devicetree,
	linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 1391 bytes --]

On 25. 02. 20 10:00, Michal Simek wrote:
> dtbs_check is showing warning around GIC compatible property as
> interrupt-controller@f9010000: compatible: ['arm,gic-400', 'arm,cortex-a15-gic']
> is not valid under any of the given schemas
> 
> Similar change has been done also by commit 5400cdc1410b
> ("ARM: dts: sunxi: Fix GIC compatible")
> 
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
> 
>  arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> index 1ebb540624de..cde6025b7e24 100644
> --- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> +++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> @@ -233,7 +233,7 @@ amba_apu: amba-apu@0 {
>  		ranges = <0 0 0 0 0xffffffff>;
>  
>  		gic: interrupt-controller@f9010000 {
> -			compatible = "arm,gic-400", "arm,cortex-a15-gic";
> +			compatible = "arm,gic-400";
>  			#interrupt-cells = <3>;
>  			reg = <0x0 0xf9010000 0x10000>,
>  			      <0x0 0xf9020000 0x20000>,
> 

Applied.
M

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-15  8:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-25  9:00 [PATCH] arm64: zynqmp: Fix GIC compatible property Michal Simek
2020-04-15  8:39 ` Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).