arm64: dts: hisilicon: hip06: correct unit addresses
authorKrzysztof Kozlowski <krzk@kernel.org>
Tue, 2 Apr 2024 19:31:43 +0000 (21:31 +0200)
committerWei Xu <xuwei5@hisilicon.com>
Sat, 13 Apr 2024 01:50:47 +0000 (01:50 +0000)
Correct dsa and pcie unit addresses to fix dtc W=1 warnings:

  hip06.dtsi:439.23-571.5: Warning (simple_bus_reg): /soc/dsa@c7000000: simple-bus unit address format error, expected "c5000000"

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
arch/arm64/boot/dts/hisilicon/hip06.dtsi

index 249ca3b4b703124d9f0c5e0a476933950a8d4109..3d7285e6700e72479090ecfd6259ab15eb37e2f2 100644 (file)
                        };
                };
 
-               dsaf0: dsa@c7000000 {
+               dsaf0: dsa@c5000000 {
                        #address-cells = <1>;
                        #size-cells = <0>;
                        compatible = "hisilicon,hns-dsaf-v2";
                        status = "disabled";
                };
 
-               pcie0: pcie@a0090000 {
+               pcie0: pcie@b0000000 {
                        compatible = "hisilicon,hip06-pcie-ecam";
                        reg = <0 0xb0000000 0 0x2000000>,
                              <0 0xa0090000 0 0x10000>;