From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3FFA734545; Sat, 23 Nov 2024 19:37:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.67.10.101 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732390628; cv=none; b=R4xq0g6gDl0AxxQLDWY0v2H/hJKhFEJco4mpxwJSbSBo5RA9oX45kHQtzMOUHP1OpFecOnvEvSdnqkZaIKrrX/yHPJWLAlt0rPmR0HfUvZJTy48PdS+exy5YE/97Ujad7FG91tM1JINWdDYrhl0d+DtnM3+36HYkh6zmdi9Y9x0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732390628; c=relaxed/simple; bh=rngSxhuCFJ+uzlzf5CfSOCccr1oI1Ht4c7AbItbbOL4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=TIXxc99Mu98q7ZkyQ+GR6x0v1wF5cZ7Vj1+0I6ZF9TNXyjNYj3NE6o7l/t1I80GYNiSEYV1Lv2/sVZURg00j/PQmglgIg+oFnS3pGPJQVhvt62p1B83kvsEHVqxlnp7aLFf5e13F4TmuDEvZENNggpF4K1LKaUDBdiAW/Ux0N2Q= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch; spf=pass smtp.mailfrom=lunn.ch; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b=f7VKHQcX; arc=none smtp.client-ip=156.67.10.101 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lunn.ch Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="f7VKHQcX" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=T451uf3FJRW3SLEQhbuE9Lw3J5awZznXo86Z6PYTMZ8=; b=f7VKHQcXjoUjQG0B/8SLl2ywAa FlyQ9YDgnVCPJRO3m+pQ/vUCU8nlx5I9jo0zrrvrguTwow0/SeMCvtzvZ0UbSVKw/CY3MBT9lpuQz tyR+1dQ5jtOuiDZvNiF8Vl/8buk9nDoI2jRStRnv8ZkyU28m/gKNqAdg2AjjhgCxBCQ8=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1tEvwA-00EEA4-B4; Sat, 23 Nov 2024 20:36:58 +0100 Date: Sat, 23 Nov 2024 20:36:58 +0100 From: Andrew Lunn To: Yijie Yang Cc: Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Richard Cochran , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH v4 1/2] arm64: dts: qcom: qcs8300: add the first 2.5G ethernet Message-ID: <355ff08c-d0a8-49e7-8afc-2e4adddf2c9e@lunn.ch> References: <20241123-dts_qcs8300-v4-0-b10b8ac634a9@quicinc.com> <20241123-dts_qcs8300-v4-1-b10b8ac634a9@quicinc.com> Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20241123-dts_qcs8300-v4-1-b10b8ac634a9@quicinc.com> > + ethernet0: ethernet@23040000 { > + compatible = "qcom,qcs8300-ethqos", "qcom,sa8775p-ethqos"; > + reg = <0x0 0x23040000 0x0 0x10000>, > + <0x0 0x23056000 0x0 0x100>; > + reg-names = "stmmaceth", "rgmii"; Dumb question which should not stop this getting merged. Since this is now a MAC using a SERDES, do you still need the rmgii registers? Can the silicon actually do RGMII? Andrew