From patchwork Fri Feb 15 04:37:03 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Do Q.Thang" X-Patchwork-Id: 2144141 Return-Path: X-Original-To: patchwork-ltsi-dev@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) by patchwork1.kernel.org (Postfix) with ESMTP id 58D293FCF6 for ; Fri, 15 Feb 2013 04:37:38 +0000 (UTC) Received: from mail.linux-foundation.org (localhost [IPv6:::1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 52360710; Fri, 15 Feb 2013 04:37:38 +0000 (UTC) X-Original-To: ltsi-dev@lists.linuxfoundation.org Delivered-To: ltsi-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTP id B051E710 for ; Fri, 15 Feb 2013 04:37:37 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.omesemicon.co.jp.omesemicon.co.jp (219-118-191-130.cust.bit-drive.ne.jp [219.118.191.130]) by smtp1.linuxfoundation.org (Postfix) with ESMTP id 42A501F8AC for ; Fri, 15 Feb 2013 04:37:37 +0000 (UTC) Received: from [192.168.11.3] by [192.168.11.254] with ESMTP; Fri, 15 Feb 2013 13:37:36 +0900 Received: from localhost (p14010-ipadfx41marunouchi.tokyo.ocn.ne.jp [61.118.107.10]) by mail.omesemicon.co.jp.omesemicon.co.jp (8.13.1/3.7W) with ESMTP id r1F4bTpR028224; Fri, 15 Feb 2013 13:37:29 +0900 From: Do Quang Thang To: ltsi-dev@lists.linuxfoundation.org Date: Fri, 15 Feb 2013 13:37:03 +0900 Message-Id: <1360903023-19758-3-git-send-email-dq-thang@jinso.co.jp> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1360903023-19758-1-git-send-email-dq-thang@jinso.co.jp> References: <1360903023-19758-1-git-send-email-dq-thang@jinso.co.jp> X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_00, RCVD_DOUBLE_IP_LOOSE, RDNS_DYNAMIC autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Cc: Kuninori Morimoto Subject: [LTSI-dev] [PATCH 2/2] ASoC: shmobile: armadillo800eva: enable clock inversion on FSI-A X-BeenThere: ltsi-dev@lists.linuxfoundation.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: "A list to discuss patches, development, and other things related to the LTSI project" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: ltsi-dev-bounces@lists.linuxfoundation.org Errors-To: ltsi-dev-bounces@lists.linuxfoundation.org Since board flags were updated with simple-card driver in upstream kernel on a4a2992c531f6ca0aa00ce0deb31e51c1b7ae69b (ASoC: simple-card: add asoc_simple_dai for initializing) fixup patch for an "old style" does not exist. This patch is for LTSI kernel Signed-off-by: Kuninori Morimoto Tested-by: Nguyen Viet Dung --- arch/arm/mach-shmobile/board-armadillo800eva.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-shmobile/board-armadillo800eva.c b/arch/arm/mach-shmobile/board-armadillo800eva.c index 72690cd..32c5c53 100644 --- a/arch/arm/mach-shmobile/board-armadillo800eva.c +++ b/arch/arm/mach-shmobile/board-armadillo800eva.c @@ -795,6 +795,7 @@ static int fsi_hdmi_set_rate(struct device *dev, int rate, int enable) static struct sh_fsi_platform_info fsi_info = { /* FSI-WM8978 */ .port_a = { + .flags = SH_FSI_BRS_INV, .tx_id = SHDMA_SLAVE_FSIA_TX, }, /* FSI-HDMI */