Skip to content

Commit

Permalink
ARM: dts: vf610: enable USB misc/phy nodes where necessary
Browse files Browse the repository at this point in the history
Since restructuring of the device tree files, the USB misc/phy
nodes are disabled by default. Hence we need to enable those
explicitly when USB is used.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
  • Loading branch information
Stefan Agner authored and Shawn Guo committed Nov 23, 2014
1 parent 2b36bda commit ac039cd
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
16 changes: 16 additions & 0 deletions arch/arm/boot/dts/vf-colibri.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,22 @@
status = "okay";
};

&usbmisc0 {
status = "okay";
};

&usbmisc1 {
status = "okay";
};

&usbphy0 {
status = "okay";
};

&usbphy1 {
status = "okay";
};

&iomuxc {
vf610-colibri {
pinctrl_gpio_ext: gpio_ext {
Expand Down
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/vf610-twr.dts
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,14 @@
status = "okay";
};

&usbmisc0 {
status = "okay";
};

&usbmisc1 {
status = "okay";
};

&usbphy0 {
status = "okay";
};
Expand Down

0 comments on commit ac039cd

Please sign in to comment.