diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2015-06-02 22:03:28 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-08-03 09:29:13 -0700 |
commit | 83719f40f525caffa63e2599416241156d4f6a3b (patch) | |
tree | 2527d8a48bfdb0f3693b1f5fef379241e8912d97 /arch/arm | |
parent | 2618fae8d09a715fd79a9f8673bd307ab2aa6986 (diff) | |
download | linux-stable-83719f40f525caffa63e2599416241156d4f6a3b.tar.gz linux-stable-83719f40f525caffa63e2599416241156d4f6a3b.tar.bz2 linux-stable-83719f40f525caffa63e2599416241156d4f6a3b.zip |
ARM: dts: mx23: fix iio-hwmon support
commit e8e94ed6285428ab780cd7b0df4622f71eceb39e upstream.
In order to get iio-hwmon support, the lradc must be declared as an
iio provider. So fix this issue by adding the #io-channel-cells property.
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Fixes: bd798f9c7b30 ("ARM: dts: mxs: Add iio-hwmon to mx23 soc")
Reviewed-by: Marek Vasut <marex@denx.de>
Reviewed-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/imx23.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx23.dtsi b/arch/arm/boot/dts/imx23.dtsi index bbcfb5a19c77..0cb8b0b11c3f 100644 --- a/arch/arm/boot/dts/imx23.dtsi +++ b/arch/arm/boot/dts/imx23.dtsi @@ -435,6 +435,7 @@ interrupts = <36 37 38 39 40 41 42 43 44>; status = "disabled"; clocks = <&clks 26>; + #io-channel-cells = <1>; }; spdif@80054000 { |