diff mbox series

[v3,6/7] ARM64: dts: marvell: armada-37xx: declare SATA clock

Message ID 20181204192831.12440-7-miquel.raynal@bootlin.com (mailing list archive)
State Not Applicable, archived
Headers show
Series Bring suspend to RAM support to MVEBU SATA | expand

Commit Message

Miquel Raynal Dec. 4, 2018, 7:28 p.m. UTC
The SATA IP get its clock from the north-bridge.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
---
 arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 1 +
 1 file changed, 1 insertion(+)

Comments

Gregory CLEMENT Feb. 6, 2019, 9:46 a.m. UTC | #1
Hi Miquel,
 
 On mar., déc. 04 2018, Miquel Raynal <miquel.raynal@bootlin.com> wrote:

> The SATA IP get its clock from the north-bridge.
>
> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>

Applied to mvebu/dt64

Thanks,

Gregory
> ---
>  arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
> index 036d6fd6c9ef..65bf774516ec 100644
> --- a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
> +++ b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
> @@ -389,6 +389,7 @@
>  				compatible = "marvell,armada-3700-ahci";
>  				reg = <0xe0000 0x178>;
>  				interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
> +				clocks = <&nb_periph_clk 1>;
>  				status = "disabled";
>  			};
>  
> -- 
> 2.19.1
>
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
index 036d6fd6c9ef..65bf774516ec 100644
--- a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
+++ b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
@@ -389,6 +389,7 @@ 
 				compatible = "marvell,armada-3700-ahci";
 				reg = <0xe0000 0x178>;
 				interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
+				clocks = <&nb_periph_clk 1>;
 				status = "disabled";
 			};