From: Baruch Siach <baruch@tkos.co.il>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ARM: dts: cx92755: align UART node name with bindings
Date: Mon, 23 Jan 2023 17:34:04 +0200 [thread overview]
Message-ID: <87k01d8dt4.fsf@tarshish> (raw)
In-Reply-To: <20230123151527.369285-1-krzysztof.kozlowski@linaro.org>
Hi Krzysztof,
On Mon, Jan 23 2023, Krzysztof Kozlowski wrote:
> Bindings expect UART/serial node names to be "serial".
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Baruch Siach <baruch@tkos.co.il>
Thanks,
baruch
> ---
> arch/arm/boot/dts/cx92755.dtsi | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/boot/dts/cx92755.dtsi b/arch/arm/boot/dts/cx92755.dtsi
> index d2e8f36f8c60..227675fbe820 100644
> --- a/arch/arm/boot/dts/cx92755.dtsi
> +++ b/arch/arm/boot/dts/cx92755.dtsi
> @@ -107,7 +107,7 @@ uc_regs: syscon@f00003a0 {
> reg = <0xf00003a0 0x10>;
> };
>
> - uart0: uart@f0000740 {
> + uart0: serial@f0000740 {
> compatible = "cnxt,cx92755-usart";
> reg = <0xf0000740 0x20>;
> clocks = <&main_clk>;
> @@ -115,7 +115,7 @@ uart0: uart@f0000740 {
> status = "disabled";
> };
>
> - uart1: uart@f0000760 {
> + uart1: serial@f0000760 {
> compatible = "cnxt,cx92755-usart";
> reg = <0xf0000760 0x20>;
> clocks = <&main_clk>;
> @@ -123,7 +123,7 @@ uart1: uart@f0000760 {
> status = "disabled";
> };
>
> - uart2: uart@f0000780 {
> + uart2: serial@f0000780 {
> compatible = "cnxt,cx92755-usart";
> reg = <0xf0000780 0x20>;
> clocks = <&main_clk>;
--
~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Baruch Siach <baruch@tkos.co.il>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ARM: dts: cx92755: align UART node name with bindings
Date: Mon, 23 Jan 2023 17:34:04 +0200 [thread overview]
Message-ID: <87k01d8dt4.fsf@tarshish> (raw)
In-Reply-To: <20230123151527.369285-1-krzysztof.kozlowski@linaro.org>
Hi Krzysztof,
On Mon, Jan 23 2023, Krzysztof Kozlowski wrote:
> Bindings expect UART/serial node names to be "serial".
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Baruch Siach <baruch@tkos.co.il>
Thanks,
baruch
> ---
> arch/arm/boot/dts/cx92755.dtsi | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/boot/dts/cx92755.dtsi b/arch/arm/boot/dts/cx92755.dtsi
> index d2e8f36f8c60..227675fbe820 100644
> --- a/arch/arm/boot/dts/cx92755.dtsi
> +++ b/arch/arm/boot/dts/cx92755.dtsi
> @@ -107,7 +107,7 @@ uc_regs: syscon@f00003a0 {
> reg = <0xf00003a0 0x10>;
> };
>
> - uart0: uart@f0000740 {
> + uart0: serial@f0000740 {
> compatible = "cnxt,cx92755-usart";
> reg = <0xf0000740 0x20>;
> clocks = <&main_clk>;
> @@ -115,7 +115,7 @@ uart0: uart@f0000740 {
> status = "disabled";
> };
>
> - uart1: uart@f0000760 {
> + uart1: serial@f0000760 {
> compatible = "cnxt,cx92755-usart";
> reg = <0xf0000760 0x20>;
> clocks = <&main_clk>;
> @@ -123,7 +123,7 @@ uart1: uart@f0000760 {
> status = "disabled";
> };
>
> - uart2: uart@f0000780 {
> + uart2: serial@f0000780 {
> compatible = "cnxt,cx92755-usart";
> reg = <0xf0000780 0x20>;
> clocks = <&main_clk>;
--
~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
next prev parent reply other threads:[~2023-01-23 15:52 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-23 15:15 [PATCH] ARM: dts: cx92755: align UART node name with bindings Krzysztof Kozlowski
2023-01-23 15:15 ` Krzysztof Kozlowski
2023-01-23 15:34 ` Baruch Siach [this message]
2023-01-23 15:34 ` Baruch Siach
2023-01-25 10:39 ` Krzysztof Kozlowski
2023-01-25 10:39 ` Krzysztof Kozlowski
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=87k01d8dt4.fsf@tarshish \
--to=baruch@tkos.co.il \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.