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] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 17 Feb 2022 21:11:20 +0530
From:   Kishon Vijay Abraham I <kishon@...com>
To:     Aswath Govindraju <a-govindraju@...com>
CC:     Keerthy <j-keerthy@...com>, Nishanth Menon <nm@...com>,
        Vignesh Raghavendra <vigneshr@...com>,
        Tero Kristo <kristo@...nel.org>,
        Rob Herring <robh+dt@...nel.org>,
        <linux-arm-kernel@...ts.infradead.org>,
        <devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] arm64: dts: ti: k3-j721s2-mcu-wakeup: Fix the
 interrupt-parent for wkup_gpioX instances



On 03/02/22 6:56 pm, Aswath Govindraju wrote:
> From: Keerthy <j-keerthy@...com>
> 
> The interrupt-parent for wkup_gpioX instances are wrongly assigned as
> main_gpio_intr instead of wkup_gpio_intr. Fix it.
> 
> Fixes: b8545f9d3a54 ("arm64: dts: ti: Add initial support for J721S2 SoC")
> Signed-off-by: Keerthy <j-keerthy@...com>
> Signed-off-by: Aswath Govindraju <a-govindraju@...com>

Reviewed-by: Kishon Vijay Abraham I <kishon@...com>
> ---
>  arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi
> index 7521963719ff..6c5c02edb375 100644
> --- a/arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi
> +++ b/arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi
> @@ -108,7 +108,7 @@
>  		reg = <0x00 0x42110000 0x00 0x100>;
>  		gpio-controller;
>  		#gpio-cells = <2>;
> -		interrupt-parent = <&main_gpio_intr>;
> +		interrupt-parent = <&wkup_gpio_intr>;
>  		interrupts = <103>, <104>, <105>, <106>, <107>, <108>;
>  		interrupt-controller;
>  		#interrupt-cells = <2>;
> @@ -124,7 +124,7 @@
>  		reg = <0x00 0x42100000 0x00 0x100>;
>  		gpio-controller;
>  		#gpio-cells = <2>;
> -		interrupt-parent = <&main_gpio_intr>;
> +		interrupt-parent = <&wkup_gpio_intr>;
>  		interrupts = <112>, <113>, <114>, <115>, <116>, <117>;
>  		interrupt-controller;
>  		#interrupt-cells = <2>;
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ