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, 24 May 2021 14:37:17 +0800
From:   Jiaxun Yang <jiaxun.yang@...goat.com>
To:     zhaoxiao <zhaoxiao@...ontech.com>, robh+dt@...nel.org,
        tsbogend@...ha.franken.de
Cc:     maoxiaochuan@...ngson.cn, zhangqing@...ngson.cn,
        devicetree@...r.kernel.org, linux-mips@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/5] mips: dts: loongson: fix DTC unit name warnings



在 2021/5/24 14:07, zhaoxiao 写道:
> Fixes the following W=1 kernel build warning(s):
> arch/mips/boot/dts/loongson/loongson64g-package.dtsi:42.30-49.5: Warning (simple_bus_reg): /bus@...00000/serial@...001e0: simple-bus unit address format error, expected "1fe00100"
> arch/mips/boot/dts/loongson/loongson64g-package.dtsi:51.30-59.5: Warning (simple_bus_reg): /bus@...00000/serial@...001e8: simple-bus unit address format error, expected "1fe00110"

Acked-by: Jiaxun Yang <jiaxun.yang@...goat.com>

>
> Signed-off-by: zhaoxiao <zhaoxiao@...ontech.com>
> ---
>   arch/mips/boot/dts/loongson/loongson64g-package.dtsi | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/mips/boot/dts/loongson/loongson64g-package.dtsi b/arch/mips/boot/dts/loongson/loongson64g-package.dtsi
> index 38abc570cd82..d4314f62ccc2 100644
> --- a/arch/mips/boot/dts/loongson/loongson64g-package.dtsi
> +++ b/arch/mips/boot/dts/loongson/loongson64g-package.dtsi
> @@ -39,7 +39,7 @@
>   
>   		};
>   
> -		cpu_uart0: serial@...001e0 {
> +		cpu_uart0: serial@...00100 {
>   			compatible = "ns16550a";
>   			reg = <0 0x1fe00100 0x10>;
>   			clock-frequency = <100000000>;
> @@ -48,7 +48,7 @@
>   			no-loopback-test;
>   		};
>   
> -		cpu_uart1: serial@...001e8 {
> +		cpu_uart1: serial@...00110 {
>   			status = "disabled";
>   			compatible = "ns16550a";
>   			reg = <0 0x1fe00110 0x10>;

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ