Received: by 2002:a05:6a10:c604:0:0:0:0 with SMTP id y4csp386096pxt; Fri, 6 Aug 2021 04:34:01 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzFywX0mwL2zcRr0TopeqiInk4pvMkpzAcD1E7whhunq3e1WAQT3q80SPBv3LB6sMq/btXU X-Received: by 2002:a5e:8516:: with SMTP id i22mr369436ioj.91.1628249641560; Fri, 06 Aug 2021 04:34:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1628249641; cv=none; d=google.com; s=arc-20160816; b=uFu1Pw4Hg8pcyErklYr26tQJwV3TbPdcl85o9KAd8JKrCKu6rqaFuYBTL0BKIvnDMA 8fD1F8jhLYbwBDor+F71lFtTK2m7+xMKC0TcP8d+sztrft1K7TXYWuydoYZdrQ0qPi7O qUI1vvfilpLrbsVXcH2inz5lA6ntu8JgkDrNfVCe5N60Jul97EwjJwXdJHmXBIc+s4mn evLmSXcyjembf4cO/kpPN6NQ+E7YpjULy0ExpkhJAC5G8KD5dc7Q4jgNq5XxPH5R6sKL +dovwgx/EzQ174hNkpWtqGNDFp4rjXkTTHxAmLDvnlGowLtUvWvW2IuLJMCqByefxzc/ 8UFA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=UklXB7YfClewQHfhzThNudJPGiYMt0RvA3FVZVKqcgE=; b=rqWxaYS2weaswB4ccPlM6wCwH67AS59P7+U3qlRHoAgBtCB27FA7ITmSJP61JfsmSZ SJCjq+4O0Rr0WX0TVCD7Rs1ZdcHp6OPPt5sPa32aD9omgDi+ji1iDupIvbstIYuwjEmn j8GpffI0sGbVOWL5HMiRB12+5TbUlmFGdrciBrKU0LEKksKTFrD1fnWyr+jeaC2hhUyT aIXr/JNVrHnLcWvApljT3OK5yZAwptn6YmnOMZpon6XI1L1toDxS7bH/SIaCdk76qyJw xR3OnA+7j9OH66MAJsfcYiNt4Ry3pPe4s2BrzrympvR955D1dCF64NTV3BtuQ5yI/PoV Kwsg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id x1si7849501ilp.101.2021.08.06.04.33.48; Fri, 06 Aug 2021 04:34:01 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243333AbhHFGbx (ORCPT + 99 others); Fri, 6 Aug 2021 02:31:53 -0400 Received: from muru.com ([72.249.23.125]:36910 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229581AbhHFGbw (ORCPT ); Fri, 6 Aug 2021 02:31:52 -0400 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 8A3508061; Fri, 6 Aug 2021 06:31:56 +0000 (UTC) Date: Fri, 6 Aug 2021 09:31:35 +0300 From: Tony Lindgren To: Grygorii Strashko Cc: linux-omap@vger.kernel.org, Lokesh Vutla , Paul Barker , linux-kernel@vger.kernel.org, Vignesh Raghavendra Subject: Re: [PATCH v2] ARM: dts: am335x-bone: switch to new cpsw switch drv Message-ID: References: <20210805230956.7379-1-grygorii.strashko@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210805230956.7379-1-grygorii.strashko@ti.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Grygorii Strashko [210806 02:10]: > 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 - it's safe > to switch drivers. > > So, Switch BeagleBone boards to use new cpsw switch driver. Those boards > have or 2 Ext. port wired and configured in dual_mac mode by default, or > only 1 Ext. port. > > For am335x-sancloud-bbe-common.dtsi also removed duplicated davinci_mdio DT > nodes which already defined in am335x-bone-common.dtsi. Applying this too into omap-for-v5.15/dt. Regards, Tony