lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <f943a6ba-2040-4b78-8c90-cb6ee1d13c38@monstr.eu>
Date:   Wed, 15 Apr 2020 10:39:48 +0200
From:   Michal Simek <monstr@...str.eu>
To:     Michal Simek <michal.simek@...inx.com>,
        linux-arm-kernel@...ts.infradead.org, git@...inx.com
Cc:     Durga Challa <vnsl.durga.challa@...inx.com>,
        Manish Narani <manish.narani@...inx.com>,
        Mark Rutland <mark.rutland@....com>,
        Michael Tretter <m.tretter@...gutronix.de>,
        Nava kishore Manne <nava.manne@...inx.com>,
        Rajan Vaja <rajan.vaja@...inx.com>,
        Rob Herring <robh+dt@...nel.org>, devicetree@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] arm64: zynqmp: Fix GIC compatible property

On 25. 02. 20 10:00, Michal Simek wrote:
> dtbs_check is showing warning around GIC compatible property as
> interrupt-controller@...10000: 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@...inx.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@...10000 {
> -			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




Download attachment "signature.asc" of type "application/pgp-signature" (196 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ