Hi, * Peter Ujfalusi <peter.ujfalusi@xxxxxx> [171011 08:56]: > On 09/30/2017 01:34 AM, Tony Lindgren wrote: > > + target-module@40128000 { > > + compatible = "ti,sysc-mcasp"; > > + ti,hwmods = "mcasp"; > > + reg = <0x40128004 0x4>; > > + reg-names = "sysc"; > > + #address-cells = <1>; > > + #size-cells = <1>; > > + ranges = <0x00000000 0x40128000 0x1000>, /* MPU */ > > + <0x49028000 0x49028000 0x1000>; /* L3 */ > > + > > + /* > > + * Child device unsupported by davinci-mcasp. At least > > + * TX path is disabled for omap4, and only DIT mode > > s/TX/RX > > > + * works with no I2S. See also old Android kernel > > + * omap-mcasp driver for more information. Below is a fix for the RX comment. Regards, Tony 8< ------------------ >From tony Mon Sep 17 00:00:00 2001 From: Tony Lindgren <tony@xxxxxxxxxxx> Date: Fri, 13 Oct 2017 09:43:22 -0700 Subject: [PATCH] ARM: dts: Fix typo for omap4 mcasp rx path As reported by Peter Ujfalusi <peter.ujfalusi@xxxxxx>, the rx path on macsp is disabled and only tx is usable if the davinci-mcasp driver is updated for it. Reported-by: Peter Ujfalusi <peter.ujfalusi@xxxxxx> Signed-off-by: Tony Lindgren <tony@xxxxxxxxxxx> --- arch/arm/boot/dts/omap4.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi @@ -828,7 +828,7 @@ /* * Child device unsupported by davinci-mcasp. At least - * TX path is disabled for omap4, and only DIT mode + * RX path is disabled for omap4, and only DIT mode * works with no I2S. See also old Android kernel * omap-mcasp driver for more information. */ -- 2.14.2 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html