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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 11 Mar 2019 09:52:41 +0000
From:   <Nicolas.Ferre@...rochip.com>
To:     <david.engraf@...go.com>, <robh+dt@...nel.org>,
        <mark.rutland@....com>, <Ludovic.Desroches@...rochip.com>,
        <alexandre.belloni@...tlin.com>
CC:     <devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
        <linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH] ARM: dts: at91: Fix typo in ISC_D0 on PC9

On 11/03/2019 at 08:57, David Engraf wrote:
> The function argument for the ISC_D0 on PC9 was incorrect. According to
> the documentation it should be 'C' aka 3.
> 
> Signed-off-by: David Engraf <david.engraf@...go.com>

Reviewed-by: Nicolas Ferre <nicolas.ferre@...rochip.com>

Fixes: 7f16cb676c00 ("ARM: at91/dt: add sama5d2 pinmux")
Cc: <stable@...r.kernel.org> # v4.4+

> ---
>   arch/arm/boot/dts/sama5d2-pinfunc.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/sama5d2-pinfunc.h b/arch/arm/boot/dts/sama5d2-pinfunc.h
> index 1c01a6f843d8..28a2e45752fe 100644
> --- a/arch/arm/boot/dts/sama5d2-pinfunc.h
> +++ b/arch/arm/boot/dts/sama5d2-pinfunc.h
> @@ -518,7 +518,7 @@
>   #define PIN_PC9__GPIO			PINMUX_PIN(PIN_PC9, 0, 0)
>   #define PIN_PC9__FIQ			PINMUX_PIN(PIN_PC9, 1, 3)
>   #define PIN_PC9__GTSUCOMP		PINMUX_PIN(PIN_PC9, 2, 1)
> -#define PIN_PC9__ISC_D0			PINMUX_PIN(PIN_PC9, 2, 1)
> +#define PIN_PC9__ISC_D0			PINMUX_PIN(PIN_PC9, 3, 1)
>   #define PIN_PC9__TIOA4			PINMUX_PIN(PIN_PC9, 4, 2)
>   #define PIN_PC10			74
>   #define PIN_PC10__GPIO			PINMUX_PIN(PIN_PC10, 0, 0)
> 


-- 
Nicolas Ferre

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ