From patchwork Fri May 9 13:23:03 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vivek Gautam X-Patchwork-Id: 4143381 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 0672EBFF02 for ; Fri, 9 May 2014 13:25:49 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id B262E201DC for ; Fri, 9 May 2014 13:25:47 +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 E8CB4201C8 for ; Fri, 9 May 2014 13:25:46 +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 1WikmH-0004w8-Og; Fri, 09 May 2014 13:23:53 +0000 Received: from mail-pa0-x231.google.com ([2607:f8b0:400e:c03::231]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Wikm9-0004q2-Pr for linux-arm-kernel@lists.infradead.org; Fri, 09 May 2014 13:23:46 +0000 Received: by mail-pa0-f49.google.com with SMTP id lj1so4367653pab.8 for ; Fri, 09 May 2014 06:23:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=+yFfjDsKwLsJUwUdt+WUMksTPULn0VgA4gyQnJtYsjA=; b=n/NYXJa0ZkyLaZ8d9+ZV7ItApSSqZaCKw+qXPxskj8XCd4l8RfAPOvgP8NE/lmHfU5 j7so6yLA5oAIOl03RD0rUqRNIrTc7gtakN2irMSgoL0WdbNxrPiGPYp15YmAKI8eZO/Z UFMC02mC5GGyV6pNY6n742BTXvsvYuLxjH3ShPQn2hGdEIsfRVyNz11+Edn9hdBPKQ3h hWf08akJ47pyhaHAWgtv45Jxi8Ts1XEUarjSLv51Ia6hOwyoj9wc0/VXc5BKglOT4bPk 9OkpCZ6Zg5FDYO0zzPu0Pz3MXhyXz5AmGx30h9/fWjzPJ5r3dxHcXFcwJ8rvZhre0urj A2/A== X-Received: by 10.66.119.172 with SMTP id kv12mr20390604pab.34.1399641809366; Fri, 09 May 2014 06:23:29 -0700 (PDT) Received: from vivek-linuxpc.sisodomain.com ([14.140.216.146]) by mx.google.com with ESMTPSA id ff4sm8062650pad.24.2014.05.09.06.23.25 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 09 May 2014 06:23:28 -0700 (PDT) From: Vivek Gautam To: linux-usb@vger.kernel.org, linux-samsung-soc@vger.kernel.org Subject: [PATCH v2 3/4] ARM: dts: Add usb2phy support on exynos5420 Date: Fri, 9 May 2014 18:53:03 +0530 Message-Id: <1399641784-10833-4-git-send-email-gautam.vivek@samsung.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1399641784-10833-1-git-send-email-gautam.vivek@samsung.com> References: <1399641784-10833-1-git-send-email-gautam.vivek@samsung.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140509_062345_867226_93F5219B X-CRM114-Status: UNSURE ( 9.72 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.2 (/) Cc: devicetree@vger.kernel.org, k.debski@samsung.com, kgene.kim@samsung.com, jg1.han@samsung.com, linux-kernel@vger.kernel.org, kishon@ti.com, robh+dt@kernel.org, stern@rowland.harvard.edu, Vivek Gautam , 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=-2.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, 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 Add required device node for usb2phy to let enable USB 2.0 support. Signed-off-by: Vivek Gautam --- Changes from v1: - Added node references for the phy node. arch/arm/boot/dts/exynos5420.dtsi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi index 5d5d6e3..ddd09a3 100644 --- a/arch/arm/boot/dts/exynos5420.dtsi +++ b/arch/arm/boot/dts/exynos5420.dtsi @@ -744,4 +744,14 @@ clock-names = "secss"; samsung,power-domain = <&g2d_pd>; }; + + usb2_phy: phy@12130000 { + compatible = "samsung,exynos5250-usb2-phy"; + reg = <0x12130000 0x100>; + clocks = <&clock CLK_USBH20>, <&clock CLK_SCLK_USBPHY300>; + clock-names = "phy", "ref"; + #phy-cells = <1>; + samsung,sysreg-phandle = <&sysreg_system_controller>; + samsung,pmureg-phandle = <&pmu_system_controller>; + }; };