From: Jiaxun Yang <jiaxun.yang@flygoat.com>
To: zhaoxiao <zhaoxiao@uniontech.com>,
robh+dt@kernel.org, tsbogend@alpha.franken.de
Cc: maoxiaochuan@loongson.cn, zhangqing@loongson.cn,
devicetree@vger.kernel.org, linux-mips@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/5] mips: dts: loongson: fix DTC unit name warnings
Date: Mon, 24 May 2021 14:37:17 +0800 [thread overview]
Message-ID: <b5e7ac2f-cd8b-507b-e9dc-4d3d174d1776@flygoat.com> (raw)
In-Reply-To: <a6343f728252e4134b01c2c5f63acba3b38bcdd5.1621586643.git.zhaoxiao@uniontech.com>
在 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@1fe00000/serial@1fe001e0: 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@1fe00000/serial@1fe001e8: simple-bus unit address format error, expected "1fe00110"
Acked-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
>
> Signed-off-by: zhaoxiao <zhaoxiao@uniontech.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@1fe001e0 {
> + cpu_uart0: serial@1fe00100 {
> compatible = "ns16550a";
> reg = <0 0x1fe00100 0x10>;
> clock-frequency = <100000000>;
> @@ -48,7 +48,7 @@
> no-loopback-test;
> };
>
> - cpu_uart1: serial@1fe001e8 {
> + cpu_uart1: serial@1fe00110 {
> status = "disabled";
> compatible = "ns16550a";
> reg = <0 0x1fe00110 0x10>;
next prev parent reply other threads:[~2021-05-24 6:37 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-21 9:40 [PATCH 0/5] mips: dts: loongson: fix DTC unit name warnings zhaoxiao
2021-05-21 9:40 ` [PATCH 1/5] " zhaoxiao
2021-05-24 6:07 ` zhaoxiao
2021-05-21 9:40 ` [PATCH 2/5] " zhaoxiao
2021-05-24 6:07 ` zhaoxiao
2021-05-24 6:37 ` Jiaxun Yang [this message]
2021-05-21 9:40 ` [PATCH 3/5] " zhaoxiao
2021-05-24 6:07 ` zhaoxiao
2021-05-21 9:40 ` [PATCH 4/5] " zhaoxiao
2021-05-24 6:07 ` zhaoxiao
2021-05-24 6:07 ` [PATCH 0/5] " zhaoxiao
2021-05-24 6:08 ` [PATCH 5/5] " zhaoxiao
2021-05-24 6:36 ` [PATCH 0/5] " Jiaxun Yang
2021-05-27 11:42 ` Thomas Bogendoerfer
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=b5e7ac2f-cd8b-507b-e9dc-4d3d174d1776@flygoat.com \
--to=jiaxun.yang@flygoat.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@vger.kernel.org \
--cc=maoxiaochuan@loongson.cn \
--cc=robh+dt@kernel.org \
--cc=tsbogend@alpha.franken.de \
--cc=zhangqing@loongson.cn \
--cc=zhaoxiao@uniontech.com \
/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