Skip to content
Snippets Groups Projects
Commit ec89e0a6 authored by Julius Werner's avatar Julius Werner Committed by Marek Vasut
Browse files

exynos: dts: Add USB VBUS GPIOs to the device tree


This patch adds a new samsung,vbus-gpio parameter to the device tree, in
preparation of replacing the currently hardcoded VBUS GPIO mechanism in
exynos5-dt.c with a device tree controlled solution, just as it already
exists in the Linux kernel.

Signed-off-by: default avatarJulius Werner <jwerner@chromium.org>
Signed-off-by: default avatarVivek Gautam <gautam.vivek@samsung.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Minkyu Kang <mk7.kang@samsung.com>
Cc: Marek Vasut <marex@denx.de>
parent 4a271cb1
No related branches found
No related tags found
No related merge requests found
...@@ -144,4 +144,8 @@ ...@@ -144,4 +144,8 @@
mmc@12230000 { mmc@12230000 {
status = "disabled"; status = "disabled";
}; };
ehci@12110000 {
samsung,vbus-gpio = <&gpio 0xbe 0>; /* X26 */
};
}; };
...@@ -109,6 +109,14 @@ ...@@ -109,6 +109,14 @@
status = "disabled"; status = "disabled";
}; };
ehci@12110000 {
samsung,vbus-gpio = <&gpio 0xb1 0>; /* X11 */
};
xhci@12000000 {
samsung,vbus-gpio = <&gpio 0xbf 0>; /* X27 */
};
tmu@10060000 { tmu@10060000 {
samsung,min-temp = <25>; samsung,min-temp = <25>;
samsung,max-temp = <125>; samsung,max-temp = <125>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment