Commit 02967b85 authored by Miquel Raynal's avatar Miquel Raynal Committed by Gregory CLEMENT

arm64: dts: marvell: armada-37xx: declare SATA clock

The SATA IP get its clock from the north-bridge.
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent d68def52
...@@ -370,6 +370,7 @@ sata: sata@e0000 { ...@@ -370,6 +370,7 @@ sata: sata@e0000 {
compatible = "marvell,armada-3700-ahci"; compatible = "marvell,armada-3700-ahci";
reg = <0xe0000 0x178>; reg = <0xe0000 0x178>;
interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&nb_periph_clk 1>;
status = "disabled"; status = "disabled";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment