Skip to content

Commit 68d550d

Browse files
krzkDinh Nguyen
authored andcommitted
arm64: dts: socfpga: agilex: add unit address to soc node
The "soc" node has ranges with addresses, so it is should have unit address to fix dtc W=1 warnings like: socfpga_agilex.dtsi:152.6-674.4: Warning (unit_address_vs_reg): /soc: node has a reg or ranges property, but no unit name Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
1 parent 23c3ebe commit 68d550d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm64/boot/dts/intel/socfpga_agilex.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
compatible = "usb-nop-xceiv";
150150
};
151151

152-
soc {
152+
soc@0 {
153153
#address-cells = <1>;
154154
#size-cells = <1>;
155155
compatible = "simple-bus";

arch/arm64/boot/dts/intel/socfpga_agilex_n6000.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
reg = <0 0x80000000 0 0>;
2727
};
2828

29-
soc {
29+
soc@0 {
3030
bus@80000000 {
3131
compatible = "simple-bus";
3232
reg = <0x80000000 0x60000000>,

arch/arm64/boot/dts/intel/socfpga_n5x_socdk.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
reg = <0 0x80000000 0 0>;
2626
};
2727

28-
soc {
28+
soc@0 {
2929
sdram_edac: memory-controller@f87f8000 {
3030
compatible = "snps,ddrc-3.80a";
3131
reg = <0xf87f8000 0x400>;

0 commit comments

Comments
 (0)