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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=unavailable 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 6324EC48BE5 for ; Thu, 17 Jun 2021 15:40:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3C775613FA for ; Thu, 17 Jun 2021 15:40:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233366AbhFQPmN (ORCPT ); Thu, 17 Jun 2021 11:42:13 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:46723 "EHLO relay4-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232638AbhFQPmM (ORCPT ); Thu, 17 Jun 2021 11:42:12 -0400 Received: (Authenticated sender: gregory.clement@bootlin.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 17061E000E; Thu, 17 Jun 2021 15:40:00 +0000 (UTC) From: Gregory CLEMENT To: kostap@marvell.com, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: vladimir.vid@sartura.hr, tmn505@gmail.com, luka.kovacic@sartura.hr, sebastian.hesselbarth@gmail.com, andrew@lunn.ch, robh+dt@kernel.org, vkoul@kernel.org, kishon@ti.com, miquel.raynal@bootlin.com, mw@semihalf.com, jaz@semihalf.com, nadavh@marvell.com, stefanc@marvell.com, bpeled@marvell.com, Konstantin Porotchkin Subject: Re: [PATCH v4 0/5] DTS updates for Marvell Armada CN913x platforms In-Reply-To: <20210209134610.19904-1-kostap@marvell.com> References: <20210209134610.19904-1-kostap@marvell.com> Date: Thu, 17 Jun 2021 17:40:00 +0200 Message-ID: <87h7hw1ovj.fsf@BL-laptop> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, > From: Konstantin Porotchkin > > This patch series contains the following changes/fixes: > 1. Add support for Armada CN913x Development Board topology "B" > 2. Add support for Armada CN913x Reference Design boards (CRB) > 3. Fixes the CP11X references in PHY binding document > 4. Fixes the NAND paritioninig scheme in DTS eliminating gap between > consecutive partitions > All above changes are already intergated into Marvell official SDK sources > > v2: > - extract common nodes from DB boards to separate DTSI files > - disable eth2 on CRB boards until the required phy mode support is added > - mention the switch part ID in CRB board description > > v3: > - do not rename setup A DTS files for DB variants > - fix a couple of wrong include names > > v4: > - Rebase on top of Linus master branch (v5.11-rc7) > - Remove HS400 timing from CRB AP SDHCI (not supported by connected eMMC) > - Add cd-gpio entry to CP0 SDHCI for SD card support > - Add a comment to CN9130-CRB patch about the required defconfig > changes for supporting the onboard i2c expander > - Add Stefan's patch to enable 10G port on CN9130-DB platforms > > Grzegorz Jaszczyk (1): > Documentation/bindings: phy: update references to cp11x > > Konstantin Porotchkin (3): > arch/arm64/boot/dts/marvell: fix NAND partitioning scheme > arm64: dts: cn913x: add device trees for topology B boards > arm64: dts: add support for Marvell cn9130-crb platform > > Stefan Chulski (1): > dts: marvell: Enable 10G interface on 9130-DB board > I've applied patches 1 and 2, but I have issue with patch 3, there was some changes around the phys and I am not sure of the correct way to modify the patch. Could you rebase it on v5.13-c1 and fix the merge issue ? Thanks, Gregory > .../bindings/phy/phy-mvebu-comphy.txt | 12 +- > arch/arm64/boot/dts/marvell/Makefile | 5 + > arch/arm64/boot/dts/marvell/cn9130-crb-A.dts | 38 ++ > arch/arm64/boot/dts/marvell/cn9130-crb-B.dts | 46 ++ > arch/arm64/boot/dts/marvell/cn9130-crb.dtsi | 221 ++++++++++ > arch/arm64/boot/dts/marvell/cn9130-db-B.dts | 22 + > arch/arm64/boot/dts/marvell/cn9130-db.dts | 393 +---------------- > arch/arm64/boot/dts/marvell/cn9130-db.dtsi | 402 ++++++++++++++++++ > arch/arm64/boot/dts/marvell/cn9131-db-B.dts | 22 + > arch/arm64/boot/dts/marvell/cn9131-db.dts | 192 +-------- > arch/arm64/boot/dts/marvell/cn9131-db.dtsi | 201 +++++++++ > arch/arm64/boot/dts/marvell/cn9132-db-B.dts | 22 + > arch/arm64/boot/dts/marvell/cn9132-db.dts | 211 +-------- > arch/arm64/boot/dts/marvell/cn9132-db.dtsi | 220 ++++++++++ > 14 files changed, 1223 insertions(+), 784 deletions(-) > create mode 100644 arch/arm64/boot/dts/marvell/cn9130-crb-A.dts > create mode 100644 arch/arm64/boot/dts/marvell/cn9130-crb-B.dts > create mode 100644 arch/arm64/boot/dts/marvell/cn9130-crb.dtsi > create mode 100644 arch/arm64/boot/dts/marvell/cn9130-db-B.dts > create mode 100644 arch/arm64/boot/dts/marvell/cn9130-db.dtsi > create mode 100644 arch/arm64/boot/dts/marvell/cn9131-db-B.dts > create mode 100644 arch/arm64/boot/dts/marvell/cn9131-db.dtsi > create mode 100644 arch/arm64/boot/dts/marvell/cn9132-db-B.dts > create mode 100644 arch/arm64/boot/dts/marvell/cn9132-db.dtsi > > -- > 2.17.1 > -- Gregory Clement, Bootlin Embedded Linux and Kernel engineering http://bootlin.com 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=-8.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 51216C2B9F4 for ; Thu, 17 Jun 2021 15:42:21 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1DB3C60249 for ; Thu, 17 Jun 2021 15:42:21 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1DB3C60249 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-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:References :In-Reply-To:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=En1wltE5lVqoAdPs4aTylm+ChBa9QZrdk0gxKDjdk2Q=; b=cG0B4lekXxYrCv XBDWO41aV4sZy0eJ1mUU2M0S/MiikK0XopvYg6abPQieAxSYBLvKD7qxFK8QR1KKj0nny0LcQg3jN cR9CslsqWffctxnPcMTX4rUto7y7coOblDn0VpSEeTDJ0l9sbW/qQzrYwSciicBnW6t7ZcRxfKeiY 1L6TeFTDy3Tg711lnZu8ZSu79ykibYfp6Fc0T/rdbaeiSu6WC0F7oQfvcMrgeyicPkHzdFG+/4hnY jp3PCL1s28g7SOe0JMqFsmdZ/qgAdtjBIyzeSDalpMz7fhwgfEmDWulqPhAT13X41RoOfwi93vi98 6t7ieN2K57CSZQJPU6hw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ltu7n-00Ayd0-28; Thu, 17 Jun 2021 15:40:11 +0000 Received: from relay4-d.mail.gandi.net ([217.70.183.196]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ltu7j-00AycL-8F for linux-arm-kernel@lists.infradead.org; Thu, 17 Jun 2021 15:40:09 +0000 Received: (Authenticated sender: gregory.clement@bootlin.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 17061E000E; Thu, 17 Jun 2021 15:40:00 +0000 (UTC) From: Gregory CLEMENT To: kostap@marvell.com, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: vladimir.vid@sartura.hr, tmn505@gmail.com, luka.kovacic@sartura.hr, sebastian.hesselbarth@gmail.com, andrew@lunn.ch, robh+dt@kernel.org, vkoul@kernel.org, kishon@ti.com, miquel.raynal@bootlin.com, mw@semihalf.com, jaz@semihalf.com, nadavh@marvell.com, stefanc@marvell.com, bpeled@marvell.com, Konstantin Porotchkin Subject: Re: [PATCH v4 0/5] DTS updates for Marvell Armada CN913x platforms In-Reply-To: <20210209134610.19904-1-kostap@marvell.com> References: <20210209134610.19904-1-kostap@marvell.com> Date: Thu, 17 Jun 2021 17:40:00 +0200 Message-ID: <87h7hw1ovj.fsf@BL-laptop> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210617_084007_622457_DCCC0098 X-CRM114-Status: GOOD ( 20.66 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hello, > From: Konstantin Porotchkin > > This patch series contains the following changes/fixes: > 1. Add support for Armada CN913x Development Board topology "B" > 2. Add support for Armada CN913x Reference Design boards (CRB) > 3. Fixes the CP11X references in PHY binding document > 4. Fixes the NAND paritioninig scheme in DTS eliminating gap between > consecutive partitions > All above changes are already intergated into Marvell official SDK sources > > v2: > - extract common nodes from DB boards to separate DTSI files > - disable eth2 on CRB boards until the required phy mode support is added > - mention the switch part ID in CRB board description > > v3: > - do not rename setup A DTS files for DB variants > - fix a couple of wrong include names > > v4: > - Rebase on top of Linus master branch (v5.11-rc7) > - Remove HS400 timing from CRB AP SDHCI (not supported by connected eMMC) > - Add cd-gpio entry to CP0 SDHCI for SD card support > - Add a comment to CN9130-CRB patch about the required defconfig > changes for supporting the onboard i2c expander > - Add Stefan's patch to enable 10G port on CN9130-DB platforms > > Grzegorz Jaszczyk (1): > Documentation/bindings: phy: update references to cp11x > > Konstantin Porotchkin (3): > arch/arm64/boot/dts/marvell: fix NAND partitioning scheme > arm64: dts: cn913x: add device trees for topology B boards > arm64: dts: add support for Marvell cn9130-crb platform > > Stefan Chulski (1): > dts: marvell: Enable 10G interface on 9130-DB board > I've applied patches 1 and 2, but I have issue with patch 3, there was some changes around the phys and I am not sure of the correct way to modify the patch. Could you rebase it on v5.13-c1 and fix the merge issue ? Thanks, Gregory > .../bindings/phy/phy-mvebu-comphy.txt | 12 +- > arch/arm64/boot/dts/marvell/Makefile | 5 + > arch/arm64/boot/dts/marvell/cn9130-crb-A.dts | 38 ++ > arch/arm64/boot/dts/marvell/cn9130-crb-B.dts | 46 ++ > arch/arm64/boot/dts/marvell/cn9130-crb.dtsi | 221 ++++++++++ > arch/arm64/boot/dts/marvell/cn9130-db-B.dts | 22 + > arch/arm64/boot/dts/marvell/cn9130-db.dts | 393 +---------------- > arch/arm64/boot/dts/marvell/cn9130-db.dtsi | 402 ++++++++++++++++++ > arch/arm64/boot/dts/marvell/cn9131-db-B.dts | 22 + > arch/arm64/boot/dts/marvell/cn9131-db.dts | 192 +-------- > arch/arm64/boot/dts/marvell/cn9131-db.dtsi | 201 +++++++++ > arch/arm64/boot/dts/marvell/cn9132-db-B.dts | 22 + > arch/arm64/boot/dts/marvell/cn9132-db.dts | 211 +-------- > arch/arm64/boot/dts/marvell/cn9132-db.dtsi | 220 ++++++++++ > 14 files changed, 1223 insertions(+), 784 deletions(-) > create mode 100644 arch/arm64/boot/dts/marvell/cn9130-crb-A.dts > create mode 100644 arch/arm64/boot/dts/marvell/cn9130-crb-B.dts > create mode 100644 arch/arm64/boot/dts/marvell/cn9130-crb.dtsi > create mode 100644 arch/arm64/boot/dts/marvell/cn9130-db-B.dts > create mode 100644 arch/arm64/boot/dts/marvell/cn9130-db.dtsi > create mode 100644 arch/arm64/boot/dts/marvell/cn9131-db-B.dts > create mode 100644 arch/arm64/boot/dts/marvell/cn9131-db.dtsi > create mode 100644 arch/arm64/boot/dts/marvell/cn9132-db-B.dts > create mode 100644 arch/arm64/boot/dts/marvell/cn9132-db.dtsi > > -- > 2.17.1 > -- Gregory Clement, Bootlin Embedded Linux and Kernel engineering http://bootlin.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel