projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdc3866
)
ARM: dts: Enable USB node for exynos3250-monk
author
Jaewon Kim
<jaewon02.kim@samsung.com>
Mon, 12 Jan 2015 08:54:54 +0000
(17:54 +0900)
committer
Kukjin Kim
<kgene@kernel.org>
Mon, 12 Jan 2015 08:54:54 +0000
(17:54 +0900)
This patch adds device tree node for hsotg to control USB 2.0 Device.
Signed-off-by: Jaewon Kim <jaewon02.kim@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
arch/arm/boot/dts/exynos3250-monk.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/exynos3250-monk.dts
b/arch/arm/boot/dts/exynos3250-monk.dts
index 24822aa98057a03e56a6603ddecc54e5146f9646..0c1d85d0b6cfe68c42f8540a78f7123abd0f469e 100644
(file)
--- a/
arch/arm/boot/dts/exynos3250-monk.dts
+++ b/
arch/arm/boot/dts/exynos3250-monk.dts
@@
-134,6
+134,16
@@
};
};
+&exynos_usbphy {
+ status = "okay";
+};
+
+&hsotg {
+ vusb_d-supply = <&ldo15_reg>;
+ vusb_a-supply = <&ldo12_reg>;
+ status = "okay";
+};
+
&i2c_0 {
#address-cells = <1>;
#size-cells = <0>;