Skip to content

Commit

Permalink
change gpio name from usb to usbpow
Browse files Browse the repository at this point in the history
  • Loading branch information
alzhao committed Jun 9, 2017
1 parent ced134e commit bc890a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Empty file.
4 changes: 2 additions & 2 deletions patches/104-gl-mt300n-v2.patch
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@
+ compatible = "gpio-export";
+ #size-cells = <0>;
+
+ usb {
+ gpio-export,name = "usb";
+ usbpow {
+ gpio-export,name = "usbpow";
+ gpio-export,output = <1>;
+ gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
+ };
Expand Down
4 changes: 2 additions & 2 deletions target/linux/ramips/dts/GL-MT300N-V2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
compatible = "gpio-export";
#size-cells = <0>;

usb {
gpio-export,name = "usb";
usbpow {
gpio-export,name = "usbpow";
gpio-export,output = <1>;
gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
};
Expand Down

0 comments on commit bc890a6

Please sign in to comment.