From e4afb4804ddce1306607dfcf913abed90b97c862 Mon Sep 17 00:00:00 2001 From: Gregory CLEMENT Date: Wed, 8 Mar 2017 18:33:14 +0100 Subject: [PATCH] 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 --- 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 4c7ff32..2a4e8db 100644 --- a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi @@ -201,6 +201,7 @@ "generic-xhci"; reg = <0x58000 0x4000>; interrupts = ; + clocks = <&sb_periph_clk 12>; status = "disabled"; }; -- 2.7.4