[PATCH 5/7] ARM: dts: Add nodes for missing omap4 interconnect target modules
Tony Lindgren
tony at atomide.com
Fri Oct 13 09:46:41 PDT 2017
Hi,
* Peter Ujfalusi <peter.ujfalusi at ti.com> [171011 08:56]:
> On 09/30/2017 01:34 AM, Tony Lindgren wrote:
> > + target-module at 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 at atomide.com>
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 at ti.com>, 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 at ti.com>
Signed-off-by: Tony Lindgren <tony at atomide.com>
---
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
More information about the linux-arm-kernel
mailing list