Message ID | 20201115192951.1073632-8-jic23@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/9] dt-bindings:iio:qcom-spmi-vadc drop incorrect io-channel-ranges from example | expand |
On Sun, Nov 15, 2020 at 07:29:49PM +0000, Jonathan Cameron wrote: > From: Jonathan Cameron <Jonathan.Cameron@huawei.com> > > This property is only useful if a node has children as it allows them > to then use io-channel properties in the parent. Here there are no > children. > > This is harmless, but we are planning to shortly drop this property > as it is rarely used correctly and there is little reason it would > ever be needed as we can just provide the io-channels property to > any child nodes that need it. > > Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> > Cc: Krzysztof Kozlowski <krzk@kernel.org> > --- > arch/arm/boot/dts/s5pv210-aries.dtsi | 1 - > 1 file changed, 1 deletion(-) Thanks, applied. Best regards, Krzysztof
diff --git a/arch/arm/boot/dts/s5pv210-aries.dtsi b/arch/arm/boot/dts/s5pv210-aries.dtsi index bd4450dbdcb6..1ad9582db1ee 100644 --- a/arch/arm/boot/dts/s5pv210-aries.dtsi +++ b/arch/arm/boot/dts/s5pv210-aries.dtsi @@ -589,7 +589,6 @@ gp2a_shunt: current-sense-shunt { io-channels = <&adc 9>; shunt-resistor-micro-ohms = <47000000>; /* 47 ohms */ #io-channel-cells = <0>; - io-channel-ranges; }; };