From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Thu, 2 Aug 2012 09:36:44 +0200 Subject: [U-Boot] [PATCH] mx6q: mx6qsabrelite: add GPIO_0__CCM_CLKO and GPIO_3__CCM_CLKO2 pin mux In-Reply-To: <1343819151-29871-1-git-send-email-dirk.behme@de.bosch.com> References: <1343819151-29871-1-git-send-email-dirk.behme@de.bosch.com> Message-ID: <501A2E0C.6000404@de.bosch.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01.08.2012 13:05, Dirk Behme wrote: > A recent Linux kernel (>= 3.5) has support for the SGTL 5000 sound > on the SabreLite board. To make this work, U-Boot has to configure the > pin mux for PAD_GPIO_0__CCM_CLKO and PAD_GPIO_3__CCM_CLKO2 correctly. > > Taken from Freescale's ER5 U-Boot for the SabreLite. > > Signed-off-by: Dirk Behme > CC: Troy Kisky > CC: Stefano Babic > --- > board/freescale/mx6qsabrelite/imximage.cfg | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/board/freescale/mx6qsabrelite/imximage.cfg b/board/freescale/mx6qsabrelite/imximage.cfg > index 62498ab..2d7825a 100644 > --- a/board/freescale/mx6qsabrelite/imximage.cfg > +++ b/board/freescale/mx6qsabrelite/imximage.cfg > @@ -168,3 +168,6 @@ DATA 4 0x020e0010 0xF00000CF > # set IPU AXI-id0 Qos=0xf(bypass) AXI-id1 Qos=0x7 > DATA 4 0x020e0018 0x007F007F > DATA 4 0x020e001c 0x007F007F > +# set PAD_GPIO_0__CCM_CLKO and PAD_GPIO_3__CCM_CLKO2 > +DATA 4 0x020e0220 0x00000000 > +DATA 4 0x020e022c 0x00000004 > \ No newline at end of file This is replaced with a kernel patch http://www.spinics.net/lists/arm-kernel/msg187222.html and therefore this patch is obsolete now. Thanks Dirk