From patchwork Mon Mar 30 18:25:14 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthew Leach X-Patchwork-Id: 6123381 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.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 81483BF4A6 for ; Mon, 30 Mar 2015 18:30:43 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id B4A3C202FE for ; Mon, 30 Mar 2015 18:30:42 +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 EF5C2202AE for ; Mon, 30 Mar 2015 18:30:40 +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 1YceQ2-0000y3-QT; Mon, 30 Mar 2015 18:28:14 +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 1YcePy-0000Ym-4Z for linux-arm-kernel@lists.infradead.org; Mon, 30 Mar 2015 18:28:11 +0000 Received: by mx0.mattleach.net (Postfix, from userid 99) id A517061C00; Mon, 30 Mar 2015 19:27:43 +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-179-89-206.range86-179.btcentralplus.com [86.179.89.206]) by mx0.mattleach.net (Postfix) with ESMTPSA id BE32761AD9; Mon, 30 Mar 2015 19:27:42 +0100 (BST) From: Matthew Leach To: linux-samsung-soc@vger.kernel.org Subject: [PATCH] ARM: dts: exynos4412: Enable AX88760 USB hub on Origen board Date: Mon, 30 Mar 2015 19:25:14 +0100 Message-Id: <1427739914-24862-1-git-send-email-matthew@mattleach.net> X-Mailer: git-send-email 2.3.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150330_112810_349496_A5C25A46 X-CRM114-Status: UNSURE ( 7.43 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.0 (/) Cc: Mark Rutland , Matthew Leach , Kukjin Kim , 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"; + }; + }; };