summaryrefslogtreecommitdiff
path: root/patches.tizen/0301-ARM-dts-exynos4210-origen-Add-device-nodes-for-USB-g.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches.tizen/0301-ARM-dts-exynos4210-origen-Add-device-nodes-for-USB-g.patch')
-rw-r--r--patches.tizen/0301-ARM-dts-exynos4210-origen-Add-device-nodes-for-USB-g.patch41
1 files changed, 41 insertions, 0 deletions
diff --git a/patches.tizen/0301-ARM-dts-exynos4210-origen-Add-device-nodes-for-USB-g.patch b/patches.tizen/0301-ARM-dts-exynos4210-origen-Add-device-nodes-for-USB-g.patch
new file mode 100644
index 00000000000..5046a1378eb
--- /dev/null
+++ b/patches.tizen/0301-ARM-dts-exynos4210-origen-Add-device-nodes-for-USB-g.patch
@@ -0,0 +1,41 @@
+From 10deeacad18b598b6fa8e72e8e3a96514924348c Mon Sep 17 00:00:00 2001
+From: Tomasz Figa <t.figa@samsung.com>
+Date: Thu, 7 Mar 2013 15:36:40 +0100
+Subject: [PATCH 0301/1302] ARM: dts: exynos4210-origen: Add device nodes for
+ USB gadget
+
+Signed-off-by: Tomasz Figa <t.figa@samsung.com>
+Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
+---
+ arch/arm/boot/dts/exynos4210-origen.dts | 17 +++++++++++++++++
+ 1 file changed, 17 insertions(+)
+
+diff --git a/arch/arm/boot/dts/exynos4210-origen.dts b/arch/arm/boot/dts/exynos4210-origen.dts
+index ab598e9..700ddea 100644
+--- a/arch/arm/boot/dts/exynos4210-origen.dts
++++ b/arch/arm/boot/dts/exynos4210-origen.dts
+@@ -164,4 +164,21 @@
+ clock-frequency = <24000000>;
+ };
+ };
++
++ vusb_reg: voltage-regulator-1 {
++ compatible = "regulator-fixed";
++ regulator-name = "VUSB_DUMMY";
++ regulator-min-microvolt = <3300000>;
++ regulator-max-microvolt = <3300000>;
++ };
++
++ usbphy@125B0000 {
++ status = "okay";
++ };
++
++ hsotg@12480000 {
++ status = "okay";
++ vusb_d-supply = <&vusb_reg>;
++ vusb_a-supply = <&vusb_reg>;
++ };
+ };
+--
+1.8.3.2
+