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 592AB2D8364; Sat, 7 Feb 2026 10:53:00 +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=1770461580; cv=none; b=AQ2mMaaGILG4AnA9cHa1kV5Qhk94Sln+rooYszMhdGBvXOYCeD7VqpjRw4bRkgIZ1DFNQ4SfJPN41ZrT7upe6uVKLgUzz6o5XsfVaGGH/+Ud/OFl9DBVR9HWoy/yD1ab0j3obpRAq4akyPr4J7vU8yp7J53ZLt2lVrdwum+vEu4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770461580; c=relaxed/simple; bh=XCZqKVxb6H//ti+xRu9sfwEBs1xH3wPJHOUGSrvRHCM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=mnGfJERj6lN9CurNlltSqcorakMEIvfugrykiwBYF700XfUW10S8tZJSI6xY1pQsQ8bBx+UsLgvZWcXotAtg9OJ6EbPyj+nMadjIajRTuB9PLL5z7a8GNf11XJGbpvpxxgDSwmT+Zn6AOS9RjGLmEBfhfYRbGrBzVAuXGnSkKkU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=cCAxDyCg; 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="cCAxDyCg" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7061EC116D0; Sat, 7 Feb 2026 10:52:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770461580; bh=XCZqKVxb6H//ti+xRu9sfwEBs1xH3wPJHOUGSrvRHCM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cCAxDyCg6syDxtkgkOXfJRH++rJTkG1mPkAfLg8YGvmOwLfkO90QuA5Odnch66AI5 KIkt548Ch6ni5VSypwbxfyOqSU2uRfdDGbgbFDwmt63pkrWRyHnRtDfaiBguukledY km0GmNee/sTMhX7baC4v5J+51imTi530cTTpIWLumkPaSDaghy3wXwUC73wEtc838A vy2aIzPNjmwKX5znClSoOE9f0Jmnzb8wroiJ59KF8jOsLIJI4PsI6GsdJh49iO4U8V r/ChXOZv1m7/moYGa5J+7xkAqPYbZNfjxuL2fI7GITcCbe3O7jkoiVys2meJCyPCD/ 1lBZrzQG8O4gg== Date: Sat, 7 Feb 2026 11:52:57 +0100 From: Krzysztof Kozlowski To: Antoniu Miclaus Cc: Lars-Peter Clausen , Michael Hennerich , Jonathan Cameron , David Lechner , Nuno =?utf-8?B?U8Oh?= , Andy Shevchenko , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/6] dt-bindings: iio: adc: adi,ad4080: add support for AD4085 Message-ID: <20260207-hypnotic-passionate-crocodile-e5be30@quoll> References: Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: On Fri, Feb 06, 2026 at 03:08:22PM +0200, Antoniu Miclaus wrote: > Add device tree binding support for the AD4085 16-bit SAR ADC. > Add adi,ad4085 to the compatible enum. > > A fallback compatible string to adi,ad4080 is not appropriate as the > AD4085 has a different LVDS CNV clock count maximum (8 vs 7), requiring > different driver configuration. > > Signed-off-by: Antoniu Miclaus > --- > Documentation/devicetree/bindings/iio/adc/adi,ad4080.yaml | 1 + Squash the patches. You just added one line, but commit msg is 5 lines. Exactly copied from previous commit. Best regards, Krzysztof