Skip to content

Commit

Permalink
ARM: dts: Enable USB node for exynos3250-monk
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jaewon Kim authored and Kukjin Kim committed Jan 12, 2015
1 parent cdc3866 commit 3fc5f3a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/exynos3250-monk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 3fc5f3a

Please sign in to comment.