aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-02-28 11:40:26 -0500
committerStephen Warren <swarren@nvidia.com>2014-02-28 12:23:46 -0500
commit431b7be0a33e5505b3706c6970c3c4753bebf708 (patch)
treede0e0161afb7b0bbaa250773c6fe7392d51b47a2 /arch/arm
parentf2d50158ebe61d72e06017e8762a0b853860e7b7 (diff)
ARM: tegra: Enable USB on Venice2
USB1 and USB3 are routed to two external connectors, while USB2 is used for the integrated webcam. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boot/dts/tegra124-venice2.dts29
1 files changed, 28 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra124-venice2.dts b/arch/arm/boot/dts/tegra124-venice2.dts
index 7ffef561d667..ee92d912ed2c 100644
--- a/arch/arm/boot/dts/tegra124-venice2.dts
+++ b/arch/arm/boot/dts/tegra124-venice2.dts
@@ -763,7 +763,7 @@
763 ams,enable-tracking; 763 ams,enable-tracking;
764 }; 764 };
765 765
766 ldo4 { 766 vdd_run_cam: ldo4 {
767 regulator-name = "+3.3V_RUN_CAM"; 767 regulator-name = "+3.3V_RUN_CAM";
768 regulator-min-microvolt = <2800000>; 768 regulator-min-microvolt = <2800000>;
769 regulator-max-microvolt = <2800000>; 769 regulator-max-microvolt = <2800000>;
@@ -954,6 +954,33 @@
954 }; 954 };
955 }; 955 };
956 956
957 usb@7d000000 {
958 status = "okay";
959 };
960
961 usb-phy@7d000000 {
962 status = "okay";
963 vbus-supply = <&vdd_usb1_vbus>;
964 };
965
966 usb@7d004000 {
967 status = "okay";
968 };
969
970 usb-phy@7d004000 {
971 status = "okay";
972 vbus-supply = <&vdd_run_cam>;
973 };
974
975 usb@7d008000 {
976 status = "okay";
977 };
978
979 usb-phy@7d008000 {
980 status = "okay";
981 vbus-supply = <&vdd_usb3_vbus>;
982 };
983
957 backlight: backlight { 984 backlight: backlight {
958 compatible = "pwm-backlight"; 985 compatible = "pwm-backlight";
959 986