Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-boundary-uboot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Reform
reform-boundary-uboot
Commits
c805c64e
Commit
c805c64e
authored
5 years ago
by
Troy Kisky
Browse files
Options
Downloads
Patches
Plain Diff
Revert "bio: use MX8MQ_IOMUXC_GPIO1_IO12_USB1_OTG_PWR instead of reg_usb_otg_vbus"
This reverts commit
ffbe9569
.
parent
ffbe9569
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
arch/arm/dts/imx8mq-bio.dts
+19
-1
19 additions, 1 deletion
arch/arm/dts/imx8mq-bio.dts
board/boundary/bio/bio.c
+0
-3
0 additions, 3 deletions
board/boundary/bio/bio.c
with
19 additions
and
4 deletions
arch/arm/dts/imx8mq-bio.dts
+
19
−
1
View file @
c805c64e
...
...
@@ -233,6 +233,13 @@
>;
};
pinctrl_reg_usbotg_vbus: reg-usbotg-vbusgrp {
fsl,pins = <
#define GP_REG_USB_OTG_VBUS <&gpio1 12 GPIO_ACTIVE_HIGH>
MX8MQ_IOMUXC_GPIO1_IO12_GPIO1_IO12 0x16
>;
};
pinctrl_reg_wlan_vmmc: reg-wlan-vmmcgrp {
fsl,pins = <
#define GP_REG_WLAN_VMMC <&gpio3 20 GPIO_ACTIVE_HIGH>
...
...
@@ -293,7 +300,6 @@
pinctrl_usb3_0: usb3-0grp {
fsl,pins = <
MX8MQ_IOMUXC_GPIO1_IO12_USB1_OTG_PWR 0x16
MX8MQ_IOMUXC_GPIO1_IO13_USB1_OTG_OC 0x16
>;
};
...
...
@@ -588,6 +594,17 @@
#endif
};
reg_usb_otg_vbus: regulator-usb-otg-vbus {
compatible = "regulator-fixed";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_reg_usbotg_vbus>;
regulator-name = "usb_otg_vbus";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
gpio = GP_REG_USB_OTG_VBUS;
enable-active-high;
};
reg_vref_0v9: regulator-vref-0v9 {
compatible = "regulator-fixed";
regulator-name = "vref-0v9";
...
...
@@ -1116,6 +1133,7 @@
status = "okay";
#endif
dr_mode = "otg";
vbus-supply = <®_usb_otg_vbus>;
};
&usb3_phy1 {
...
...
This diff is collapsed.
Click to expand it.
board/boundary/bio/bio.c
+
0
−
3
View file @
c805c64e
...
...
@@ -63,9 +63,6 @@ static iomux_v3_cfg_t const init_pads[] = {
IMX8MQ_PAD_SAI2_TXC__GPIO4_IO25
|
MUX_PAD_CTRL
(
0x61
),
#define GP_CSI1_MIPI_RESET IMX_GPIO_NR(4, 24)
IMX8MQ_PAD_SAI2_TXFS__GPIO4_IO24
|
MUX_PAD_CTRL
(
0x61
),
IMX8MQ_PAD_GPIO1_IO12__USB1_OTG_PWR
|
MUX_PAD_CTRL
(
0x16
),
IMX8MQ_PAD_GPIO1_IO13__USB1_OTG_OC
|
MUX_PAD_CTRL
(
0x16
),
};
int
board_early_init_f
(
void
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment