diff mbox series

[1/3] arm64: dts: realtek: rtd129x: add missing unit address to soc node

Message ID 20240401140912.97157-1-krzk@kernel.org (mailing list archive)
State New
Headers show
Series [1/3] arm64: dts: realtek: rtd129x: add missing unit address to soc node | expand

Commit Message

Krzysztof Kozlowski April 1, 2024, 2:09 p.m. UTC
"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(-)

Comments

Krzysztof Kozlowski April 24, 2024, 6:54 a.m. UTC | #1
On Mon, 01 Apr 2024 16:09:10 +0200, Krzysztof Kozlowski wrote:
> "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
> 
> 

Almost a month passed, no replies from maintainers about picking it up. Dunno,
looks abandoned, so let me grab this. If anyone else wants to pick it up, let
me know.

Applied, thanks!

[1/3] arm64: dts: realtek: rtd129x: add missing unit address to soc node
      https://git.kernel.org/krzk/linux-dt/c/9c1998bb182d7edbddf8bef66f87ea68f8b91d67
[2/3] arm64: dts: realtek: rtd139x: add missing unit address to soc node
      https://git.kernel.org/krzk/linux-dt/c/ed719eaa59f8bb0354dde2e37ece3e05239d0b1d
[3/3] arm64: dts: realtek: rtc16xx: add missing unit address to soc node
      https://git.kernel.org/krzk/linux-dt/c/bd54eff2c5272efeb91d37efd4d1af9270601028

Best regards,
diff mbox series

Patch

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>;