Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bob Ham
uboot-imx
Commits
96b88e93
Commit
96b88e93
authored
Dec 15, 2018
by
Angus Ainslie (Purism)
Browse files
librem5-evk.dts : fix the i2c pinmuxes
parent
292dc01a
Changes
1
Hide whitespace changes
Inline
Side-by-side
arch/arm/dts/librem5-evk.dts
View file @
96b88e93
...
...
@@ -70,18 +70,24 @@
pinctrl_i2c1
:
i2c1grp
{
fsl
,
pins
=
<
MX8MQ_IOMUXC_I2C1_SCL_I2C1_SCL
0x400000
7
f
MX8MQ_IOMUXC_I2C1_SDA_I2C1_SDA
0x400000
7
f
MX8MQ_IOMUXC_I2C1_SCL_I2C1_SCL
0x400000
3
f
MX8MQ_IOMUXC_I2C1_SDA_I2C1_SDA
0x400000
3
f
>;
};
pinctrl_i2c2
:
i2c2grp
{
fsl
,
pins
=
<
MX8MQ_IOMUXC_I2C2_SCL_I2C2_SCL
0x400000
7
f
MX8MQ_IOMUXC_I2C2_SDA_I2C2_SDA
0x400000
7
f
MX8MQ_IOMUXC_I2C2_SCL_I2C2_SCL
0x400000
3
f
MX8MQ_IOMUXC_I2C2_SDA_I2C2_SDA
0x400000
3
f
>;
};
pinctrl_i2c3
:
i2c3grp
{
fsl
,
pins
=
<
MX8MQ_IOMUXC_I2C3_SCL_I2C3_SCL
0x4000003f
MX8MQ_IOMUXC_I2C3_SDA_I2C3_SDA
0x4000003f
>;
};
pinctrl_pcie0
:
pcie0grp
{
fsl
,
pins
=
<
...
...
@@ -282,6 +288,13 @@
status
=
"disabled"
;
};
&
i2c3
{
clock
-
frequency
=
<
100000
>;
pinctrl
-
names
=
"default"
;
pinctrl
-
0
=
<&
pinctrl_i2c3
>;
status
=
"okay"
;
};
&
pcie0
{
pinctrl
-
names
=
"default"
;
pinctrl
-
0
=
<&
pinctrl_pcie0
>;
...
...
Write
Preview
Supports
Markdown
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