From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregory.clement@free-electrons.com (Gregory CLEMENT) Date: Mon, 08 Aug 2016 17:30:07 +0200 Subject: [PATCH 0/2] arm64: marvell: add support for the slave CP in Armada 8K In-Reply-To: <1469716556-15299-1-git-send-email-thomas.petazzoni@free-electrons.com> (Thomas Petazzoni's message of "Thu, 28 Jul 2016 16:35:54 +0200") References: <1469716556-15299-1-git-send-email-thomas.petazzoni@free-electrons.com> Message-ID: <87d1ljuvls.fsf@free-electrons.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Thomas, On Thu, Jul 28 2016, Thomas Petazzoni wrote: > Hello, > > The following set of two patches add support for the slave CP HW block > found in the Armada 8K SoCs. As a reminder: > > - Armada 7K is an SoC with one AP and one CP. The AP is the part that > contains the CPU, cache and a few basic I/Os. The CP is the part > that contains most interesting I/Os (PCIe, SATA, USB, Ethernet, > etc.) > > - Armada 8K is an SoC with one AP and two CPs. > > This set of patches add support for the second CP found in Armada 8K, > also called the "slave CP110". Both patches applied on mvebu/dt64 Thanks, Gregory > > Thanks, > > Thomas > > Thomas Petazzoni (2): > arm64: dts: marvell: add description for the slave CP110 in Armada 8K > arm64: dts: marvell: add description for the Armada 8040 dev board > > arch/arm64/boot/dts/marvell/Makefile | 1 + > arch/arm64/boot/dts/marvell/armada-8020.dtsi | 1 + > .../{armada-8020.dtsi => armada-8040-db.dts} | 109 ++++++++- > arch/arm64/boot/dts/marvell/armada-8040.dtsi | 1 + > .../arm64/boot/dts/marvell/armada-cp110-slave.dtsi | 246 +++++++++++++++++++++ > 5 files changed, 351 insertions(+), 7 deletions(-) > copy arch/arm64/boot/dts/marvell/{armada-8020.dtsi => armada-8040-db.dts} (55%) > create mode 100644 arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi > > -- > 2.7.4 > -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregory CLEMENT Subject: Re: [PATCH 0/2] arm64: marvell: add support for the slave CP in Armada 8K Date: Mon, 08 Aug 2016 17:30:07 +0200 Message-ID: <87d1ljuvls.fsf@free-electrons.com> References: <1469716556-15299-1-git-send-email-thomas.petazzoni@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <1469716556-15299-1-git-send-email-thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> (Thomas Petazzoni's message of "Thu, 28 Jul 2016 16:35:54 +0200") Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Thomas Petazzoni Cc: Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring , Ian Campbell , Pawel Moll , Mark Rutland , Kumar Gala , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Shadi Ammouri , Yehuda Yitschak , Omri Itach , Hanna Hawa , Neta Zur Hershkovits , Nadav Haklai List-Id: devicetree@vger.kernel.org Hi Thomas, On Thu, Jul 28 2016, Thomas Petazzoni wrote: > Hello, > > The following set of two patches add support for the slave CP HW block > found in the Armada 8K SoCs. As a reminder: > > - Armada 7K is an SoC with one AP and one CP. The AP is the part that > contains the CPU, cache and a few basic I/Os. The CP is the part > that contains most interesting I/Os (PCIe, SATA, USB, Ethernet, > etc.) > > - Armada 8K is an SoC with one AP and two CPs. > > This set of patches add support for the second CP found in Armada 8K, > also called the "slave CP110". Both patches applied on mvebu/dt64 Thanks, Gregory > > Thanks, > > Thomas > > Thomas Petazzoni (2): > arm64: dts: marvell: add description for the slave CP110 in Armada 8K > arm64: dts: marvell: add description for the Armada 8040 dev board > > arch/arm64/boot/dts/marvell/Makefile | 1 + > arch/arm64/boot/dts/marvell/armada-8020.dtsi | 1 + > .../{armada-8020.dtsi => armada-8040-db.dts} | 109 ++++++++- > arch/arm64/boot/dts/marvell/armada-8040.dtsi | 1 + > .../arm64/boot/dts/marvell/armada-cp110-slave.dtsi | 246 +++++++++++++++++++++ > 5 files changed, 351 insertions(+), 7 deletions(-) > copy arch/arm64/boot/dts/marvell/{armada-8020.dtsi => armada-8040-db.dts} (55%) > create mode 100644 arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi > > -- > 2.7.4 > -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html