summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2021-05-26 17:59:36 +0200
committerStefan Roese <sr@denx.de>2021-06-04 11:32:41 +0200
commita544d65f1ddf0a14c49ca137aea1f2407edddb4c (patch)
treeb5ad0e2833ced8518e4f3f5885c8029d2c866929 /arch/arm
parent7b85aefd4ba502158aceae44c1d03eb853bf89be (diff)
downloadu-boot-a544d65f1ddf0a14c49ca137aea1f2407edddb4c.tar.gz
u-boot-a544d65f1ddf0a14c49ca137aea1f2407edddb4c.tar.xz
u-boot-a544d65f1ddf0a14c49ca137aea1f2407edddb4c.zip
arm: a37xx: pci: Fix DT compatible string to Linux' DT compatible
Change DT compatible string for A3700 PCIe from 'marvell,armada-37xx-pcie' to 'marvell,armada-3700-pcie' to make U-Boot A3700 PCIe DT node compatible with Linux' DT node. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Marek Behún <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/dts/armada-37xx.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/armada-37xx.dtsi b/arch/arm/dts/armada-37xx.dtsi
index a1052add0c..b7d325b405 100644
--- a/arch/arm/dts/armada-37xx.dtsi
+++ b/arch/arm/dts/armada-37xx.dtsi
@@ -323,7 +323,7 @@
};
pcie0: pcie@d0070000 {
- compatible = "marvell,armada-37xx-pcie";
+ compatible = "marvell,armada-3700-pcie";
reg = <0 0xd0070000 0 0x20000>;
#address-cells = <3>;
#size-cells = <2>;