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

ARM: dts: imx7s: Specify #io-channel-cells in ADC nodes

Specify #io-channel-cells in ADC nodes. Needed to be able to reference
them by phandle.

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Chris Healy <cphealy@gmail.com>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Rob Herring <robh@kernel.org>
Cc: linux-kernel@vger.kernel.org
Cc: devicetree@vger.kernel.org
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Andrey Smirnov and committed by
Shawn Guo
4171797f 2ea5c9b2

+2
+2
arch/arm/boot/dts/imx7s.dtsi
··· 670 670 interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>; 671 671 clocks = <&clks IMX7D_ADC_ROOT_CLK>; 672 672 clock-names = "adc"; 673 + #io-channel-cells = <1>; 673 674 status = "disabled"; 674 675 }; 675 676 ··· 680 679 interrupts = <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>; 681 680 clocks = <&clks IMX7D_ADC_ROOT_CLK>; 682 681 clock-names = "adc"; 682 + #io-channel-cells = <1>; 683 683 status = "disabled"; 684 684 }; 685 685