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:   Tue, 15 Nov 2022 15:47:08 -0500
From:   Jesse Taube <mr.bossman075@...il.com>
To:     Giulio Benetti <giulio.benetti@...ettiengineering.com>,
        devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
        linux-kernel@...r.kernel.org, linux-clk@...r.kernel.org
Cc:     Rob Herring <robh+dt@...nel.org>,
        Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
        Shawn Guo <shawnguo@...nel.org>,
        Sascha Hauer <s.hauer@...gutronix.de>,
        Pengutronix Kernel Team <kernel@...gutronix.de>,
        Fabio Estevam <festevam@...il.com>,
        NXP Linux Team <linux-imx@....com>,
        Abel Vesa <abelvesa@...nel.org>,
        Michael Turquette <mturquette@...libre.com>,
        Stephen Boyd <sboyd@...nel.org>,
        Bough Chen <haibo.chen@....com>
Subject: Re: [PATCH v2 4/4] ARM: dts: imx: prepend a 0 in the memory address
 to make it clear it's 32MB



On 11/15/22 14:32, Giulio Benetti wrote:
> Cc: Jesse Taube <mr.bossman075@...il.com>
> Signed-off-by: Giulio Benetti <giulio.benetti@...ettiengineering.com>
Again I'm not sure if this is necessary but I think there should be a 
commit description. Otherwise
Acked-by: Jesse Taube <mr.bossman075@...il.com>
> ---
> V1->V2:
> * nothing done
> ---
>   arch/arm/boot/dts/imxrt1050-evk.dts | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/imxrt1050-evk.dts b/arch/arm/boot/dts/imxrt1050-evk.dts
> index 1d339f48899f..3de392d014fe 100644
> --- a/arch/arm/boot/dts/imxrt1050-evk.dts
> +++ b/arch/arm/boot/dts/imxrt1050-evk.dts
> @@ -28,7 +28,7 @@ aliases {
>   
>   	memory@...00000 {
>   		device_type = "memory";
> -		reg = <0x80000000 0x2000000>;
> +		reg = <0x80000000 0x02000000>;
>   	};
>   
>   	panel {

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ