From patchwork Thu Nov 13 11:00:05 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Griffin X-Patchwork-Id: 5295421 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 3656F9F2F1 for ; Thu, 13 Nov 2014 11:05:25 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 5F20D20120 for ; Thu, 13 Nov 2014 11:05:24 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 649F62009C for ; Thu, 13 Nov 2014 11:05:23 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Xos9r-0005av-OL; Thu, 13 Nov 2014 11:01:47 +0000 Received: from mail-wi0-f175.google.com ([209.85.212.175]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Xos9E-0004qv-1D for linux-arm-kernel@lists.infradead.org; Thu, 13 Nov 2014 11:01:08 +0000 Received: by mail-wi0-f175.google.com with SMTP id l15so3920515wiw.14 for ; Thu, 13 Nov 2014 03:00:45 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=yaTtyduWFgQ1wKBuqzUfhCOHwfwjFbVsw8dX+yXF6z4=; b=RIKOJ4CHXCmtNLrz4N3+CrhtWdR3DQ5ZRrLpcoLb2PJ5PNEG0MnsrwviuWyTrFRXWT /BbQfN2zlzxVPP9c9TijJOyopAiJ9WI8umCxeWkQj0jXDUGHudHVSCbitQWO9SNjLbK/ PAHWlPJoZpHqfrbRB3F5snh3brIxB9bBjy8LcuNojWu3qHu7BBunc+B23tHOHsFX0zio 2J7pRW68VR2aruey4t5qki9lb2QrEjSbzWL/rUly06x65avzHGFs1BTIRt6h4rM9DJss z6nXjBguz1LO/OCQCUXHVy5JsqWmikWfZGzpFF4b//ufnfRp6B7I1h92BjtEgKOnKlyD 8BoQ== X-Gm-Message-State: ALoCoQl6YiHI1ncnDAaiRfgxX+es5M7eV88hivXEtcvwGirKSm+qkaGyZvPQS3KMQoxDfyvROFnW X-Received: by 10.180.98.169 with SMTP id ej9mr2703667wib.1.1415876445258; Thu, 13 Nov 2014 03:00:45 -0800 (PST) Received: from localhost.localdomain (cpc14-aztw22-2-0-cust189.18-1.cable.virginm.net. [82.45.1.190]) by mx.google.com with ESMTPSA id p3sm35037554wjf.49.2014.11.13.03.00.42 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 13 Nov 2014 03:00:44 -0800 (PST) From: Peter Griffin To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, maxime.coquelin@st.com, srinivas.kandagatla@gmail.com, patrice.chotard@st.com, arnd@arndb.de Subject: [PATCH v2 02/14] ARM: STi: DT: STiH416: Add DT node for the stih415/6 usb2 phy Date: Thu, 13 Nov 2014 11:00:05 +0000 Message-Id: <1415876417-28728-3-git-send-email-peter.griffin@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1415876417-28728-1-git-send-email-peter.griffin@linaro.org> References: <1415876417-28728-1-git-send-email-peter.griffin@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141113_030108_250954_82BCBE14 X-CRM114-Status: UNSURE ( 8.21 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: peter.griffin@linaro.org, devicetree@vger.kernel.org, lee.jones@linaro.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This usb picophy is found on stih415/6 SoC. Signed-off-by: Peter Griffin --- arch/arm/boot/dts/stih416.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/stih416.dtsi b/arch/arm/boot/dts/stih416.dtsi index 1137bdf..321763b 100644 --- a/arch/arm/boot/dts/stih416.dtsi +++ b/arch/arm/boot/dts/stih416.dtsi @@ -316,5 +316,13 @@ status = "disabled"; }; + + usb2_phy: usb2phy@0 { + compatible = "st,stih416-usb-phy"; + #phy-cells = <0>; + st,syscfg = <&syscfg_rear>; + clocks = <&clk_sysin>; + clock-names = "osc_phy"; + }; }; };