Skip to content

Commit 5e53525

Browse files
krzkDinh Nguyen
authored andcommitted
arm64: dts: socfpga: stratix10: 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_stratix10.dtsi:128.6-636.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 9fc0511 commit 5e53525

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
};
145145
};
146146

147-
soc {
147+
soc@0 {
148148
#address-cells = <1>;
149149
#size-cells = <1>;
150150
compatible = "simple-bus";

arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
regulator-max-microvolt = <330000>;
5252
};
5353

54-
soc {
54+
soc@0 {
5555
eccmgr {
5656
sdmmca-ecc@ff8c8c00 {
5757
compatible = "altr,socfpga-s10-sdmmc-ecc",

arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
regulator-max-microvolt = <330000>;
5252
};
5353

54-
soc {
54+
soc@0 {
5555
eccmgr {
5656
sdmmca-ecc@ff8c8c00 {
5757
compatible = "altr,socfpga-s10-sdmmc-ecc",

0 commit comments

Comments
 (0)