From: Dinh Nguyen <dinguyen@kernel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ARM: dts: socfpga: align UART node name with bindings
Date: Mon, 23 Jan 2023 13:45:26 -0600 [thread overview]
Message-ID: <a20b8bd0-b1c9-d2ec-155f-d8e78cd76b1a@kernel.org> (raw)
In-Reply-To: <20230123151521.369188-1-krzysztof.kozlowski@linaro.org>
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@linaro.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@ffd01000 {
> reset-names = "timer";
> };
>
> - uart0: serial0@ffc02000 {
> + uart0: serial@ffc02000 {
> compatible = "snps,dw-apb-uart";
> reg = <0xffc02000 0x1000>;
> interrupts = <0 162 4>;
> @@ -918,7 +918,7 @@ uart0: serial0@ffc02000 {
> resets = <&rst UART0_RESET>;
> };
>
> - uart1: serial1@ffc03000 {
> + uart1: serial@ffc03000 {
> 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@ffd00100 {
> reset-names = "timer";
> };
>
> - uart0: serial0@ffc02000 {
> + uart0: serial@ffc02000 {
> compatible = "snps,dw-apb-uart";
> reg = <0xffc02000 0x100>;
> interrupts = <0 110 IRQ_TYPE_LEVEL_HIGH>;
> @@ -856,7 +856,7 @@ uart0: serial0@ffc02000 {
> status = "disabled";
> };
>
> - uart1: serial1@ffc02100 {
> + uart1: serial@ffc02100 {
> 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@ffd01000 {
> clock-frequency = <7000000>;
> };
>
> - serial0@ffc02000 {
> + serial@ffc02000 {
> clock-frequency = <7372800>;
> };
>
> - serial1@ffc03000 {
> + serial@ffc03000 {
> clock-frequency = <7372800>;
> };
>
Applied!
Thanks,
Dinh
prev parent reply other threads:[~2023-01-23 19:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-23 15:15 Krzysztof Kozlowski
2023-01-23 19:45 ` Dinh Nguyen [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a20b8bd0-b1c9-d2ec-155f-d8e78cd76b1a@kernel.org \
--to=dinguyen@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®