ARM: imx6ul: drop the adc num-channels property
The mainline vf610_adc driver never used this property. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
1ee723ea39
commit
71b81f1cac
4 changed files with 0 additions and 8 deletions
|
@ -72,7 +72,6 @@
|
|||
&adc1 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_adc1>;
|
||||
num-channels = <3>;
|
||||
vref-supply = <®_vref_adc>;
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -83,11 +83,6 @@
|
|||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_adc1>;
|
||||
vref-supply = <®_adc1_vref_3v3>;
|
||||
/*
|
||||
* driver can not separate a specific channel so we request 4 channels
|
||||
* here - we need only the fourth channel
|
||||
*/
|
||||
num-channels = <4>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
|
@ -923,7 +923,6 @@
|
|||
reg = <0x02198000 0x4000>;
|
||||
interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clks IMX6UL_CLK_ADC1>;
|
||||
num-channels = <2>;
|
||||
clock-names = "adc";
|
||||
fsl,adck-max-frequency = <30000000>, <40000000>,
|
||||
<20000000>;
|
||||
|
|
|
@ -94,7 +94,6 @@
|
|||
};
|
||||
|
||||
&adc1 {
|
||||
num-channels = <10>;
|
||||
vref-supply = <®_module_3v3_avdd>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_adc1>;
|
||||
|
|
Loading…
Add table
Reference in a new issue