From patchwork Mon Apr 13 17:02:46 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthew Leach X-Patchwork-Id: 6210581 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.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id DF0959F1C4 for ; Mon, 13 Apr 2015 17:10:07 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 20DA720155 for ; Mon, 13 Apr 2015 17:10:07 +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 3C8C12008F for ; Mon, 13 Apr 2015 17:10:06 +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 1YhhoS-0003r1-L0; Mon, 13 Apr 2015 17:06:20 +0000 Received: from mx0.mattleach.net ([176.58.118.143]) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Yhhm1-0001D3-GP for linux-arm-kernel@lists.infradead.org; Mon, 13 Apr 2015 17:03:50 +0000 Received: by mx0.mattleach.net (Postfix, from userid 99) id BEA1062494; Mon, 13 Apr 2015 18:03:25 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from localhost.localdomain (host86-190-76-19.range86-190.btcentralplus.com [86.190.76.19]) by mx0.mattleach.net (Postfix) with ESMTPSA id 66D2762491; Mon, 13 Apr 2015 18:03:23 +0100 (BST) From: Matthew Leach To: Kukjin Kim , Russell King , Mark Rutland , Pawel Moll Subject: [PATCH RESEND] ARM: dts: exynos4412: Enable AX88760 USB hub on Origen board Date: Mon, 13 Apr 2015 18:02:46 +0100 Message-Id: <1428944566-17132-1-git-send-email-matthew@mattleach.net> X-Mailer: git-send-email 2.3.5 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150413_100349_705677_597AB9F3 X-CRM114-Status: UNSURE ( 8.53 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.0 (/) Cc: Matthew Leach , linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.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-Virus-Scanned: ClamAV using ClamSMTP Enable the Origen's usb phy and ohci devices in the device tree. Also add the "samsung,vbus-gpio" property to enable the GPX3(5) gpio pin so the AX88760 hub is powered. Signed-off-by: Matthew Leach --- arch/arm/boot/dts/exynos4412-origen.dts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts/exynos4412-origen.dts index bd8b730..c810ca3 100644 --- a/arch/arm/boot/dts/exynos4412-origen.dts +++ b/arch/arm/boot/dts/exynos4412-origen.dts @@ -531,4 +531,19 @@ clock-frequency = <24000000>; }; }; + + exynos-usbphy@125B0000 { + status = "okay"; + }; + + ehci@12580000 { + samsung,vbus-gpio = <&gpx3 5 1>; + status = "okay"; + port@1{ + status = "okay"; + }; + port@2 { + status = "okay"; + }; + }; };