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 A31C117BCA; Sun, 24 Mar 2024 13:41:31 +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=1711287691; cv=none; b=OLD8xPO3jfbKUmu4XvIf88gztCflRxkzWtCoKth/oG8D3iigpbEPPTcz5YXi4xsrGSieSweyCV7JB6EpzorzaLmeTwM6E1/oeo5S9+/EfF3SUuKKXJyMB7EQ7QroYi90lELZTskax96SK2arhXL4WQE477mJP3GMpzwxoNw9zTU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711287691; c=relaxed/simple; bh=EboX70F+3+t7ZeDd01epnf/aRoP9Cg1U0VVgeysaQ6Y=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=giPV5inZsbqR9lgP/yP/nUL2ZaMcBeKMq+ZNXDC65q071g2uk4WC9qt98FuZ7YOtmlxPcZhbbX/LgLzGjGC3nJLCQm1Pb9/Hf6rFaVs6TVMnZ82Z9jFESO27nxDNlwWR5OIYmKgVg1aYMiqQwNILpfYOGoTSY2eZktmaddrYVaY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=i7Bp6qvK; 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="i7Bp6qvK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B6E4BC433F1; Sun, 24 Mar 2024 13:41:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1711287691; bh=EboX70F+3+t7ZeDd01epnf/aRoP9Cg1U0VVgeysaQ6Y=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=i7Bp6qvKwcBVtnti5i61ivt4PJ6c0K/ULRzwp/oFV2OJkxY4eN73PbjpJAgYqRQjB O52bd5nYw3egIkNOmlIv4YQUQZQqyHEHFi3Hs0UG0e3k4+iP7zTA9ZWYBNXlAnrSFk sInxRXSoQM/QCRprHj7Fzrl937qZOhNbFeDFpHUq56QLdEB7hU7aG3bvTSaPP/uyff uMRr31ceHmPJVuc7N9vgNJ62wMz+D4zoOxDUitUgS6zuQy879M0v+i8NIy4WLpfN48 0MwXEOl9gbOCD5fKb36Zby6bmN3yDaq38DVH6RDQcPhL//j0GNTYS69uNGhEP/vGC7 delSV5US26/yA== Date: Sun, 24 Mar 2024 13:41:17 +0000 From: Jonathan Cameron To: Javier Carrasco Cc: Lars-Peter Clausen , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matt Ranostay , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] dt-bindings: iio: health: maxim,max30102: add max30101 Message-ID: <20240324134117.6d1dccb6@jic23-huawei> In-Reply-To: <20240321-max30101-v1-1-00b83e966824@gmail.com> References: <20240321-max30101-v1-0-00b83e966824@gmail.com> <20240321-max30101-v1-1-00b83e966824@gmail.com> X-Mailer: Claws Mail 4.2.0 (GTK 3.24.41; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-iio@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, 21 Mar 2024 19:33:48 +0100 Javier Carrasco wrote: > The Maxim max30101 irs the replacement for the max30105, which is no is > longer recommended for future designs. > > The max30101 does not require new properties, and it can be described > with the existing ones for the max30105. > > Signed-off-by: Javier Carrasco > --- > Documentation/devicetree/bindings/iio/health/maxim,max30102.yaml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/iio/health/maxim,max30102.yaml b/Documentation/devicetree/bindings/iio/health/maxim,max30102.yaml > index c13c10c8d65d..0e455809340f 100644 > --- a/Documentation/devicetree/bindings/iio/health/maxim,max30102.yaml > +++ b/Documentation/devicetree/bindings/iio/health/maxim,max30102.yaml > @@ -4,7 +4,7 @@ > $id: http://devicetree.org/schemas/iio/health/maxim,max30102.yaml# > $schema: http://devicetree.org/meta-schemas/core.yaml# > > -title: Maxim MAX30102 heart rate and pulse oximeter and MAX30105 particle-sensor > +title: Maxim MAX30101/2 heart rate and pulse oximeter and MAX30105 particle-sensor > > maintainers: > - Matt Ranostay > @@ -12,6 +12,7 @@ maintainers: > properties: > compatible: > enum: > + - maxim,max30101 > - maxim,max30102 > - maxim,max30105 > >