Commit 71b81f1c authored by Baruch Siach's avatar Baruch Siach Committed by Shawn Guo
Browse files

ARM: imx6ul: drop the adc num-channels property



The mainline vf610_adc driver never used this property.

Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 1ee723ea
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -72,7 +72,6 @@ reg_vref_adc: regulator-vref-adc {
&adc1 {
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_adc1>;
	num-channels = <3>;
	vref-supply = <&reg_vref_adc>;
	status = "okay";
};
+0 −5
Original line number Diff line number Diff line
@@ -83,11 +83,6 @@ &adc1 {
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_adc1>;
	vref-supply = <&reg_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";
};

+0 −1
Original line number Diff line number Diff line
@@ -923,7 +923,6 @@ adc1: adc@2198000 {
				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>;
+0 −1
Original line number Diff line number Diff line
@@ -94,7 +94,6 @@ reg_eth_phy: regulator-eth-phy {
};

&adc1 {
	num-channels = <10>;
	vref-supply = <&reg_module_3v3_avdd>;
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_adc1>;