diff mbox series

arm64: zynqmp: Fix GIC compatible property

Message ID a50412fbb520954e4602f274f19a7ffbd1154ead.1582621224.git.michal.simek@xilinx.com (mailing list archive)
State Mainlined
Commit 818227321d331c583c4563a8275eb187b98475df
Headers show
Series arm64: zynqmp: Fix GIC compatible property | expand

Commit Message

Michal Simek Feb. 25, 2020, 9 a.m. UTC
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(-)

Comments

Michal Simek April 15, 2020, 8:39 a.m. UTC | #1
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
diff mbox series

Patch

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>,