arm64: dts: realtek: rtd139x: add missing unit address to soc node

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

  rtd139x.dtsi:50.6-120.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>
Link: https://lore.kernel.org/r/20240401140912.97157-2-krzk@kernel.org
This commit is contained in:
Krzysztof Kozlowski
2024-04-01 16:09:11 +02:00
committed by Krzysztof Kozlowski
parent 9c1998bb18
commit ed719eaa59
+1 -1
View File
@@ -47,7 +47,7 @@
clock-output-names = "osc27M";
};
soc {
soc@0 {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;