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 AF60F213E89; Tue, 27 May 2025 22:36:57 +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=1748385419; cv=none; b=oEn3okcx20ig3A3qQNGKmGP8wDtTRiQ9e425XCcAU8v1aE+EBc85hkWOkuf1jMrAFOW3KKZKHFuuBdTVIyOr5n7pKEOdHEYJCGwB8xQuM6oBPRHDna9+HSVoH/9sLQF3b6o5y8iDruuDI1dhXQomKH8H8UqOHQXWMiN2IQgcyW4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1748385419; c=relaxed/simple; bh=vWvzVfNIWrFPmkZKsQ2/Z1Cx33Nq6SHCN7YusYEnQOg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=qO32638NyMVNzQBEuL4UF1JN08TZRcKes702FOoeSKEolw9TFfHjXSdPJawYwioFw0g141RhARD1dBhvUrVDGNRuvVmNuOkJvG2uVJQCaYc1MsPh/FN7opXz3X5ju+gFDHcY5AbY2Gop9rRfreNnFLpEHFu3UHH0XyAoZW2KD9Q= 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=fIglzrAk; 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="fIglzrAk" 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=9HKzn5D1sKcucKDjWQ0nxn7C+0oHp7/7257o8TcwJVM=; b=fIglzrAkwdMp5uiubj9GPiDCVL 7VLxmHgry94Hd0NsL54lebSqWJ7HumnuM9hq/pubmb9UPviWiHGGPox6LEt3q1vMedbRr24fZxlQZ SCFuO+iVPI/hJjRnbt7urAIngC/nwe4HqO8OCglcdEhC0qFbGvokIAW6cutISBTxayFE=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1uK2uc-00E78z-Uq; Wed, 28 May 2025 00:36:46 +0200 Date: Wed, 28 May 2025 00:36:46 +0200 From: Andrew Lunn To: Christian Marangi Cc: Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiner Kallweit , Russell King , Philipp Zabel , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [net-next RFC PATCH 2/2] net: mdio: Add MDIO bus controller for Airoha AN7583 Message-ID: References: <20250527213503.12010-1-ansuelsmth@gmail.com> <20250527213503.12010-2-ansuelsmth@gmail.com> Precedence: bulk X-Mailing-List: devicetree@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: <20250527213503.12010-2-ansuelsmth@gmail.com> > +#define AN7583_MDIO_PHY 0xd4 > +#define AN7583_MDIO1_SPEED_MODE BIT(11) > +#define AN7583_MDIO0_SPEED_MODE BIT(10) Is there any documentation about what these bits do? The bus should default to 2.5Mhz. Andrew