Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Baruch Siach and committed by
Shawn Guo
71b81f1c 1ee723ea

-8
-1
arch/arm/boot/dts/imx6ul-kontron-n6x1x-s.dtsi
··· 72 72 &adc1 { 73 73 pinctrl-names = "default"; 74 74 pinctrl-0 = <&pinctrl_adc1>; 75 - num-channels = <3>; 76 75 vref-supply = <&reg_vref_adc>; 77 76 status = "okay"; 78 77 };
-5
arch/arm/boot/dts/imx6ul-phytec-segin.dtsi
··· 83 83 pinctrl-names = "default"; 84 84 pinctrl-0 = <&pinctrl_adc1>; 85 85 vref-supply = <&reg_adc1_vref_3v3>; 86 - /* 87 - * driver can not separate a specific channel so we request 4 channels 88 - * here - we need only the fourth channel 89 - */ 90 - num-channels = <4>; 91 86 status = "disabled"; 92 87 }; 93 88
-1
arch/arm/boot/dts/imx6ul.dtsi
··· 923 923 reg = <0x02198000 0x4000>; 924 924 interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>; 925 925 clocks = <&clks IMX6UL_CLK_ADC1>; 926 - num-channels = <2>; 927 926 clock-names = "adc"; 928 927 fsl,adck-max-frequency = <30000000>, <40000000>, 929 928 <20000000>;
-1
arch/arm/boot/dts/imx6ull-colibri.dtsi
··· 94 94 }; 95 95 96 96 &adc1 { 97 - num-channels = <10>; 98 97 vref-supply = <&reg_module_3v3_avdd>; 99 98 pinctrl-names = "default"; 100 99 pinctrl-0 = <&pinctrl_adc1>;