mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
ARM: dts: aspeed: bletchley: Fix ADC vref property names
Replace non-functional 'vref' with 'aspeed,int-vref-microvolt' using the default 2.5V that the driver was already applying. Signed-off-by: Cosmo Chou <chou.cosmo@gmail.com> Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
parent
7c98d5c619
commit
459a5aa171
|
|
@ -1032,7 +1032,7 @@ &gpio0 {
|
|||
};
|
||||
|
||||
&adc0 {
|
||||
vref = <1800>;
|
||||
aspeed,int-vref-microvolt = <2500000>;
|
||||
status = "okay";
|
||||
|
||||
pinctrl-names = "default";
|
||||
|
|
@ -1043,7 +1043,7 @@ &pinctrl_adc4_default &pinctrl_adc5_default
|
|||
};
|
||||
|
||||
&adc1 {
|
||||
vref = <2500>;
|
||||
aspeed,int-vref-microvolt = <2500000>;
|
||||
status = "okay";
|
||||
|
||||
pinctrl-names = "default";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user