Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp6091628pxv; Thu, 29 Jul 2021 06:20:40 -0700 (PDT) X-Google-Smtp-Source: ABdhPJydqNvlgNP1gGF3ToCM2DO9BIv7qEkZdvh/E6hrAC2k4djxxaslqTabvr2aLCC1h/nn3Do3 X-Received: by 2002:a5d:9eda:: with SMTP id a26mr4219609ioe.166.1627564840626; Thu, 29 Jul 2021 06:20:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1627564840; cv=none; d=google.com; s=arc-20160816; b=yIu0f8aHdCfTKxvOpEWSkTuCLbzTWe18lyCd+oXNSzg5DPvAJy2NYfUlxC79fHcaz4 uxlT4vGNbsL3OD+Vatioi9c0/gfImk289MEMkSk905SJxZUFMj/SJcZtxdv8Noa/1J9N 8ET5V1HjbZQQJ12jSoABxtuyfgbQjj/+CXGhPhFnTwZXLZFkPgOmZoYJbOonh/1TkhNm 0VcpGnk7UeCfzvmsof9adtoLKVzAoVij+ZDgQ8S8pv0GwE62wR2Eie0X5deDzh5Z9Bpz 4CKoU7bJBJys/4K6lMredJykWtihMHCGMzKbORVPuMKUWFHV3lvZBJGV2TulUHun7Atn iRnQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=E0m1E2QSuAZDIZX0oO8luw43YZ7zYfTpFdv0+H9NYbo=; b=L9kdm7W3pJrnjDEo4pZc86iS9MzUVFGIPhsws+V3J4GbIinDuWHdTJuBI+quSFYecn 4G6ME8if+hQNZ7PmEyBq+Z6YPo4lb+/EJjT+Yh4fIz/8yiydwzP2D/lkP5pDCT9h2igZ Ok5aDYqAIuoJqbQpQS2mZULwYY2ZKItskPByihrH6PBZLugz6/y36uBfyuWP9MeCPry1 vHD4xgRoTrBkI65f7J0MFvDUoUIK2zOxfY9Wyfzyi9ddRZiaRWV66N1R50U2S3ff1M3E 1d7DlCX2J+ulF3/C3ha+sgsh159cpKvzccafDthIKDc82qdEfQg+ht+cnmtjlh5hhC1i 4ELw== 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 n200si3736011iod.51.2021.07.29.06.20.28; Thu, 29 Jul 2021 06:20:40 -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 S237461AbhG2NT3 (ORCPT + 99 others); Thu, 29 Jul 2021 09:19:29 -0400 Received: from gloria.sntech.de ([185.11.138.130]:57688 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237427AbhG2NT2 (ORCPT ); Thu, 29 Jul 2021 09:19:28 -0400 Received: from ip5f5aa64a.dynamic.kabel-deutschland.de ([95.90.166.74] helo=phil.lan) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m95wW-0003Jt-V3; Thu, 29 Jul 2021 15:19:21 +0200 From: Heiko Stuebner To: linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Michael Riesch Cc: Heiko Stuebner , Simon Xue , Rob Herring , Peter Geis , Liang Chen Subject: Re: [PATCH v2 0/2] add ethernet support to rk3568 dts Date: Thu, 29 Jul 2021 15:19:17 +0200 Message-Id: <162755606328.1705274.2968176940580223708.b4-ty@sntech.de> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210729093913.8917-1-michael.riesch@wolfvision.net> References: <20210729093913.8917-1-michael.riesch@wolfvision.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 29 Jul 2021 11:39:11 +0200, Michael Riesch wrote: > these patches should be orthogonal to the ongoing work of Peter Geis > that aims to introduce the GMAC1 node to the common RK356x dts. > The GMAC0 node, which is exclusive to the RK3568, and the Ethernet > phy nodes in the RK3568 EVB1 are introduced by this series. > > v2: > - sort properties alphabetically > - use phy-mode "rgmii-id" without delay properties > - rename phy nodes to "ethernet-phy" > > [...] Applied, thanks! [1/2] arm64: dts: rockchip: add gmac0 node to rk3568 commit: 2ff79e4cec9850de4df59e3902197141de7ba9ea [2/2] arm64: dts: rockchip: rk3568-evb1-v10: add ethernet support commit: f96f01eb249165631456e1d81aed0e2f3d4e2cea Best regards, -- Heiko Stuebner