From patchwork Fri Nov 7 11:57:44 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Griffin X-Patchwork-Id: 5251771 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 391A5C11AC for ; Fri, 7 Nov 2014 12:01:38 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 8147C2012E for ; Fri, 7 Nov 2014 12:01:37 +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 BBC92200E9 for ; Fri, 7 Nov 2014 12:01:36 +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 1XmiCH-0007eW-IR; Fri, 07 Nov 2014 11:59:21 +0000 Received: from mail-wi0-f169.google.com ([209.85.212.169]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XmiBc-0007Gs-1b for linux-arm-kernel@lists.infradead.org; Fri, 07 Nov 2014 11:58:40 +0000 Received: by mail-wi0-f169.google.com with SMTP id n3so4142970wiv.2 for ; Fri, 07 Nov 2014 03:58:20 -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=zWniE00FrKLpakXYzl3Wz2pFcyXxQ2QNTE8wBUrv3ys=; b=MRzfvEhmn+BDmMcpHI8m3lxFz3eQnhi8mejD3dKCqEBpchEf6N0BBpVLb/sscI+H7k Rqxtcjvg0GM2gyDuzIvX149+Kqn1gKjrIPHDgKETcotGI7QAs4akzx9oFBQocOZdunnd ZZ+SPgp0IFAEbiro+Sgz17EpMvKbgYMarRCriAf9ABMAj9N2IZ57G6h5sRnD2AR4Vi3o uzBg6Ioy7lHUpz6dzEDk52Tqbgw/7aH3c6XTfY1fFRC9ziNL3yeIgBjTOFFTba6CJ7Ar ME5gJEleh4vCJwa4lE/MStXZ8Ox0A7BPw95qmliZe9rrJ7xZYK0Sfu01Q1I0xs8Fd1t8 w/BA== X-Gm-Message-State: ALoCoQkvQjJgTijdODc4fY9ROCG90p8dCB4LaQueaBEz/IDC9ksI7+yU+0oDlGG7fAnO3QlJ2IiB X-Received: by 10.180.96.106 with SMTP id dr10mr4248516wib.70.1415361500343; Fri, 07 Nov 2014 03:58:20 -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 dw9sm1793500wib.0.2014.11.07.03.58.18 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 07 Nov 2014 03:58:19 -0800 (PST) From: Peter Griffin To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, srinivas.kandagatla@gmail.com, maxime.coquelin@st.com, patrice.chotard@st.com Subject: [PATCH 02/13] ARM: STi: DT: STiH416: Add DT node for the stih415/6 usb2 phy Date: Fri, 7 Nov 2014 11:57:44 +0000 Message-Id: <1415361475-6218-3-git-send-email-peter.griffin@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1415361475-6218-1-git-send-email-peter.griffin@linaro.org> References: <1415361475-6218-1-git-send-email-peter.griffin@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141107_035840_235251_07D0E967 X-CRM114-Status: UNSURE ( 8.30 ) 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=-2.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, 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 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/stih416.dtsi b/arch/arm/boot/dts/stih416.dtsi index 1137bdf..0f3019a 100644 --- a/arch/arm/boot/dts/stih416.dtsi +++ b/arch/arm/boot/dts/stih416.dtsi @@ -316,5 +316,14 @@ 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"; + + }; }; };