Skip to content

Commit

Permalink
fixing the OTG fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nisenbeck committed Nov 17, 2014
1 parent 6f274ed commit 89ddc2c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BananaPi-LCD/banana_pi_35lcd.fex
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ usb_detect_type = 0
usb_id_gpio = port:PH04<0><1><default><default>
usb_det_vbus_gpio = port:PH05<0><0><default><default>
usb_drv_vbus_gpio = port:PB09<1><0><default><0>
usb_restric_gpio = port:PH00<1><0><default><0>
usb_restrict_gpio = port:PH00<1><0><default><0>
usb_host_init_state = 1
usb_restric_flag = 0
usb_restric_voltage = 3550000
Expand Down
2 changes: 1 addition & 1 deletion BananaPi-LCD/banana_pi_5lcd.fex
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ usb_detect_type = 0
usb_id_gpio = port:PH04<0><1><default><default>
usb_det_vbus_gpio = port:PH05<0><0><default><default>
usb_drv_vbus_gpio = port:PB09<1><0><default><0>
usb_restric_gpio = port:PH00<1><0><default><0>
usb_restrict_gpio = port:PH00<1><0><default><0>
usb_host_init_state = 1
usb_restric_flag = 0
usb_restric_voltage = 3550000
Expand Down
2 changes: 1 addition & 1 deletion BananaPi-LCD/banana_pi_7lcd.fex
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ usb_detect_type = 0
usb_id_gpio = port:PH04<0><1><default><default>
usb_det_vbus_gpio = port:PH05<0><0><default><default>
usb_drv_vbus_gpio = port:PB09<1><0><default><0>
usb_restric_gpio = port:PH00<1><0><default><0>
usb_restrict_gpio = port:PH00<1><0><default><0>
usb_host_init_state = 1
usb_restric_flag = 0
usb_restric_voltage = 3550000
Expand Down
2 changes: 1 addition & 1 deletion BananaPi/BananaPi.fex.otg-on
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ usb_detect_type = 0
usb_id_gpio = port:PH04<0><1><default><default>
usb_det_vbus_gpio = port:PH05<0><0><default><default>
usb_drv_vbus_gpio = port:PB09<1><0><default><0>
usb_restric_gpio = port:PH00<1><0><default><0>
usb_restrict_gpio = port:PH00<1><0><default><0>
usb_host_init_state = 1
usb_restric_flag = 0
usb_restric_voltage = 3550000
Expand Down
2 changes: 1 addition & 1 deletion BananaPro/BananaPro.fex.otg-on
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ usb_detect_type = 0
usb_id_gpio = port:PH04<0><1><default><default>
usb_det_vbus_gpio = port:PH05<0><0><default><default>
usb_drv_vbus_gpio = port:PB09<1><0><default><0>
usb_restric_gpio = port:PH00<1><0><default><0>
usb_restrict_gpio = port:PH00<1><0><default><0>
usb_host_init_state = 1
usb_restric_flag = 0
usb_restric_voltage = 3550000
Expand Down

2 comments on commit 89ddc2c

@midnite0
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and what about all other "restric" keys?
usb_restric_flag = 0
usb_restric_voltage = 3550000
usb_restric_capacity = 5

@nisenbeck
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.