diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2013-12-06 15:20:31 -0500 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-02-09 08:33:23 -0500 |
commit | 40dde68196b5d96ceaffea11552c5f108face3fd (patch) | |
tree | 81ff4cc3d7bff91206cbcd8a7df28ba9dde3e4ec | |
parent | c8e42bc94894bdee1277f5d50b5e4702b8e81e8c (diff) |
ARM: dts: mxs: add #io-channel-cells to mx28 lradc
Adding #io-channel-cells property to lradc allows us to use the lradc as
an iio provider.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/imx28.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi index f7deccd60eaa..2575dd834224 100644 --- a/arch/arm/boot/dts/imx28.dtsi +++ b/arch/arm/boot/dts/imx28.dtsi | |||
@@ -997,6 +997,7 @@ | |||
997 | 20 21 22 23 24 25>; | 997 | 20 21 22 23 24 25>; |
998 | status = "disabled"; | 998 | status = "disabled"; |
999 | clocks = <&clks 41>; | 999 | clocks = <&clks 41>; |
1000 | #io-channel-cells = <1>; | ||
1000 | }; | 1001 | }; |
1001 | 1002 | ||
1002 | spdif: spdif@80054000 { | 1003 | spdif: spdif@80054000 { |