summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPali Rohár <[email protected]>2021-05-26 17:59:36 +0200
committerStefan Roese <[email protected]>2021-06-04 11:32:41 +0200
commita544d65f1ddf0a14c49ca137aea1f2407edddb4c (patch)
treeb5ad0e2833ced8518e4f3f5885c8029d2c866929 /arch
parent7b85aefd4ba502158aceae44c1d03eb853bf89be (diff)
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 <[email protected]> Reviewed-by: Marek Behún <[email protected]> Reviewed-by: Stefan Roese <[email protected]>
Diffstat (limited to 'arch')
-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 a1052add0cc..b7d325b4057 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>;