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 3329271747; Sat, 28 Jun 2025 15:23:44 +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=1751124225; cv=none; b=GzjwwE6wrP1XJPNV6rhF8Pcv9fx8rqFp2JObV7SGf712vEwFEoCnYkhqjzA8oRHT4CX/B7PGPOpoF9QODMU+i4qSP5KgsIpdr/OnyvQ5zlFO8ya2AqH3AqLVSbwz17x81u2BGKz4OMKyd1d8VmyppKu2KIsGsLxyyNxKyA2yzTg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751124225; c=relaxed/simple; bh=zkUB9FEEwz5gzjfhnoERP0IXv4N2edG3iKd96FdT6MI=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=L6kJrBTcSwiKvrnq/Ore8BEd58EqSycibBLpVPeUJYG2j8nGtGUlL9Xa6GYQaWt/wlilJeBTglbLWKkMaCNU74ZdTGxG3INuLOFloqtJexitVH7tJWQcBwWIvE7e1U19lmRoga6MNa2UiO5E3mQChOa9nh6HTWLf7aI8LOQAppw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=X+xsXDh7; 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="X+xsXDh7" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 776C0C4CEED; Sat, 28 Jun 2025 15:23:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1751124224; bh=zkUB9FEEwz5gzjfhnoERP0IXv4N2edG3iKd96FdT6MI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=X+xsXDh72stFKixw15YnLdKPsXPj9AB1x9xmR5zA8I292xmyZpV2jCsurc+j/TMKX A8lMZhE+C5QsRSFHK8o06tvgMrDlpe2J7GSOECvJP0dOy69UVHNm4obcURxgGl1q5O rZOskMAebOZV8zvy3ivy9ENn4zTRIBhBm4I72X3E/mP/v36OVXCvGca7SWPlJQggl2 90bKwPihvcKilYnGfsPx0M8KvegQCrJfayaTUWG/krX5/tSZB/1QZOhsouwZjGL7iX VU6YzWkWKANfkHfBk5Ke9MCbcBeIlsHNInHCLJQ9maezkxnz7BrV37mLuHFSAy0JF7 7KEhgI5OlTZIQ== Date: Sat, 28 Jun 2025 16:23:40 +0100 From: Jonathan Cameron To: Antoniu Miclaus Cc: , , , , Subject: Re: [PATCH 1/2] dt-bindings: iio: adc: ad4851: add spi-3wire Message-ID: <20250628162340.721b7462@jic23-huawei> In-Reply-To: <20250626104024.8645-1-antoniu.miclaus@analog.com> References: <20250626104024.8645-1-antoniu.miclaus@analog.com> X-Mailer: Claws Mail 4.3.0 (GTK 3.24.48; x86_64-pc-linux-gnu) 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-Transfer-Encoding: 7bit On Thu, 26 Jun 2025 13:40:23 +0300 Antoniu Miclaus wrote: > Add devicetree support for spi 3-wire configuration. > > Signed-off-by: Antoniu Miclaus Series applied. Thanks, Jonathan > --- > Documentation/devicetree/bindings/iio/adc/adi,ad4851.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/iio/adc/adi,ad4851.yaml b/Documentation/devicetree/bindings/iio/adc/adi,ad4851.yaml > index c6676d91b4e6..b107322e0ea3 100644 > --- a/Documentation/devicetree/bindings/iio/adc/adi,ad4851.yaml > +++ b/Documentation/devicetree/bindings/iio/adc/adi,ad4851.yaml > @@ -69,6 +69,8 @@ properties: > spi-max-frequency: > maximum: 25000000 > > + spi-3wire: true > + > '#address-cells': > const: 1 >