[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20251216110113.1801245-4-hayashi.kunihiko@socionext.com>
Date: Tue, 16 Dec 2025 20:01:11 +0900
From: Kunihiko Hayashi <hayashi.kunihiko@...ionext.com>
To: Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Masami Hiramatsu <mhiramat@...nel.org>
Cc: devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org,
Kunihiko Hayashi <hayashi.kunihiko@...ionext.com>
Subject: [PATCH 3/5] ARM: dts: uniphier: Drop unit-address from port node of wm8960
The "port" node represents a logical connection and does not have a
reg property. According to dt-bindings, the "port" node should not use
unit-address. Rename "port@0" to "port" to remove warnings.
arch/arm/boot/dts/socionext/uniphier-pxs2-gentil.dtb: wm8960@1a (wlf,wm8960):
Unevaluated properties are not allowed ('port@0' was unexpected)
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@...ionext.com>
---
arch/arm/boot/dts/socionext/uniphier-pxs2-gentil.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/socionext/uniphier-pxs2-gentil.dts b/arch/arm/boot/dts/socionext/uniphier-pxs2-gentil.dts
index 5f18b926c50a..78653d4bec0b 100644
--- a/arch/arm/boot/dts/socionext/uniphier-pxs2-gentil.dts
+++ b/arch/arm/boot/dts/socionext/uniphier-pxs2-gentil.dts
@@ -68,7 +68,7 @@ wm8960@1a {
reg = <0x1a>;
#sound-dai-cells = <0>;
- port@0 {
+ port {
wm_speaker: endpoint {
dai-format = "i2s";
remote-endpoint = <&i2s_aux>;
--
2.34.1
Powered by blists - more mailing lists