Commit 14431365 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Wei Xu

arm64: dts: hisilicon: hip07: correct unit addresses

Correct several nodes' unit addresses to fix dtc W=1 warnings:

  arch/arm64/boot/dts/hisilicon/hip07.dtsi:1382.23-1520.5: Warning (simple_bus_reg): /soc/dsa@c7000000: simple-bus unit address format error, expected "c5000000"
  arch/arm64/boot/dts/hisilicon/hip07.dtsi:1727.29-1747.5: Warning (simple_bus_reg): /soc/pcie@a00a0000: simple-bus unit address format error, expected "af800000"
  arch/arm64/boot/dts/hisilicon/hip07.dtsi:1748.29-1788.5: Warning (simple_bus_reg): /soc/crypto@d2000000: simple-bus unit address format error, expected "d0000000"
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarWei Xu <xuwei5@hisilicon.com>
parent 352b1d18
...@@ -1379,7 +1379,7 @@ phy1: ethernet-phy@1 { ...@@ -1379,7 +1379,7 @@ phy1: ethernet-phy@1 {
}; };
}; };
dsaf0: dsa@c7000000 { dsaf0: dsa@c5000000 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
compatible = "hisilicon,hns-dsaf-v2"; compatible = "hisilicon,hns-dsaf-v2";
...@@ -1724,7 +1724,7 @@ sas2: sas@a3000000 { ...@@ -1724,7 +1724,7 @@ sas2: sas@a3000000 {
status = "disabled"; status = "disabled";
}; };
p0_pcie2_a: pcie@a00a0000 { p0_pcie2_a: pcie@af800000 {
compatible = "hisilicon,hip07-pcie-ecam"; compatible = "hisilicon,hip07-pcie-ecam";
reg = <0 0xaf800000 0 0x800000>, reg = <0 0xaf800000 0 0x800000>,
<0 0xa00a0000 0 0x10000>; <0 0xa00a0000 0 0x10000>;
...@@ -1745,7 +1745,7 @@ p0_pcie2_a: pcie@a00a0000 { ...@@ -1745,7 +1745,7 @@ p0_pcie2_a: pcie@a00a0000 {
0x0 0 0 4 &mbigen_pcie2_a 671 4>; 0x0 0 0 4 &mbigen_pcie2_a 671 4>;
status = "disabled"; status = "disabled";
}; };
p0_sec_a: crypto@d2000000 { p0_sec_a: crypto@d0000000 {
compatible = "hisilicon,hip07-sec"; compatible = "hisilicon,hip07-sec";
reg = <0x0 0xd0000000 0x0 0x10000>, reg = <0x0 0xd0000000 0x0 0x10000>,
<0x0 0xd2000000 0x0 0x10000>, <0x0 0xd2000000 0x0 0x10000>,
...@@ -1786,7 +1786,7 @@ p0_sec_a: crypto@d2000000 { ...@@ -1786,7 +1786,7 @@ p0_sec_a: crypto@d2000000 {
<605 1>, <606 4>, <605 1>, <606 4>,
<607 1>, <608 4>; <607 1>, <608 4>;
}; };
p0_sec_b: crypto@8,d2000000 { p0_sec_b: crypto@8d0000000 {
compatible = "hisilicon,hip07-sec"; compatible = "hisilicon,hip07-sec";
reg = <0x8 0xd0000000 0x0 0x10000>, reg = <0x8 0xd0000000 0x0 0x10000>,
<0x8 0xd2000000 0x0 0x10000>, <0x8 0xd2000000 0x0 0x10000>,
...@@ -1827,7 +1827,7 @@ p0_sec_b: crypto@8,d2000000 { ...@@ -1827,7 +1827,7 @@ p0_sec_b: crypto@8,d2000000 {
<605 1>, <606 4>, <605 1>, <606 4>,
<607 1>, <608 4>; <607 1>, <608 4>;
}; };
p1_sec_a: crypto@400,d2000000 { p1_sec_a: crypto@400d0000000 {
compatible = "hisilicon,hip07-sec"; compatible = "hisilicon,hip07-sec";
reg = <0x400 0xd0000000 0x0 0x10000>, reg = <0x400 0xd0000000 0x0 0x10000>,
<0x400 0xd2000000 0x0 0x10000>, <0x400 0xd2000000 0x0 0x10000>,
...@@ -1868,7 +1868,7 @@ p1_sec_a: crypto@400,d2000000 { ...@@ -1868,7 +1868,7 @@ p1_sec_a: crypto@400,d2000000 {
<605 1>, <606 4>, <605 1>, <606 4>,
<607 1>, <608 4>; <607 1>, <608 4>;
}; };
p1_sec_b: crypto@408,d2000000 { p1_sec_b: crypto@408d0000000 {
compatible = "hisilicon,hip07-sec"; compatible = "hisilicon,hip07-sec";
reg = <0x408 0xd0000000 0x0 0x10000>, reg = <0x408 0xd0000000 0x0 0x10000>,
<0x408 0xd2000000 0x0 0x10000>, <0x408 0xd2000000 0x0 0x10000>,
......
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