Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vesta
linux-fslc-imx-4.1-1.0
Commits
cc929551
Commit
cc929551
authored
Jun 29, 2017
by
Pete Tucker
Browse files
Update vesta.dtsi to show ADC ref voltage=3.3V now that GW hardware fixed
parent
7aaa37ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
arch/arm/boot/dts/vesta.dtsi
View file @
cc929551
...
...
@@ -44,11 +44,11 @@
regulator-max-microvolt = <3300000>;
};
reg_vref_3v: regulator@1 {
reg_vref_3v
3
: regulator@1 {
compatible = "regulator-fixed";
regulator-name = "vref-3v";
regulator-min-microvolt = <3
075
000>;
regulator-max-microvolt = <3
075
000>;
regulator-name = "vref-3v
3
";
regulator-min-microvolt = <3
300
000>;
regulator-max-microvolt = <3
300
000>;
};
};
};
...
...
@@ -107,7 +107,7 @@
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_adc1>;
status = "okay";
vref-supply = <®_vref_3v>;
vref-supply = <®_vref_3v
3
>;
};
&iomuxc {
...
...
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