ARM64: dts: marvell: armada-37xx: Add clock resource for USB3

Now that clocks are available provide a clock resource for xhci node.

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
This commit is contained in:
Gregory CLEMENT 2017-03-08 18:33:14 +01:00
parent 86fcb2bca0
commit e4afb4804d
1 changed files with 1 additions and 0 deletions

View File

@ -201,6 +201,7 @@
"generic-xhci"; "generic-xhci";
reg = <0x58000 0x4000>; reg = <0x58000 0x4000>;
interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&sb_periph_clk 12>;
status = "disabled"; status = "disabled";
}; };