From 825dd50f59537d8f301061a9638ed1805c5fdeb7 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Sat, 16 Mar 2019 20:46:20 +1300 Subject: ARM: mvebu: use correct name for pcie controller MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When armada-385.dtsi was sync'd from Linux the name of the node describing the pcie controller was changed from pcie-controller to pcie. Some of the boards that include armada-385.dtsi were missed in the update retaining the old name. This updates the affected boards. Reported-by: Влад Мао Signed-off-by: Chris Packham Signed-off-by: Stefan Roese --- arch/arm/dts/armada-388-gp.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/dts/armada-388-gp.dts') diff --git a/arch/arm/dts/armada-388-gp.dts b/arch/arm/dts/armada-388-gp.dts index 7bc878f5a9..d5ad2fd7e2 100644 --- a/arch/arm/dts/armada-388-gp.dts +++ b/arch/arm/dts/armada-388-gp.dts @@ -234,7 +234,7 @@ }; }; - pcie-controller { + pcie { status = "okay"; /* * One PCIe units is accessible through -- cgit