Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754097Ab3ISNG0 (ORCPT ); Thu, 19 Sep 2013 09:06:26 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:57939 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753659Ab3ISNGW (ORCPT ); Thu, 19 Sep 2013 09:06:22 -0400 From: Roger Quadros To: , , CC: , , , , , , , Roger Quadros Subject: [RFC PATCH 03/15] ARM: dts: omap5: Add clocks to usb3_phy node Date: Thu, 19 Sep 2013 16:05:31 +0300 Message-ID: <1379595943-14622-4-git-send-email-rogerq@ti.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1379595943-14622-1-git-send-email-rogerq@ti.com> References: <1379595943-14622-1-git-send-email-rogerq@ti.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 965 Lines: 30 The pipe3-phy driver expects certain named clocks. Provide the necessary clocks. CC: Benoit Cousson Signed-off-by: Roger Quadros --- arch/arm/boot/dts/omap5.dtsi | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index 576b06a..97f361a 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi @@ -677,6 +677,8 @@ <0x4a084c00 0x40>; reg-names = "phy_rx", "phy_tx", "pll_ctrl"; ctrl-module = <&omap_control_usb3phy>; + clocks = <&usb_phy_cm_clk32k>, <&sys_clkin>; + clock-names = "wkupclk", "sysclk"; #phy-cells = <0>; }; }; -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/