Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
L
linux-imx8
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Guido Gunther
linux-imx8
Commits
14cb1280
Commit
14cb1280
authored
Sep 23, 2020
by
Guido Gunther
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
arm64: dts: librem5: Add OTG pin to charger
Signed-off-by:
Guido Günther
<
agx@sigxcpu.org
>
parent
6e5861a8
Pipeline
#59094
passed with stage
in 51 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
+7
-7
No files found.
arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
View file @
14cb1280
...
...
@@ -138,12 +138,6 @@ chg-en {
default
-
state
=
"off"
;
};
chg
-
otg
-
en
{
label
=
"chg_otg_en"
;
gpios
=
<&
gpio3
4
GPIO_ACTIVE_HIGH
>;
default
-
state
=
"off"
;
};
flash
-
strobe
{
label
=
"flash_strobe"
;
gpios
=
<&
gpio1
21
GPIO_ACTIVE_HIGH
>;
...
...
@@ -561,6 +555,11 @@ pinctrl_charger: chargergrp {
fsl
,
pins
=
<
/*
CHG_EN
*/
MX8MQ_IOMUXC_NAND_CE1_B_GPIO3_IO2
0x3
>;
};
pinctrl_otg
:
otggrp
{
fsl
,
pins
=
<
/*
CHG_OTG_OUT_EN
*/
MX8MQ_IOMUXC_NAND_CE3_B_GPIO3_IO4
0x3
>;
...
...
@@ -1427,7 +1426,7 @@ bq25895: charger@6a {
compatible
=
"ti,bq25895"
,
"ti,bq25890"
;
reg
=
<
0x6a
>;
pinctrl
-
names
=
"default"
;
pinctrl
-
0
=
<&
pinctrl_charger_in
>;
pinctrl
-
0
=
<&
pinctrl_charger_in
>
,
<&
pinctrl_otg
>
;
interrupt
-
parent
=
<&
gpio3
>;
interrupts
=
<
3
IRQ_TYPE_EDGE_FALLING
>;
phys
=
<&
usb3_phy0
>;
...
...
@@ -1439,6 +1438,7 @@ bq25895: charger@6a {
ti
,
vinmin
-
threshold
=
<
3900000
>;
/*
uV
*/
monitored
-
battery
=
<&
bat
>;
power
-
supplies
=
<&
typec_pd
>;
otg
-
gpios
=
<&
gpio3
4
GPIO_ACTIVE_HIGH
>;
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment