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:
Cosmo Chou 2025-12-17 10:39:38 +08:00 committed by Andrew Jeffery
parent 7c98d5c619
commit 459a5aa171

View File

@ -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";