From patchwork Tue Dec 3 14:39:38 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Robert Nelson X-Patchwork-Id: 3276701 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id BB6F5C0D4A for ; Tue, 3 Dec 2013 14:40:17 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id AB1D320382 for ; Tue, 3 Dec 2013 14:40:16 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 78D272026D for ; Tue, 3 Dec 2013 14:40:15 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vnr91-0000mG-9x; Tue, 03 Dec 2013 14:40:11 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vnr8y-000634-RH; Tue, 03 Dec 2013 14:40:08 +0000 Received: from mail-ie0-x22e.google.com ([2607:f8b0:4001:c03::22e]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vnr8w-00062b-Sh for linux-arm-kernel@lists.infradead.org; Tue, 03 Dec 2013 14:40:07 +0000 Received: by mail-ie0-f174.google.com with SMTP id at1so23350444iec.19 for ; Tue, 03 Dec 2013 06:39:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=4xHQL6vtoN3ndAY/p1rkWjSoBas2EXmlXyHFDPw96qE=; b=G6h/nJt67Ustjl+HspUmS60usLe0cxBpEXVFFTWeEi3swk+LaEm16WmLKIutK86DhT GEZakY0v9bcce8uUqjDfbecbsh3xj5a/sGQBnWSmRe83nR59ku+B4aKBPaX45ruQ5xix DNygLh1T8/VT4jMGbl1a+eBBWJGUjvkGwSWX+jGrhgDls8cw+SGDFd5QYAcAi9sY4V8X ZB6cgfzhRtfs+QeqsgGzgrj5cxNdOWlA5z+KqB6n5lvP653GJ1coSN6Vb4tiMjAiVqKS uAshLZiEWdmErWuGpL8M/ptxbHlh3l+XaaJ+PRb0gSAZiMXQzSqPdCoDQnozbRNqbsYk 53HQ== X-Received: by 10.50.41.38 with SMTP id c6mr2810060igl.47.1386081583712; Tue, 03 Dec 2013 06:39:43 -0800 (PST) Received: from localhost.localdomain ([64.77.213.245]) by mx.google.com with ESMTPSA id u1sm3372416ige.1.2013.12.03.06.39.42 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Dec 2013 06:39:43 -0800 (PST) From: Robert Nelson To: Subject: [PATCH] ARM: dts: imx53: Enable AHCI SATA for imx53-qsb Date: Tue, 3 Dec 2013 08:39:38 -0600 Message-Id: <1386081578-3651-1-git-send-email-robertcnelson@gmail.com> X-Mailer: git-send-email 1.8.4.3 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131203_094006_954401_D4D1A644 X-CRM114-Status: UNSURE ( 7.86 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) Cc: Richard Zhu , Linux-IDE , Tejun Heo , Shawn Guo , Robert Nelson , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, 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 Signed-off-by: Robert Nelson Cc: Shawn Guo Cc: Richard Zhu Cc: Tejun Heo Cc: Linux-IDE --- arch/arm/boot/dts/imx53-qsb.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/imx53-qsb.dts b/arch/arm/boot/dts/imx53-qsb.dts index 91a5935..ea927be 100644 --- a/arch/arm/boot/dts/imx53-qsb.dts +++ b/arch/arm/boot/dts/imx53-qsb.dts @@ -307,6 +307,10 @@ status = "okay"; }; +&sata { + status = "okay"; +}; + &vpu { status = "okay"; };