aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Raynal <[email protected]>2018-12-04 20:28:30 +0100
committerGregory CLEMENT <[email protected]>2019-02-06 12:17:56 +0100
commit02967b85b3ea0c09b8276f1a84933768409e34cc (patch)
treecf09e4e63593e99a187a1b10e7b8cd1dd8eeea60
parentd68def52498ebaca071da2b9fb3222f46262d89e (diff)
arm64: dts: marvell: armada-37xx: declare SATA clock
The SATA IP get its clock from the north-bridge. Signed-off-by: Miquel Raynal <[email protected]> Signed-off-by: Gregory CLEMENT <[email protected]>
-rw-r--r--arch/arm64/boot/dts/marvell/armada-37xx.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
index 6f5058a4f149..e832ea597a16 100644
--- a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
+++ b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
@@ -370,6 +370,7 @@
compatible = "marvell,armada-3700-ahci";
reg = <0xe0000 0x178>;
interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&nb_periph_clk 1>;
status = "disabled";
};