From patchwork Wed Sep 2 15:06:57 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 7112761 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 341809F1CD for ; Wed, 2 Sep 2015 15:09:24 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6C84720551 for ; Wed, 2 Sep 2015 15:09:23 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9F0A1204AF for ; Wed, 2 Sep 2015 15:09:22 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZX9dP-0000XT-VD; Wed, 02 Sep 2015 15:07:35 +0000 Received: from mail-yk0-x22c.google.com ([2607:f8b0:4002:c07::22c]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZX9dN-0000Tg-Gl for linux-arm-kernel@lists.infradead.org; Wed, 02 Sep 2015 15:07:34 +0000 Received: by ykdg206 with SMTP id g206so12623847ykd.1 for ; Wed, 02 Sep 2015 08:07:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=VS//2EqmFrd+wwuoTZxAcXXj5aoaI5wMEXmciKqDiTc=; b=rsDFcIqESuWLbEW9ak1TrOmQ3IyDpzRNbZdbR+tW/EeR+N9MaljvrK7cnimKIO+j2q 6GVo2bRyE75WUKNe2FHZEIpGUYamYpAU117cUwbdvbPZTACKT8TlTquJefAXFHdfmCin viWsr3Otm/SSYDLPuRECGfvfXKicc7RrlQPUmOwMChph1mcsczzbSzfxEKr4yTzh74bM 8EWy2sBCCVFHq3F56V0xOj8QlhuOUjT/nc45t3l5XuSiLpTaSij+mL0Umc05Nj5py8co eHJRznvKys+lwr48cIBwHRZF4ESx/Xkg40BB1OZVMppOekgbrSUKt47P3J7Xgs0bvpkJ 7ZvA== X-Received: by 10.129.75.3 with SMTP id y3mr19593270ywa.92.1441206430937; Wed, 02 Sep 2015 08:07:10 -0700 (PDT) Received: from localhost.localdomain ([187.64.235.43]) by smtp.gmail.com with ESMTPSA id i143sm21031624ywe.14.2015.09.02.08.07.09 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 02 Sep 2015 08:07:10 -0700 (PDT) From: Fabio Estevam To: shawnguo@kernel.org Subject: [PATCH] ARM: dts: imx6sl: Complete the dcp node Date: Wed, 2 Sep 2015 12:06:57 -0300 Message-Id: <1441206417-27805-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150902_080733_644546_9C28AD2D X-CRM114-Status: GOOD ( 12.60 ) X-Spam-Score: -2.7 (--) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fabio Estevam , linux-arm-kernel@lists.infradead.org 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, T_DKIM_INVALID, T_RP_MATCHES_RCVD, 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: Fabio Estevam The DCP block present on MX6SL is compatible with the one on MX28, so add the compatible string and also complete the interrupt entries. Signed-off-by: Fabio Estevam --- arch/arm/boot/dts/imx6sl.dtsi | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi index 320a27f..b105735 100644 --- a/arch/arm/boot/dts/imx6sl.dtsi +++ b/arch/arm/boot/dts/imx6sl.dtsi @@ -670,8 +670,12 @@ }; dcp: dcp@020fc000 { + compatible = "fsl,imx28-dcp"; reg = <0x020fc000 0x4000>; - interrupts = <0 99 IRQ_TYPE_LEVEL_HIGH>; + interrupts = <0 99 IRQ_TYPE_LEVEL_HIGH>, + <0 100 IRQ_TYPE_LEVEL_HIGH>, + <0 101 IRQ_TYPE_LEVEL_HIGH>; + status = "okay"; }; };