Skip to content

Commit bd54eff

Browse files
committed
arm64: dts: realtek: rtc16xx: add missing unit address to soc node
"soc" node has "ranges" property thus add matching unit address to fix dtc W=1 warnings: rtd16xx.dtsi:130.6-198.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-3-krzk@kernel.org
1 parent ed719ea commit bd54eff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/realtek/rtd16xx.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
#clock-cells = <0>;
128128
};
129129

130-
soc {
130+
soc@0 {
131131
compatible = "simple-bus";
132132
#address-cells = <1>;
133133
#size-cells = <1>;

0 commit comments

Comments
 (0)