Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932746AbbDMRJc (ORCPT ); Mon, 13 Apr 2015 13:09:32 -0400 Received: from mx0.mattleach.net ([176.58.118.143]:45758 "EHLO mx0.mattleach.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932487AbbDMRJa (ORCPT ); Mon, 13 Apr 2015 13:09:30 -0400 X-Greylist: delayed 364 seconds by postgrey-1.27 at vger.kernel.org; Mon, 13 Apr 2015 13:09:30 EDT From: Matthew Leach To: Kukjin Kim , Russell King , Mark Rutland , Pawel Moll Cc: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Matthew Leach 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 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1080 Lines: 41 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"; + }; + }; }; -- 2.3.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/