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
Sebastian Krzyszkowiak
linux-next
Commits
5312f00b
Verified
Commit
5312f00b
authored
Apr 07, 2022
by
Sebastian Krzyszkowiak
Browse files
dts: imx8mq-librem5: Describe MIC_2V4 regulator
No functional change, but it describes the hardware better.
parent
25187d76
Pipeline
#75861
passed with stage
in 77 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
View file @
5312f00b
...
...
@@ -181,6 +181,14 @@ reg_aud_1v8: regulator-audio-1v8 {
vin
-
supply
=
<&
reg_audio_pwr_en
>;
};
reg_mic_2v4
:
regulator
-
mic
-
2
v4
{
compatible
=
"regulator-fixed"
;
regulator
-
name
=
"MIC_2V4"
;
regulator
-
min
-
microvolt
=
<
2400000
>;
regulator
-
max
-
microvolt
=
<
2400000
>;
vin
-
supply
=
<&
reg_audio_pwr_en
>;
};
/*
*
the
pinctrl
for
reg_csi_1v8
and
reg_vcam_1v8
is
added
to
the
PMIC
*
since
we
can
't have those 2 times on the 2 different regulators.
...
...
@@ -1314,7 +1322,7 @@ codec: audio-codec@1a {
DBVDD-supply = <®_aud_1v8>;
AVDD-supply = <®_aud_1v8>;
CPVDD-supply = <®_aud_1v8>;
MICVDD-supply = <®_
aud_1v8
>;
MICVDD-supply = <®_
mic_2v4
>;
PLLVDD-supply = <®_aud_1v8>;
SPKVDD1-supply = <®_vsys_3v4>;
SPKVDD2-supply = <®_vsys_3v4>;
...
...
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