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 02254348453; Thu, 9 Apr 2026 15:36:11 +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=1775748972; cv=none; b=Xqd6LxC2yJo8Jm7eCYHuuFPWVlBjZrG4UDrO674Fp7TtwxuceThkKVvcDzuoVRh0UxzhF7zaOqJ5tUIxnadC+37MuKo+L5TEI62xVxbYX5hKBtIBMmBKrqWrxTH/xHXGk/7X/u+UlAioEQea6lgShzTtah9n/u7036XOJA6CAL0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775748972; c=relaxed/simple; bh=GaBsF253+7/0/7ERds0sHbzej0dAyfzmyKqbhi68H6c=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=GmRvD4i09WjLZfI+93xNbET/5WVsNsPVX8cyqRdK1++E7ZV0CzbJ55SP2+oMrssuvxImSoFH45nvbb+gQxyEMArHP8R1qvxMn7KfDxXlmABiAqB5vQBOEN3CzZk9t9Fg8/lZ5Kh8EkHqb84yoLLGEFGsxQ0aB9kPSWPpYceU5HQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=oFVh+w9B; 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="oFVh+w9B" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 03943C4CEF7; Thu, 9 Apr 2026 15:36:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775748971; bh=GaBsF253+7/0/7ERds0sHbzej0dAyfzmyKqbhi68H6c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oFVh+w9B2ldMkOPGVl6bIKnn59TCHL0dytoqAX3A1iQs2ErGvYeLQmmpfm8lef8mq VoExxPRoA8rQN0DeT+s+6uqcL7AXkMyTholVv57reE6JSRkV0P1YFJDvY/C/nJMt5b VVnAXF9iLERirSIfpaoqcEcKGHJYoMrz5fz2hz17zxWlCEpWw2+yZMR5uQ5536BhpG eTLofzn2Y+BROrNBOKopUwJ/n02Xrh5xBvCKFEyB+QQwRJRHMIcRpU2M/755+FVZMf 03FRvcgHnbYJU7CVHc1l5qU+cud+t4cFdzYiNLUPmY/ZMhNpFbNOiB3bDkUHaltkT1 LBuz7zpWpAlIA== Date: Thu, 9 Apr 2026 16:36:04 +0100 From: Conor Dooley To: Josua Mayer Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Frank Li , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Andrew Lunn , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Yazan Shhady , Mikhail Anikin , Alexander Dahl , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, Vladimir Oltean , Conor Dooley , Krzysztof Kozlowski , netdev@vger.kernel.org Subject: Re: [PATCH v2 1/3] dt-bindings: net: dsa: nxp,sja1105: make spi-cpol optional for sja1110 Message-ID: <20260409-afar-striving-d89022c8a2bc@spud> References: <20260409-imx8dxl-sr-som-v2-0-83ff20629ba0@solid-run.com> <20260409-imx8dxl-sr-som-v2-1-83ff20629ba0@solid-run.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="FfoVPBWIp5Jpffvt" Content-Disposition: inline In-Reply-To: <20260409-imx8dxl-sr-som-v2-1-83ff20629ba0@solid-run.com> --FfoVPBWIp5Jpffvt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 09, 2026 at 02:34:33PM +0200, Josua Mayer wrote: > Currently, the binding requires 'spi-cpha' for SJA1105 and 'spi-cpol' > for SJA1110. >=20 > However, the SJA1110 supports both SPI modes 0 and 2. Mode 2 > (cpha=3D0, cpol=3D1) is used by the NXP LX2160 Bluebox 3. >=20 > On the SolidRun i.MX8DXL HummingBoard Telematics, mode 0 is stable, > while forcing mode 2 introduces CRC errors especially during bursts. >=20 > Drop the requirement on spi-cpol for SJA1110. >=20 > Fixes: af2eab1a8243 ("dt-bindings: net: nxp,sja1105: document spi-cpol/cp= ha") > Signed-off-by: Josua Mayer Acked-by: Conor Dooley --FfoVPBWIp5Jpffvt Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCadfHYQAKCRB4tDGHoIJi 0pHMAP4xcZs2F6zIRBAC+PvYt8NsWbZkNNOCtJhpauOF9O+jugD/dx95sKUe2Px2 XiwZrAPhK4i3PH2q0hqkv0eSMmaMNwY= =I38d -----END PGP SIGNATURE----- --FfoVPBWIp5Jpffvt--