From patchwork Tue Mar 19 14:27:00 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roger Quadros X-Patchwork-Id: 2301041 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id BBD76DFB79 for ; Tue, 19 Mar 2013 14:29:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756327Ab3CSO1b (ORCPT ); Tue, 19 Mar 2013 10:27:31 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:53269 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755420Ab3CSO13 (ORCPT ); Tue, 19 Mar 2013 10:27:29 -0400 Received: from dlelxv30.itg.ti.com ([172.17.2.17]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id r2JERAN6002036; Tue, 19 Mar 2013 09:27:10 -0500 Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dlelxv30.itg.ti.com (8.13.8/8.13.8) with ESMTP id r2JERADI007467; Tue, 19 Mar 2013 09:27:10 -0500 Received: from dlelxv22.itg.ti.com (172.17.1.197) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.2.342.3; Tue, 19 Mar 2013 09:27:10 -0500 Received: from localhost.localdomain (h112-117.vpn.ti.com [172.24.112.117]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id r2JER1Ct025611; Tue, 19 Mar 2013 09:27:08 -0500 From: Roger Quadros To: , CC: , , , , , , , , Subject: [PATCH 2/2] ARM: dts: omap4-panda: Provide PHY clock information Date: Tue, 19 Mar 2013 16:27:00 +0200 Message-ID: <1363703220-4777-3-git-send-email-rogerq@ti.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1363703220-4777-1-git-send-email-rogerq@ti.com> References: <1363703220-4777-1-git-send-email-rogerq@ti.com> MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org The USB PHY needs AUXCLK3 to operate. Provide this information in the device tree. Signed-off-by: Roger Quadros --- arch/arm/boot/dts/omap4-panda.dts | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap4-panda.dts b/arch/arm/boot/dts/omap4-panda.dts index cfc7683..2cd369b 100644 --- a/arch/arm/boot/dts/omap4-panda.dts +++ b/arch/arm/boot/dts/omap4-panda.dts @@ -85,6 +85,8 @@ compatible = "usb-nop-xceiv"; reset-supply = <&hsusb1_reset>; vcc-supply = <&hsusb1_power>; + clocks = <&aux_clks 3>; + clock-names = "main_clk"; clock-frequency = <19200000>; }; };