devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] arm64: dts: realtek: rtd129x: add missing unit address to soc node
@ 2024-04-01 14:09 Krzysztof Kozlowski
  2024-04-01 14:09 ` [PATCH 2/3] arm64: dts: realtek: rtd139x: " Krzysztof Kozlowski
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2024-04-01 14:09 UTC (permalink / raw)
  To: Andreas Färber, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, linux-arm-kernel, linux-realtek-soc, devicetree,
	linux-kernel
  Cc: Krzysztof Kozlowski

"soc" node has "ranges" property thus add matching unit address to fix
dtc W=1 warnings:

  rtd129x.dtsi:51.6-122.4: Warning (unit_address_vs_reg): /soc: node has a reg or ranges property, but no unit name

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 arch/arm64/boot/dts/realtek/rtd129x.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/realtek/rtd129x.dtsi b/arch/arm64/boot/dts/realtek/rtd129x.dtsi
index 39aefe66a794..ba50e292bdbb 100644
--- a/arch/arm64/boot/dts/realtek/rtd129x.dtsi
+++ b/arch/arm64/boot/dts/realtek/rtd129x.dtsi
@@ -48,7 +48,7 @@ osc27M: osc {
 		clock-output-names = "osc27M";
 	};
 
-	soc {
+	soc@0 {
 		compatible = "simple-bus";
 		#address-cells = <1>;
 		#size-cells = <1>;
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-04-24  6:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-01 14:09 [PATCH 1/3] arm64: dts: realtek: rtd129x: add missing unit address to soc node Krzysztof Kozlowski
2024-04-01 14:09 ` [PATCH 2/3] arm64: dts: realtek: rtd139x: " Krzysztof Kozlowski
2024-04-01 14:09 ` [PATCH 3/3] arm64: dts: realtek: rtc16xx: " Krzysztof Kozlowski
2024-04-24  6:54 ` [PATCH 1/3] arm64: dts: realtek: rtd129x: " Krzysztof Kozlowski

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).