linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: zhaoxiao <zhaoxiao@uniontech.com>
To: robh+dt@kernel.org, tsbogend@alpha.franken.de
Cc: maoxiaochuan@loongson.cn, jiaxun.yang@flygoat.com,
	zhangqing@loongson.cn, devicetree@vger.kernel.org,
	linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org,
	zhaoxiao <zhaoxiao@uniontech.com>
Subject: [PATCH 4/5] mips: dts: loongson: fix DTC unit name warnings
Date: Mon, 24 May 2021 14:07:37 +0800	[thread overview]
Message-ID: <cbdf316ac85c9cdcb63929b2a8fa47f169077af2.1621586643.git.zhaoxiao@uniontech.com> (raw)
Message-ID: <20210524060737.39VZLH25il7d6fhyFfBjOT5bMwvFAuCTUqTxAo0NTRg@z> (raw)
In-Reply-To: <cover.1621586643.git.zhaoxiao@uniontech.com>

Fixes the following W=1 kernel build warning(s):
arch/mips/boot/dts/loongson/ls7a-pch.dtsi:410.7-415.5: Warning (unit_address_vs_reg): /bus@10000000/isa: node has a reg or ranges property, but no unit name
arch/mips/boot/dts/loongson/ls7a-pch.dtsi:410.7-415.5: Warning (simple_bus_reg): /bus@10000000/isa: simple-bus unit address format error, expected "18000000"

Signed-off-by: zhaoxiao <zhaoxiao@uniontech.com>
---
 arch/mips/boot/dts/loongson/ls7a-pch.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mips/boot/dts/loongson/ls7a-pch.dtsi b/arch/mips/boot/dts/loongson/ls7a-pch.dtsi
index f99a7a11fded..d66e1037fba5 100644
--- a/arch/mips/boot/dts/loongson/ls7a-pch.dtsi
+++ b/arch/mips/boot/dts/loongson/ls7a-pch.dtsi
@@ -407,7 +407,7 @@
 			};
 		};
 
-		isa {
+		isa@18000000 {
 			compatible = "isa";
 			#address-cells = <2>;
 			#size-cells = <1>;
-- 
2.20.1




  parent reply	other threads:[~2021-05-24  6:08 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
2021-05-21  9:40 ` [PATCH 3/5] " zhaoxiao
2021-05-24  6:07   ` zhaoxiao
2021-05-21  9:40 ` zhaoxiao [this message]
2021-05-24  6:07   ` [PATCH 4/5] " 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=cbdf316ac85c9cdcb63929b2a8fa47f169077af2.1621586643.git.zhaoxiao@uniontech.com \
    --to=zhaoxiao@uniontech.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jiaxun.yang@flygoat.com \
    --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 \
    /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;
as well as URLs for NNTP newsgroup(s).