From patchwork Sat Dec 31 06:23:34 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Chen X-Patchwork-Id: 6008 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id E417223E13 for ; Sat, 31 Dec 2011 06:23:56 +0000 (UTC) Received: from mail-ey0-f180.google.com (mail-ey0-f180.google.com [209.85.215.180]) by fiordland.canonical.com (Postfix) with ESMTP id CF291A1815E for ; Sat, 31 Dec 2011 06:23:56 +0000 (UTC) Received: by eaac11 with SMTP id c11so13230767eaa.11 for ; Fri, 30 Dec 2011 22:23:56 -0800 (PST) Received: by 10.205.141.78 with SMTP id jd14mr9503785bkc.107.1325312636440; Fri, 30 Dec 2011 22:23:56 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.205.82.144 with SMTP id ac16cs268958bkc; Fri, 30 Dec 2011 22:23:56 -0800 (PST) Received: by 10.216.131.145 with SMTP id m17mr28384531wei.21.1325312633849; Fri, 30 Dec 2011 22:23:53 -0800 (PST) Received: from TX2EHSOBE001.bigfish.com (tx2ehsobe001.messaging.microsoft.com. [65.55.88.11]) by mx.google.com with ESMTPS id u47si18250333weq.100.2011.12.30.22.23.51 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 30 Dec 2011 22:23:53 -0800 (PST) Received-SPF: neutral (google.com: 65.55.88.11 is neither permitted nor denied by best guess record for domain of jason.chen@linaro.org) client-ip=65.55.88.11; Authentication-Results: mx.google.com; spf=neutral (google.com: 65.55.88.11 is neither permitted nor denied by best guess record for domain of jason.chen@linaro.org) smtp.mail=jason.chen@linaro.org Received: from mail99-tx2-R.bigfish.com (10.9.14.239) by TX2EHSOBE001.bigfish.com (10.9.40.21) with Microsoft SMTP Server id 14.1.225.23; Sat, 31 Dec 2011 06:23:45 +0000 Received: from mail99-tx2 (localhost [127.0.0.1]) by mail99-tx2-R.bigfish.com (Postfix) with ESMTP id EAF6168034E; Sat, 31 Dec 2011 06:23:49 +0000 (UTC) X-SpamScore: 3 X-BigFish: VS3(zcb8kzzz1202hzz8275bh8275dhz2dh87h2a8h668h839h63h) X-Spam-TCS-SCL: 2:0 X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-FB-DOMAIN-IP-MATCH: fail Received: from mail99-tx2 (localhost.localdomain [127.0.0.1]) by mail99-tx2 (MessageSwitch) id 1325312629581759_31295; Sat, 31 Dec 2011 06:23:49 +0000 (UTC) Received: from TX2EHSMHS032.bigfish.com (unknown [10.9.14.239]) by mail99-tx2.bigfish.com (Postfix) with ESMTP id 7D61520234; Sat, 31 Dec 2011 06:23:49 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by TX2EHSMHS032.bigfish.com (10.9.99.132) with Microsoft SMTP Server (TLS) id 14.1.225.23; Sat, 31 Dec 2011 06:23:24 +0000 Received: from az33smr02.freescale.net (10.64.34.200) by 039-SN1MMR1-001.039d.mgd.msft.net (10.84.1.13) with Microsoft SMTP Server id 14.1.355.3; Sat, 31 Dec 2011 00:23:37 -0600 Received: from weitway.ap.freescale.net (weitway.ap.freescale.net [10.192.242.173]) by az33smr02.freescale.net (8.13.1/8.13.0) with ESMTP id pBV6NYeF016296; Sat, 31 Dec 2011 00:23:35 -0600 (CST) From: Jason Chen To: CC: , , Subject: [PATCH 1/2] ARM: imx6q: add compatible name of iomuxc Date: Sat, 31 Dec 2011 14:23:34 +0800 Message-ID: <1325312614-22948-1-git-send-email-jason.chen@linaro.org> X-Mailer: git-send-email 1.7.4.1 MIME-Version: 1.0 X-OriginatorOrg: sigmatel.com Signed-off-by: Jason Chen Signed-off-by: Jason Chen --- arch/arm/boot/dts/imx6q.dtsi | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi index 72b78bb..b3b7609 100644 --- a/arch/arm/boot/dts/imx6q.dtsi +++ b/arch/arm/boot/dts/imx6q.dtsi @@ -391,6 +391,7 @@ }; iomuxc@020e0000 { + compatible = "fsl,imx6q-iomuxc"; reg = <0x020e0000 0x4000>; };