From patchwork Fri Oct 31 08:03:27 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 5203021 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id DCF8E9F318 for ; Fri, 31 Oct 2014 08:03:33 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 277AB20160 for ; Fri, 31 Oct 2014 08:03:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5CCDA2011D for ; Fri, 31 Oct 2014 08:03:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752437AbaJaIDb (ORCPT ); Fri, 31 Oct 2014 04:03:31 -0400 Received: from mail-pa0-f50.google.com ([209.85.220.50]:48885 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751880AbaJaIDa (ORCPT ); Fri, 31 Oct 2014 04:03:30 -0400 Received: by mail-pa0-f50.google.com with SMTP id eu11so7217116pac.37 for ; Fri, 31 Oct 2014 01:03:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:message-id:from:subject:user-agent:to:cc:in-reply-to :references:mime-version:content-type; bh=tL6LoHf69Bbx4yB70Y1ASSGNvwBy2+sz78zW5kkHlSI=; b=g3IBwEErrwPWBk9zpV8a7UJ6Kss3xIRha2FQeUB4Rqyz/v0hbrFnS0C1nco5s3nnJO i+WnPBDxbEyUgnKzoPDkhY+qcm2MURMFyQIsCr8iUJexDtxjszFbN2iU52VfNh062rh/ JaIIywJ+xXoFZyIwXCPy6yfazHwlNIopLCrL6eU2p16aQWlInrbH6rUStNAPo9f5YlEm FI0qo63v39cuSmMJx6Vg7y3te/+OIE1sjaSwdfkOku3qI8gaPh5v1TwVDbSBex7LHkjO 2mN/ccRe3AfhdRPYV4C28Wq2FM4aAN7vx6ha/KLJq+o7Zxm9hILy9zbn5o8xXK4mgqie voRA== X-Received: by 10.68.143.226 with SMTP id sh2mr23200449pbb.62.1414742608120; Fri, 31 Oct 2014 01:03:28 -0700 (PDT) Received: from remon.gmail.com (49.14.32.202.bf.2iij.net. [202.32.14.49]) by mx.google.com with ESMTPSA id u6sm9127211pdi.61.2014.10.31.01.03.26 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 31 Oct 2014 01:03:27 -0700 (PDT) Date: Fri, 31 Oct 2014 01:03:27 -0700 (PDT) Message-ID: <87oass1x9s.wl%kuninori.morimoto.gx@gmail.com> From: Kuninori Morimoto Subject: [PATCH 09/12] ARM: shmobile: koelsch: Sound DMA support on DTS User-Agent: Wanderlust/2.14.0 Emacs/23.3 Mule/6.0 To: Simon Cc: Magnus , linux-sh@vger.kernel.org, Kuninori Morimoto In-Reply-To: <871tpo3bz4.wl%kuninori.morimoto.gx@gmail.com> References: <1414628894-24460-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> <871tpo3bz4.wl%kuninori.morimoto.gx@gmail.com> MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Kuninori Morimoto DMA transfer to/from SSI DMA [MEM] -> [SSI] DMA [MEM] <- [SSI] Signed-off-by: Kuninori Morimoto --- arch/arm/boot/dts/r8a7791-koelsch.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts index f612e09..8c8855a 100644 --- a/arch/arm/boot/dts/r8a7791-koelsch.dts +++ b/arch/arm/boot/dts/r8a7791-koelsch.dts @@ -575,10 +575,10 @@ }; &ssi0 { - pio-transfer; + no-busif; }; &ssi1 { - pio-transfer; + no-busif; shared-pin; };