From patchwork Mon Aug 12 18:23:08 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dongjin Kim X-Patchwork-Id: 2843240 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 88CE9BF547 for ; Mon, 12 Aug 2013 18:23:51 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id B5CBB20578 for ; Mon, 12 Aug 2013 18:23:50 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2ED6E20575 for ; Mon, 12 Aug 2013 18:23:49 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V8wmQ-0002Ly-LZ; Mon, 12 Aug 2013 18:23:46 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1V8wmO-0002Fe-Ao; Mon, 12 Aug 2013 18:23:44 +0000 Received: from mail-pa0-x22f.google.com ([2607:f8b0:400e:c03::22f]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V8wmL-0002ER-F9 for linux-arm-kernel@lists.infradead.org; Mon, 12 Aug 2013 18:23:42 +0000 Received: by mail-pa0-f47.google.com with SMTP id kl13so7837744pab.6 for ; Mon, 12 Aug 2013 11:23:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=sCRDUaM/woaIQGAZw+Yjvh1t3IMO4AlW9yQQFtu/jqQ=; b=VRRfD2TKeOLVstY1vB1ZSrmQx2tY2ySBd/bd9mY/82s1v22GuZ43lj4rK3IAVvT5DB ow6KxS0wZJSeQ0zCVgpWSCboAFsmOT8kTICYcv1aRf7lhrBqWQCUWBNQ2ZNvks6RKz62 tpTuaLFvgtxa7ATgYKknMFjS4svihBU5gIlSVoRiJYJL/IM7sme8eAICiQfX1WimE36m kUohGGEyMLPjvZ2DdcMZeHZVJ1SmdHM/a7tJHZDSKLnC9lRs8nBUKL9iz3mk/lC1CuhF 2IDCxpgCtZG2DNnGyfwivIRkMzaLGTlgdac+TImcXNMvGWgp+AdC6X+YmfIy5FAlbsLV aong== X-Received: by 10.68.230.131 with SMTP id sy3mr378535pbc.34.1376331799223; Mon, 12 Aug 2013 11:23:19 -0700 (PDT) Received: from xeon.linuxfactory.or.kr.or.kr ([222.120.78.134]) by mx.google.com with ESMTPSA id om2sm38718371pbb.34.2013.08.12.11.23.15 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 12 Aug 2013 11:23:18 -0700 (PDT) From: Dongjin Kim To: Subject: [RESEND PATCH v2] ARM: dts: Add USBPHY nodes to Exynos4x12 Date: Tue, 13 Aug 2013 03:23:08 +0900 Message-Id: <1376331788-16029-1-git-send-email-tobetter@gmail.com> X-Mailer: git-send-email 1.7.9.5 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130812_142341_608477_87C87112 X-CRM114-Status: GOOD ( 11.04 ) X-Spam-Score: -2.0 (--) Cc: Mark Rutland , devicetree@vger.kernel.org, Kukjin Kim , Russell King , Ian Campbell , Pawel Moll , Stephen Warren , Tomasz Figa , linux-kernel@vger.kernel.org, Rob Herring , Kyungmin Park , linux-samsung-soc@vger.kernel.org, Dongjin Kim , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 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=-6.9 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, 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 patch adds device nodes for USBPHY to Exynos4x12. Signed-off-by: Dongjin Kim Cc: Tomasz Figa Cc: Kyungmin Park --- * Changes from v1 o. 'status = "disabled"' is removed to probe as default arch/arm/boot/dts/exynos4x12.dtsi | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/arch/arm/boot/dts/exynos4x12.dtsi b/arch/arm/boot/dts/exynos4x12.dtsi index 01da194..3ee6102 100644 --- a/arch/arm/boot/dts/exynos4x12.dtsi +++ b/arch/arm/boot/dts/exynos4x12.dtsi @@ -73,4 +73,21 @@ clock-names = "sclk_fimg2d", "fimg2d"; status = "disabled"; }; + + usbphy@125B00000 { + #address-cells = <1>; + #size-cells = <1>; + compatible = "samsung,exynos4x12-usb2phy"; + reg = <0x125B0000 0x100>; + ranges; + + clocks = <&clock 2>, <&clock 305>; + clock-names = "xusbxti", "otg"; + + usbphy-sys { + /* USB device and host PHY_CONTROL registers */ + reg = <0x10020704 0xc>, + <0x1001021c 0x4>; + }; + }; };