From: Gregory CLEMENT Date: Wed, 9 Nov 2016 23:24:44 +0000 (+0100) Subject: ARM: dts: armada-375: Fixup pcie DT warnings X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5eacabfe946b4b4e38f61b1a81195ba782be50ad;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git ARM: dts: armada-375: Fixup pcie DT warnings PCIe has a range property, so the unit name should contain an address. Signed-off-by: Gregory CLEMENT --- diff --git a/arch/arm/boot/dts/armada-375.dtsi b/arch/arm/boot/dts/armada-375.dtsi index 97b663d83fb6..8eabcc15cb8a 100644 --- a/arch/arm/boot/dts/armada-375.dtsi +++ b/arch/arm/boot/dts/armada-375.dtsi @@ -580,7 +580,7 @@ }; }; - pciec: pcie-controller { + pciec: pcie-controller@82000000 { compatible = "marvell,armada-370-pcie"; status = "disabled"; device_type = "pci";