From: Miquel Raynal Date: Tue, 8 Jan 2019 16:31:23 +0000 (+0100) Subject: arm64: dts: marvell: armada-37xx: fix SATA node scope X-Git-Tag: v5.1-rc1~157^2~27^2~13 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=d68def52498ebaca071da2b9fb3222f46262d89e;p=linux.git arm64: dts: marvell: armada-37xx: fix SATA node scope Fix the SATA IP memory area which is only 0x178 bytes long (from Marvell A3700 specification). Actually, starting from the offset 0xe0178, there is an area dedicated to the COMPHY driver. Suggested-by: Grzegorz Jaszczyk Signed-off-by: Miquel Raynal Signed-off-by: Gregory CLEMENT --- diff --git a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi index e05594ea15fb..6f5058a4f149 100644 --- a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi @@ -368,7 +368,7 @@ sdhci0: sdhci@d8000 { sata: sata@e0000 { compatible = "marvell,armada-3700-ahci"; - reg = <0xe0000 0x2000>; + reg = <0xe0000 0x178>; interrupts = ; status = "disabled"; };