diff mbox

ARM: dts: mxs: add #io-channel-cells to mx28 lradc

Message ID 1386361231-20427-1-git-send-email-alexandre.belloni@free-electrons.com (mailing list archive)
State New, archived
Headers show

Commit Message

Alexandre Belloni Dec. 6, 2013, 8:20 p.m. UTC
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 arch/arm/boot/dts/imx28.dtsi | 1 +
 1 file changed, 1 insertion(+)

Comments

Alexandre Belloni Dec. 6, 2013, 11:31 p.m. UTC | #1
Commit message should have been:

Adding #io-channel-cells property to lradc allows us to use the lradc as
an iio provider.

On 06/12/2013 21:20, Alexandre Belloni wrote:
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> ---
>  arch/arm/boot/dts/imx28.dtsi | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi
> index cda19c8b0a47..92d9f9e33bf1 100644
> --- a/arch/arm/boot/dts/imx28.dtsi
> +++ b/arch/arm/boot/dts/imx28.dtsi
> @@ -945,6 +945,7 @@
>  						20 21 22 23 24 25>;
>  				status = "disabled";
>  				clocks = <&clks 41>;
> +				#io-channel-cells = <1>;
>  			};
>  
>  			spdif: spdif@80054000 {
Shawn Guo Dec. 9, 2013, 4:45 a.m. UTC | #2
On Sat, Dec 07, 2013 at 12:31:50AM +0100, Alexandre Belloni wrote:
> Commit message should have been:
> 
> Adding #io-channel-cells property to lradc allows us to use the lradc as
> an iio provider.

Added the commit log and applied the patch.

Shawn
diff mbox

Patch

diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi
index cda19c8b0a47..92d9f9e33bf1 100644
--- a/arch/arm/boot/dts/imx28.dtsi
+++ b/arch/arm/boot/dts/imx28.dtsi
@@ -945,6 +945,7 @@ 
 						20 21 22 23 24 25>;
 				status = "disabled";
 				clocks = <&clks 41>;
+				#io-channel-cells = <1>;
 			};
 
 			spdif: spdif@80054000 {