Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326745
b: refs/heads/master
c: 186e3d9
h: refs/heads/master
i:
  326743: 8f937ed
v: v3
  • Loading branch information
Maxime Ripard authored and Shawn Guo committed Sep 3, 2012
1 parent 3736ef4 commit 16563d5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: db84c038d6d7ff5ad1f18e2613b4d67583a7e40f
refs/heads/master: 186e3d943a2e8cd42b2c87cba7413168e8159d3e
25 changes: 25 additions & 0 deletions trunk/arch/arm/boot/dts/imx28-cfa10049.dts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,31 @@
pinctrl-0 = <&i2c1_pins_a>;
status = "okay";
};

usbphy1: usbphy@8007e000 {
status = "okay";
};
};
};

ahb@80080000 {
usb1: usb@80090000 {
vbus-supply = <&reg_usb1_vbus>;
pinctrl-0 = <&usbphy1_pins_a>;
pinctrl-names = "default";
status = "okay";
};
};

regulators {
compatible = "simple-bus";

reg_usb1_vbus: usb1_vbus {
compatible = "regulator-fixed";
regulator-name = "usb1_vbus";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
gpio = <&gpio0 7 1>;
};
};
};

0 comments on commit 16563d5

Please sign in to comment.