From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7A3D6C43382 for ; Wed, 26 Sep 2018 12:30:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 256E9214DA for ; Wed, 26 Sep 2018 12:30:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 256E9214DA Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727301AbeIZSm5 (ORCPT ); Wed, 26 Sep 2018 14:42:57 -0400 Received: from mail.bootlin.com ([62.4.15.54]:44803 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726602AbeIZSm5 (ORCPT ); Wed, 26 Sep 2018 14:42:57 -0400 Received: by mail.bootlin.com (Postfix, from userid 110) id BF6EE20703; Wed, 26 Sep 2018 14:30:07 +0200 (CEST) Received: from localhost (guest-nat.fw1.untrust.par1.mozilla.net [185.155.181.200]) by mail.bootlin.com (Postfix) with ESMTPSA id 29429208B1; Wed, 26 Sep 2018 14:29:37 +0200 (CEST) From: Gregory CLEMENT To: Antoine Tenart Cc: andrew@lunn.ch, sebastian.hesselbarth@gmail.com, jason@lakedaemon.net, linux-kernel@vger.kernel.org, maxime.chevallier@bootlin.com, nadavh@marvell.com, thomas.petazzoni@bootlin.com, miquel.raynal@bootlin.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/2] arm64: dts: marvell: armada-cp110: change the PPv2 IRQ names References: <20180924090002.27939-1-antoine.tenart@bootlin.com> Date: Wed, 26 Sep 2018 14:29:38 +0200 In-Reply-To: <20180924090002.27939-1-antoine.tenart@bootlin.com> (Antoine Tenart's message of "Mon, 24 Sep 2018 11:00:01 +0200") Message-ID: <87ftxwe91p.fsf@bootlin.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Antoine, On lun., sept. 24 2018, Antoine Tenart wrote: > This patch changes the PPv2 IRQ names in the CP110 device tree to match > a corresponding change in the Marvell PPv2 driver. The reason this was > updated is the IRQ where names after Tx/Rx interrupts, but this is not > true and can be configured. A following patch will add more of them and > the names wouldn't make sense. > > Signed-off-by: Antoine Tenart Applied on mvebu/dt64 Thanks, Gregory > --- > arch/arm64/boot/dts/marvell/armada-cp110.dtsi | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/arch/arm64/boot/dts/marvell/armada-cp110.dtsi b/arch/arm64/boot/dts/marvell/armada-cp110.dtsi > index 840c8454d03e..6a13690cf1e4 100644 > --- a/arch/arm64/boot/dts/marvell/armada-cp110.dtsi > +++ b/arch/arm64/boot/dts/marvell/armada-cp110.dtsi > @@ -53,8 +53,8 @@ > , > , > ; > - interrupt-names = "tx-cpu0", "tx-cpu1", "tx-cpu2", > - "tx-cpu3", "rx-shared", "link"; > + interrupt-names = "hif0", "hif1", "hif2", > + "hif3", "hif4", "link"; > port-id = <0>; > gop-port-id = <0>; > status = "disabled"; > @@ -67,8 +67,8 @@ > , > , > ; > - interrupt-names = "tx-cpu0", "tx-cpu1", "tx-cpu2", > - "tx-cpu3", "rx-shared", "link"; > + interrupt-names = "hif0", "hif1", "hif2", > + "hif3", "hif4", "link"; > port-id = <1>; > gop-port-id = <2>; > status = "disabled"; > @@ -81,8 +81,8 @@ > , > , > ; > - interrupt-names = "tx-cpu0", "tx-cpu1", "tx-cpu2", > - "tx-cpu3", "rx-shared", "link"; > + interrupt-names = "hif0", "hif1", "hif2", > + "hif3", "hif4", "link"; > port-id = <2>; > gop-port-id = <3>; > status = "disabled"; > -- > 2.17.1 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -- Gregory Clement, Bootlin Embedded Linux and Kernel engineering http://bootlin.com