From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 E02D4212542; Tue, 28 Apr 2026 13:01:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777381295; cv=none; b=rokLj7DUfIcX+yCbFMrP4mYDOOz/NR+sCPHISPQF5dJcnbobdvZmv/1ntuZY45S+RJo4Cc13trLSLG2eoEchy6iVJxSpeOe8+eRlR+6SCphXN1wCqvxH1CVMKVFwphFvNezXuWU3iz2xmgxUWVy5I8+lbpgtNqBKmZxMw3T2JKc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777381295; c=relaxed/simple; bh=mYMvL3RT0JQEkkV8OC+iZfRT5L4605aTgd/Wc9MdFO8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ZxnuI5N2TrTV6z9VS033b+9WWUBUhx3KOcmXT6mxaJKseef/g2GU9q2bjqhDmPcxO3WM9pR8JINke0liag+apGKNTiBwrziqvKhqBV917GXhatCPMviMg9OSVqaaEgu7sHHJwH5H1tr2NONXae5txYGVoWc250Vx6zci6CXjMk4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=fdQoeFhZ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="fdQoeFhZ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B72BDC2BCAF; Tue, 28 Apr 2026 13:01:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777381294; bh=mYMvL3RT0JQEkkV8OC+iZfRT5L4605aTgd/Wc9MdFO8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fdQoeFhZBreFNnWW+ZqREafCfVPWpjBGzHW23FP6hJOP3IoyUinShHrF/Z6g0nBen v6fiRGyFWR9TB19DWi7GOPX6M31IXzivNjEWm1S4iXRJ3oDsiWodVyhrG5+YZ5cGuI GqWTBGo64cGjJE2zPxKkdSu4d0EPM8LKm2OnZTAWQ2nfn5YfuqRIK5A/In6u90AiSp KHP6wD8z1Uy6V2dFPJgP+B9a+IR8rLr8u6/17F0W7hYoamQhFOQN02S0Xvxue60hKY mnZmhh5FUHGO5sIiIIPfP/MJMweDD+ZxsWTDVlDaerS2ytELHcjLfqs+nKScS8e6sT QPjX7I7YKgNkQ== Date: Tue, 28 Apr 2026 14:01:28 +0100 From: Simon Horman To: Heiko Schocher Cc: netdev@vger.kernel.org, Andrew Lunn , "David S. Miller" , Eric Dumazet , Heiner Kallweit , Jakub Kicinski , Paolo Abeni , Russell King , linux-kernel@vger.kernel.org Subject: Re: [PATCH v1] net: phy: dp83869: fix setting CLK_O_SEL field. Message-ID: <20260428130128.GR900403@horms.kernel.org> References: <20260425031339.3318-1-hs@nabladev.com> Precedence: bulk X-Mailing-List: netdev@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: <20260425031339.3318-1-hs@nabladev.com> On Sat, Apr 25, 2026 at 05:13:39AM +0200, Heiko Schocher wrote: > Table 7-121 in datasheet says we have to set register 0xc6 > to value 0x10 before CLK_O_SEL can be modified. No more infos > about this field found in datasheet. With this fix, setting > of CLK_O_SEL field in IO_MUX_CFG register worked through dts > property "ti,clk-output-sel" on a DP83869HMRGZR. > > Signed-off-by: Heiko Schocher Reviewed-by: Simon Horman