From patchwork Fri Nov 20 01:28:45 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vladimir Zapolskiy X-Patchwork-Id: 7663611 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 1C2049F2E2 for ; Fri, 20 Nov 2015 01:38:06 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4B0632052A for ; Fri, 20 Nov 2015 01:38:05 +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 76A0C204D5 for ; Fri, 20 Nov 2015 01:38:00 +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 1Zzacj-0006M7-4t; Fri, 20 Nov 2015 01:36:25 +0000 Received: from merlin.infradead.org ([2001:4978:20e::2]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZzaWD-0006eL-Qv for linux-arm-kernel@bombadil.infradead.org; Fri, 20 Nov 2015 01:29:41 +0000 Received: from mleia.com ([178.79.152.223] helo=mail.mleia.com) by merlin.infradead.org with esmtps (Exim 4.85 #2 (Red Hat Linux)) id 1ZzaWC-0001ps-Hz for linux-arm-kernel@lists.infradead.org; Fri, 20 Nov 2015 01:29:40 +0000 Received: from mail.mleia.com (localhost [127.0.0.1]) by mail.mleia.com (Postfix) with ESMTP id 5B303116723; Fri, 20 Nov 2015 01:30:14 +0000 (GMT) From: Vladimir Zapolskiy To: Rob Herring , Thomas Gleixner , Jason Cooper , Marc Zyngier , Arnd Bergmann Subject: [PATCH 10/10] arm: dts: lpc32xx: enable SIC1 and SIC2 by default Date: Fri, 20 Nov 2015 03:28:45 +0200 Message-Id: <1447982925-30138-11-git-send-email-vz@mleia.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1447982925-30138-1-git-send-email-vz@mleia.com> References: <1447982925-30138-1-git-send-email-vz@mleia.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-49551924 X-CRM114-CacheID: sfid-20151120_013014_395910_AF78BABD X-CRM114-Status: UNSURE ( 8.57 ) X-CRM114-Notice: Please train this message. X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20151120_013014_395910_AF78BABD X-CRM114-Status: UNSURE ( 8.60 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.5 (--) 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: Roland Stigge , devicetree@vger.kernel.org, Russell King , 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.8 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable 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 After moving to a new LPC32xx interrupt controller driver it is safe to enable SIC1 and SIC2 devices, this allows to get working ADC, RTC, I2C and USB peripheral controllers again after long period since ... Signed-off-by: Vladimir Zapolskiy --- arch/arm/boot/dts/lpc32xx.dtsi | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/arm/boot/dts/lpc32xx.dtsi b/arch/arm/boot/dts/lpc32xx.dtsi index 8dda6e7..603f005 100644 --- a/arch/arm/boot/dts/lpc32xx.dtsi +++ b/arch/arm/boot/dts/lpc32xx.dtsi @@ -341,8 +341,6 @@ <&wakeup_int 24 20>, <&wakeup_int 29 8>, <&wakeup_int 30 6>, <&wakeup_int 31 7>, <&wakeup_pin 25 4>; - - status = "disabled"; }; sic2: interrupt-controller@40010000 { @@ -369,8 +367,6 @@ <&wakeup_pin 16 28>, <&wakeup_pin 18 18>, <&wakeup_pin 23 7>, <&wakeup_pin 26 19>, <&wakeup_pin 30 12>; - - status = "disabled"; }; uart1: serial@40014000 {