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] [day] [month] [year] [list]
Date:   Mon, 23 Jan 2023 13:45:26 -0600
From:   Dinh Nguyen <dinguyen@...nel.org>
To:     Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
        Rob Herring <robh+dt@...nel.org>,
        Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
        devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ARM: dts: socfpga: align UART node name with bindings



On 1/23/23 09:15, Krzysztof Kozlowski wrote:
> Bindings expect UART/serial node names to be "serial".
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
> ---
>   arch/arm/boot/dts/socfpga.dtsi         | 4 ++--
>   arch/arm/boot/dts/socfpga_arria10.dtsi | 4 ++--
>   arch/arm/boot/dts/socfpga_vt.dts       | 4 ++--
>   3 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi
> index 3fee80bbae21..4c1d140f40f8 100644
> --- a/arch/arm/boot/dts/socfpga.dtsi
> +++ b/arch/arm/boot/dts/socfpga.dtsi
> @@ -905,7 +905,7 @@ timer3: timer3@...01000 {
>   			reset-names = "timer";
>   		};
>   
> -		uart0: serial0@...02000 {
> +		uart0: serial@...02000 {
>   			compatible = "snps,dw-apb-uart";
>   			reg = <0xffc02000 0x1000>;
>   			interrupts = <0 162 4>;
> @@ -918,7 +918,7 @@ uart0: serial0@...02000 {
>   			resets = <&rst UART0_RESET>;
>   		};
>   
> -		uart1: serial1@...03000 {
> +		uart1: serial@...03000 {
>   			compatible = "snps,dw-apb-uart";
>   			reg = <0xffc03000 0x1000>;
>   			interrupts = <0 163 4>;
> diff --git a/arch/arm/boot/dts/socfpga_arria10.dtsi b/arch/arm/boot/dts/socfpga_arria10.dtsi
> index 3b2a2c9c6547..72c55e5187ca 100644
> --- a/arch/arm/boot/dts/socfpga_arria10.dtsi
> +++ b/arch/arm/boot/dts/socfpga_arria10.dtsi
> @@ -845,7 +845,7 @@ timer3: timer3@...00100 {
>   			reset-names = "timer";
>   		};
>   
> -		uart0: serial0@...02000 {
> +		uart0: serial@...02000 {
>   			compatible = "snps,dw-apb-uart";
>   			reg = <0xffc02000 0x100>;
>   			interrupts = <0 110 IRQ_TYPE_LEVEL_HIGH>;
> @@ -856,7 +856,7 @@ uart0: serial0@...02000 {
>   			status = "disabled";
>   		};
>   
> -		uart1: serial1@...02100 {
> +		uart1: serial@...02100 {
>   			compatible = "snps,dw-apb-uart";
>   			reg = <0xffc02100 0x100>;
>   			interrupts = <0 111 IRQ_TYPE_LEVEL_HIGH>;
> diff --git a/arch/arm/boot/dts/socfpga_vt.dts b/arch/arm/boot/dts/socfpga_vt.dts
> index 3d0d806888b7..845ab2cc5ce6 100644
> --- a/arch/arm/boot/dts/socfpga_vt.dts
> +++ b/arch/arm/boot/dts/socfpga_vt.dts
> @@ -57,11 +57,11 @@ timer3@...01000 {
>   			clock-frequency = <7000000>;
>   		};
>   
> -		serial0@...02000 {
> +		serial@...02000 {
>   			clock-frequency = <7372800>;
>   		};
>   
> -		serial1@...03000 {
> +		serial@...03000 {
>   			clock-frequency = <7372800>;
>   		};
>   

Applied!

Thanks,
Dinh

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ