From d878d43e16f0b6fa643267ec533ff4653e181281 Mon Sep 17 00:00:00 2001 From: Siddartha Mohanadoss Date: Wed, 20 Jul 2016 11:37:15 -0700 Subject: ARM: dts: msm: Remove RRADC channel nodes on pmicobalt Currently there are no channel specific properties associated with the RRADC channels. The existing channel nodes specify a logical channel number that is used by the client when requesting the RRADC channel read. This can instead be obtained from the channel list specified within the driver. Therefore remove the channel nodes. Change-Id: I4da81a576b88285cedb0a1c7fd49ccd526d25012 Signed-off-by: Siddartha Mohanadoss --- arch/arm/boot/dts/qcom/msm-pmicobalt.dtsi | 41 ------------------------------- 1 file changed, 41 deletions(-) (limited to 'arch') diff --git a/arch/arm/boot/dts/qcom/msm-pmicobalt.dtsi b/arch/arm/boot/dts/qcom/msm-pmicobalt.dtsi index 47ba50ab8270..abdc1f147710 100644 --- a/arch/arm/boot/dts/qcom/msm-pmicobalt.dtsi +++ b/arch/arm/boot/dts/qcom/msm-pmicobalt.dtsi @@ -297,47 +297,6 @@ #address-cells = <1>; #size-cells = <0>; #io-channel-cells = <1>; - - /* Channel node */ - batt_id { - channel = <3>; - }; - - batt_therm { - channel = <4>; - }; - - skin_temp { - channel = <5>; - }; - - usbin_v { - channel = <6>; - }; - - usbin_i { - channel = <7>; - }; - - dcin_v { - channel = <8>; - }; - - dcin_i { - channel = <9>; - }; - - die_temp { - channel = <0xa>; - }; - - chg_temp { - channel = <0xb>; - }; - - gpio { - channel = <0xc>; - }; }; pmicobalt_fg: qpnp,fg { -- cgit v1.2.3