From: Binbin Zhou <zhoubinbin@loongson.cn>
To: Yao Zi <me@ziyao.cc>, Binbin Zhou <zhoubb.aaron@gmail.com>,
Huacai Chen <chenhuacai@loongson.cn>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: Huacai Chen <chenhuacai@kernel.org>,
Xuerui Wang <kernel@xen0n.name>,
loongarch@lists.linux.dev, devicetree@vger.kernel.org,
Binbin Zhou <zhoubinbin@loongson.cn>
Subject: [PATCH v2 0/7] LoongArch: DTS: Fix dtbs_check warnings
Date: Fri, 19 Dec 2025 16:46:47 +0800 [thread overview]
Message-ID: <cover.1766037997.git.zhoubinbin@loongson.cn> (raw)
Hi all:
As Krzysztof pointed out in the OSS talk, LoongArch only has three DTS,
but has a bunch of warnings. The patchset attempts to fix them.
Patch-1 and patch-3 are taken from Yao[1],thanks a lot!
[1]: https://lore.kernel.org/all/20251209140006.54821-1-me@ziyao.cc/
Test environment and results:
Package Version
------------------------- -----------
attrs 25.4.0
dtschema 2025.12
jsonschema 4.25.1
jsonschema-specifications 2025.9.1
pip 25.3
pylibfdt 1.7.2.post1
referencing 0.37.0
rfc3987 1.3.8
rpds-py 0.30.0
ruamel.yaml 0.18.16
ruamel.yaml.clib 0.2.15
typing_extensions 4.15.0
---------
make dtbs_check W=1
SYNC include/config/auto.conf
UPD include/config/kernel.release
DTC [C] arch/loongarch/boot/dts/loongson-2k0500-ref.dtb
DTC [C] arch/loongarch/boot/dts/loongson-2k1000-ref.dtb
DTC [C] arch/loongarch/boot/dts/loongson-2k2000-ref.dtb
========
V2:
patch(1/7)(3/7):
- Add my own Signed-off-by tag;
patch(2/7):
- Define the value of #address-cells to 0;
patch(5/7):
- Set `#address-cells = <0>` to liointc0 node;
patch(7/7):
- Fix commit msg about `i2c@address`;
- Add Reviewed-by tag form Krzysztof, thanks.
Link to V1:
https://lore.kernel.org/all/cover.1765778124.git.zhoubinbin@loongson.cn/
Thanks.
Binbin
Binbin Zhou (5):
dt-bindings: interrupt-controller: loongson,pch-pic: Change to
unevaluatedProperties
LoongArch: dts: loongson-2k0500: Add default Extend I/O Interrupt
controller address cells
LoongArch: dts: loongson-2k1000: Add default Local I/O Interrupt
controller address cells
LoongArch: dts: loongson-2k2000: Add default PCH PIC controller
address cells
LoongArch: dts: loongson-2k1000: Fix i2c-gpio node names
Yao Zi (2):
dt-bindings: PCI: loongson: Document msi-parent property
LoongArch: dts: Describe PCI sideband IRQ through interrupt-extended
.../loongson,pch-pic.yaml | 10 +++++-
.../devicetree/bindings/pci/loongson.yaml | 2 ++
arch/loongarch/boot/dts/loongson-2k0500.dtsi | 1 +
arch/loongarch/boot/dts/loongson-2k1000.dtsi | 31 ++++++++---------
arch/loongarch/boot/dts/loongson-2k2000.dtsi | 33 ++++++++-----------
5 files changed, 38 insertions(+), 39 deletions(-)
base-commit: 4c2aab372d819471df4fec9e3240d80938fcc983
--
2.47.3
next reply other threads:[~2025-12-19 8:47 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-19 8:46 Binbin Zhou [this message]
2025-12-19 8:46 ` [PATCH v2 1/7] dt-bindings: PCI: loongson: Document msi-parent property Binbin Zhou
2025-12-19 8:46 ` [PATCH v2 2/7] dt-bindings: interrupt-controller: loongson,pch-pic: Change to unevaluatedProperties Binbin Zhou
2025-12-27 13:06 ` Huacai Chen
2025-12-29 23:49 ` Rob Herring
2025-12-30 2:55 ` Binbin Zhou
2025-12-19 8:46 ` [PATCH v2 3/7] LoongArch: dts: Describe PCI sideband IRQ through interrupt-extended Binbin Zhou
2025-12-19 8:47 ` [PATCH v2 4/7] LoongArch: dts: loongson-2k0500: Add default Extend I/O Interrupt controller address cells Binbin Zhou
2025-12-21 12:13 ` Huacai Chen
2025-12-30 7:38 ` Binbin Zhou
2025-12-31 10:09 ` Huacai Chen
2025-12-19 8:47 ` [PATCH v2 5/7] LoongArch: dts: loongson-2k1000: Add default Local " Binbin Zhou
2025-12-19 8:47 ` [PATCH v2 6/7] LoongArch: dts: loongson-2k2000: Add default PCH PIC " Binbin Zhou
2025-12-19 8:47 ` [PATCH v2 7/7] LoongArch: dts: loongson-2k1000: Fix i2c-gpio node names Binbin Zhou
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=cover.1766037997.git.zhoubinbin@loongson.cn \
--to=zhoubinbin@loongson.cn \
--cc=chenhuacai@kernel.org \
--cc=chenhuacai@loongson.cn \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=kernel@xen0n.name \
--cc=krzk+dt@kernel.org \
--cc=loongarch@lists.linux.dev \
--cc=me@ziyao.cc \
--cc=robh+dt@kernel.org \
--cc=zhoubb.aaron@gmail.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 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.