From patchwork Fri Nov 17 05:24:46 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 10062299 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 2C43C60352 for ; Fri, 17 Nov 2017 05:27:11 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1E10A2A8BB for ; Fri, 17 Nov 2017 05:27:11 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 12BE22A8D1; Fri, 17 Nov 2017 05:27:11 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 937AE2A8BB for ; Fri, 17 Nov 2017 05:27:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=XkOOR/HwK3348SU8qxrjATNFNDrzJvJ2noJzj70KEAg=; b=B1TRs1BUi9da6adDt4TOJYoC57 c7DvBt17Bm2tb0LeLOk6wciAyn06aQvQuOtluVWerspBJDXVZBJnjruwcZvjTW9rrs513lqHHrUlD gQQLZObCXbpM+ucjm5ZNcWSoMIRwDc4V6pLFlIq9abKuL8SjlHAj40MdoENdmOA43Dfj7N3q3tCKk ndKbA8YYTZSZNTHo8FM2McNkn55TYTBgN/Mcyi/4hm4YPnofYgrD+RmLci+Ki4y7cZ/WSPrKz0NwU yBXq9JSifYocvRzJ2heXLqMSRfB7ShK4kaO90EMrLbyBDAnZCNC///VTvq1SIOAGXI6rinCiBQaEi nb2wEgew==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1eFZB7-0001vV-PW; Fri, 17 Nov 2017 05:27:01 +0000 Received: from conuserg-07.nifty.com ([210.131.2.74]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1eFZ9y-0000y4-Dd for linux-arm-kernel@lists.infradead.org; Fri, 17 Nov 2017 05:25:54 +0000 Received: from pug.e01.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-07.nifty.com with ESMTP id vAH5OoDY020933; Fri, 17 Nov 2017 14:24:51 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-07.nifty.com vAH5OoDY020933 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1510896292; bh=+YOs0ptv8q38DMMSPNgBuPU1eoUhRbIwFfoI6KHpUO4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=iCeXGTcL7SyK4PmPrLJk9FvIp9rSpwxyG27SALXzZh3hwKNgh7rFcue/nzDIW+bg0 MAI42eNp7BVDPwPxs6IeYbHf/qtxaDN0JnfeHNyJuzQJuIZys2AcoKqOFOmfNCk1xo AKW2N7V28gftmY9dTTLm6cBIP8F5m11Nf/hGFHjvvm261YPLdc1uPvmugkAeyrt3AY /GcQ39rZFWOlupcKIioJ5jOWTFNBpGYkPWc3AN1QzOxSQo95D9bRR+kCKS2KrQwn0u IkZFz4m2tRI/jQWvJgeYCeDGcyD6VKBkzk4upbR53cdvgfnbP9vo52QxyWdlIwFfFm hsMnCgVm5PssQ== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 2/4] arm64: dts: uniphier: remove unnecessary interrupt-parent Date: Fri, 17 Nov 2017 14:24:46 +0900 Message-Id: <1510896288-31212-2-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1510896288-31212-1-git-send-email-yamada.masahiro@socionext.com> References: <1510896288-31212-1-git-send-email-yamada.masahiro@socionext.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20171116_212550_703657_F47CB5CD X-CRM114-Status: UNSURE ( 8.85 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, Catalin Marinas , Will Deacon , linux-kernel@vger.kernel.org, Masahiro Yamada , Rob Herring MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP These were added to make the ARM64 branch self-contained because updates for ARM and ARM64 are supposed to be sent as separate pull requests. Now, they were merged together in Linus' tree and interrupt-parent from the arch/arm/boot/dts/uniphier-support-card.dtsi is visible from ARM64 DT files by the cross-arch reference. Signed-off-by: Masahiro Yamada --- arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts | 1 - arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts | 1 - arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts | 1 - 3 files changed, 3 deletions(-) diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts b/arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts index dd7193a..6bdefb2 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts +++ b/arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts @@ -40,7 +40,6 @@ }; ðsc { - interrupt-parent = <&gpio>; interrupts = <0 8>; }; diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts b/arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts index d99e373..254d679 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts +++ b/arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts @@ -40,7 +40,6 @@ }; ðsc { - interrupt-parent = <&gpio>; interrupts = <0 8>; }; diff --git a/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts b/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts index 864feeb..5c5e9cb 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts +++ b/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts @@ -38,7 +38,6 @@ }; ðsc { - interrupt-parent = <&gpio>; interrupts = <0 8>; };