From patchwork Tue Jul 23 17:31:17 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dongjin Kim X-Patchwork-Id: 2832101 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 591F69F243 for ; Tue, 23 Jul 2013 17:32:23 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6D1532022D for ; Tue, 23 Jul 2013 17:32:22 +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 49B0F20221 for ; Tue, 23 Jul 2013 17:32:21 +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 1V1gRX-000253-82; Tue, 23 Jul 2013 17:32:11 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1V1gRV-0001yw-1Q; Tue, 23 Jul 2013 17:32:09 +0000 Received: from mail-pd0-f170.google.com ([209.85.192.170]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V1gRR-0001xv-Bb for linux-arm-kernel@lists.infradead.org; Tue, 23 Jul 2013 17:32:05 +0000 Received: by mail-pd0-f170.google.com with SMTP id x11so8400714pdj.15 for ; Tue, 23 Jul 2013 10:31:39 -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:x-mailer; bh=NSWzvzEVe+sTCAhDik8C9bQp4RP6NrsHsQ/gDNnYbRc=; b=UkVNQL6EsbjkB7tpmoTR2lqcUzU6Vd4TvtOiR89UeslQvcvF5DL1yyA+c7odvNygPB Np6iqGL2G0Qnbda3UJYcuaZkzQ3miZdpVF8xBNG/i0Oc5iq+oqPg/P6E9hFVJQ0qV2yh fU6sOgrnGb12SOaUiqMk9Nqc5wuLC2t1g/kOMt/oLGlOeB2MUTvKrNizVpqk/kRXVAqD yvLS29VQdg43zRlogYJl3wwfXyE/TONs+0jFy4zL+/CFOeDyBwpnLPsEJsyorglZSu8/ V03r/vUBVztWUe0Qnc9pzgpTofyVQQqb8R8KBsupmlAKtUY17mQ4M2mw0yT5aDlTqz7i NlOA== X-Received: by 10.68.252.169 with SMTP id zt9mr24796385pbc.87.1374600699384; Tue, 23 Jul 2013 10:31:39 -0700 (PDT) Received: from xeon.linuxfactory.or.kr.or.kr ([222.120.78.134]) by mx.google.com with ESMTPSA id x8sm42881277pbb.39.2013.07.23.10.31.36 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 23 Jul 2013 10:31:38 -0700 (PDT) From: Dongjin Kim To: Subject: [PATCH] ARM: dts: Add USBPHY nodes to Exynos4x12 Date: Wed, 24 Jul 2013 02:31:17 +0900 Message-Id: <1374600682-19376-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-20130723_133205_470127_7E734689 X-CRM114-Status: GOOD ( 10.56 ) X-Spam-Score: -2.0 (--) Cc: Kukjin Kim , Russell King , Sachin Kamat , Tomasz Figa , linux-kernel@vger.kernel.org, Kyungmin Park , linux-samsung-soc@vger.kernel.org, Thomas Abraham , 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=-4.1 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=ham 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 --- arch/arm/boot/dts/exynos4x12.dtsi | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/arch/arm/boot/dts/exynos4x12.dtsi b/arch/arm/boot/dts/exynos4x12.dtsi index 01da194..9c3335b 100644 --- a/arch/arm/boot/dts/exynos4x12.dtsi +++ b/arch/arm/boot/dts/exynos4x12.dtsi @@ -73,4 +73,22 @@ 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"; + status = "disabled"; + + usbphy-sys { + /* USB device and host PHY_CONTROL registers */ + reg = <0x10020704 0xc>, + <0x1001021c 0x4>; + }; + }; };