Commit 5e53525f authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Dinh Nguyen

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: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent 9fc0511a
...@@ -144,7 +144,7 @@ qspi_clk: qspi-clk { ...@@ -144,7 +144,7 @@ qspi_clk: qspi-clk {
}; };
}; };
soc { soc@0 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
compatible = "simple-bus"; compatible = "simple-bus";
......
...@@ -51,7 +51,7 @@ ref_033v: regulator-v-ref { ...@@ -51,7 +51,7 @@ ref_033v: regulator-v-ref {
regulator-max-microvolt = <330000>; regulator-max-microvolt = <330000>;
}; };
soc { soc@0 {
eccmgr { eccmgr {
sdmmca-ecc@ff8c8c00 { sdmmca-ecc@ff8c8c00 {
compatible = "altr,socfpga-s10-sdmmc-ecc", compatible = "altr,socfpga-s10-sdmmc-ecc",
......
...@@ -51,7 +51,7 @@ ref_033v: regulator-v-ref { ...@@ -51,7 +51,7 @@ ref_033v: regulator-v-ref {
regulator-max-microvolt = <330000>; regulator-max-microvolt = <330000>;
}; };
soc { soc@0 {
eccmgr { eccmgr {
sdmmca-ecc@ff8c8c00 { sdmmca-ecc@ff8c8c00 {
compatible = "altr,socfpga-s10-sdmmc-ecc", compatible = "altr,socfpga-s10-sdmmc-ecc",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment