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.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no 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 E7718C2D0A7 for ; Thu, 10 Sep 2020 22:25:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A4C0B20BED for ; Thu, 10 Sep 2020 22:25:25 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="F9u6+z1H" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725833AbgIJWZY (ORCPT ); Thu, 10 Sep 2020 18:25:24 -0400 Received: from lelv0143.ext.ti.com ([198.47.23.248]:41410 "EHLO lelv0143.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725763AbgIJWZW (ORCPT ); Thu, 10 Sep 2020 18:25:22 -0400 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 08AMPIU0090114; Thu, 10 Sep 2020 17:25:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1599776718; bh=GjMJP+nWCUtiQwNsarcqurRBqCFISUNVgzR2BTmparY=; h=From:To:CC:Subject:Date; b=F9u6+z1H7wqbOHBaHNRVjb/2Hki0eCW4Q0WDeb408kQoysmWoS3AhGan7yP7la6MU JEsf8QG/bnkZS2YuOwN6PAFk+IjbbeWMlFWi6m6KoYPv2xZ6zaQlxpikTUV705pAnX zJRPEfTaB3rTKZNg3FUtko1+az/kjSNK86MWY25k= Received: from DFLE112.ent.ti.com (dfle112.ent.ti.com [10.64.6.33]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 08AMPIhe091776 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 10 Sep 2020 17:25:18 -0500 Received: from DFLE106.ent.ti.com (10.64.6.27) by DFLE112.ent.ti.com (10.64.6.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Thu, 10 Sep 2020 17:25:17 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DFLE106.ent.ti.com (10.64.6.27) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Thu, 10 Sep 2020 17:25:17 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 08AMPGr5017546; Thu, 10 Sep 2020 17:25:17 -0500 From: Grygorii Strashko To: Tony Lindgren CC: , , Sekhar Nori , Vignesh Raghavendra , Murali Karicheri , Grygorii Strashko Subject: [PATCH next 0/3] ARM: dts: am437x: switch to new cpsw switch drv Date: Fri, 11 Sep 2020 01:25:05 +0300 Message-ID: <20200910222508.32417-1-grygorii.strashko@ti.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Tony, Since Kernel v5.5 commits: 111cf1ab4da3 ("net: ethernet: ti: introduce cpsw switchdev based driver part 2 - switch") ed3525eda4c4 ("net: ethernet: ti: introduce cpsw switchdev based driver part 1 - dual-emac") the new CPSW driver with switchdev support has been introduced and one am571x-idk board was converted to use it. And since that time (Nov 2019) no significant issues were reported for the new CPSW driver. Therefore it's time to switch all am437x boards to use new cpsw switch driver. Those boards have 1 or 2 Ext. ports wired and configured in dual_mac mode by default. The dual_mac mode has been preserved the same way between legacy and new driver, and one port devices works the same as 1 dual_mac port, so it's safe to switch drivers. Grygorii Strashko (3): ARM: dts: am437x-l4: add dt node for new cpsw switchdev driver ARM: dts: am437x: switch to new cpsw switch drv ARM: dts: am437x-l4: drop legacy cpsw dt node arch/arm/boot/dts/am4372.dtsi | 4 +- arch/arm/boot/dts/am437x-cm-t43.dts | 14 +++-- arch/arm/boot/dts/am437x-gp-evm.dts | 13 +++-- arch/arm/boot/dts/am437x-idk-evm.dts | 13 +++-- arch/arm/boot/dts/am437x-l4.dtsi | 77 +++++++++++++++------------- arch/arm/boot/dts/am437x-sk-evm.dts | 14 +++-- arch/arm/boot/dts/am43x-epos-evm.dts | 13 +++-- 7 files changed, 78 insertions(+), 70 deletions(-) -- 2.17.1