All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthew Leach <matthew@mattleach.net>
To: Kukjin Kim <kgene@kernel.org>,
	Russell King <linux@arm.linux.org.uk>,
	Mark Rutland <mark.rutland@arm.com>,
	Pawel Moll <pawel.moll@arm.com>
Cc: linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Matthew Leach <matthew@mattleach.net>
Subject: [PATCH RESEND] ARM: dts: exynos4412: Enable AX88760 USB hub on Origen board
Date: Mon, 13 Apr 2015 18:02:46 +0100	[thread overview]
Message-ID: <1428944566-17132-1-git-send-email-matthew@mattleach.net> (raw)

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 <matthew@mattleach.net>
---
 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


WARNING: multiple messages have this Message-ID (diff)
From: matthew@mattleach.net (Matthew Leach)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH RESEND] ARM: dts: exynos4412: Enable AX88760 USB hub on Origen board
Date: Mon, 13 Apr 2015 18:02:46 +0100	[thread overview]
Message-ID: <1428944566-17132-1-git-send-email-matthew@mattleach.net> (raw)

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 <matthew@mattleach.net>
---
 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 at 125B0000 {
+		status = "okay";
+	};
+
+	ehci at 12580000 {
+		samsung,vbus-gpio = <&gpx3 5 1>;
+		status = "okay";
+		port at 1{
+			status = "okay";
+		};
+		port at 2 {
+			status = "okay";
+		};
+	};
 };
-- 
2.3.5

             reply	other threads:[~2015-04-13 17:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-13 17:02 Matthew Leach [this message]
2015-04-13 17:02 ` [PATCH RESEND] ARM: dts: exynos4412: Enable AX88760 USB hub on Origen board Matthew Leach
2015-05-26  8:08 ` Krzysztof Kozłowski
2015-05-26  8:08 ` Krzysztof Kozłowski
2015-05-26  8:08   ` Krzysztof Kozłowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1428944566-17132-1-git-send-email-matthew@mattleach.net \
    --to=matthew@mattleach.net \
    --cc=kgene@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=pawel.moll@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.