Skip to content

Commit 9c1998b

Browse files
committed
arm64: dts: realtek: rtd129x: add missing unit address to soc node
"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> Link: https://lore.kernel.org/r/20240401140912.97157-1-krzk@kernel.org
1 parent 6325289 commit 9c1998b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

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

0 commit comments

Comments
 (0)