Skip to content

Commit ed719ea

Browse files
committed
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
1 parent 9c1998b commit ed719ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
clock-output-names = "osc27M";
4848
};
4949

50-
soc {
50+
soc@0 {
5151
compatible = "simple-bus";
5252
#address-cells = <1>;
5353
#size-cells = <1>;

0 commit comments

Comments
 (0)