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 3817712CD84; Tue, 14 May 2024 11:37:19 +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=1715686639; cv=none; b=n0EpYoIuz6lD7GnFrYzc1CrJ9xYpY5uCnaiW/YD72pX/SUx+fEdeWKhLmucEDAmTRpwwPWgSq0n9dA2+OLnb6tacqOeM9yzW4XFUi/KK7k8eMCbOZIAjV74wGIKWRhgMNBoStrzgqQGn356FzWe3n/I3CYTKt2fUFaUULsrE+1o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715686639; c=relaxed/simple; bh=ki4PZs7cyGSFKEhgPSbNzMMWQqO7Lhe7Nurg4XTXWU4=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=dMhv2myY4P+ao7x/47veV8Xm3SxmlhYNGdx0PNlYUdmxeckZxzxCiM8AB94jvEnoFVoRIxeiq7D/5bRGdlZ5WsJ1RTNpiHGIHgDIw+bQ7a+JaxYRBWcQhuLYt/6LdmITqcEvlZolV/eUOcvY64HkGVlasDEgEQM6n1xrbRMKias= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=u5X8bYtz; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="u5X8bYtz" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B4D26C2BD10; Tue, 14 May 2024 11:37:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1715686639; bh=ki4PZs7cyGSFKEhgPSbNzMMWQqO7Lhe7Nurg4XTXWU4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=u5X8bYtzgt1ktbReQDk2CXdsHoYamD24MUn8VU9jwwl1IJUmyE+1XNm83rWNt1FHi WqYqcOat8t752QhVYxpTLn98MwZHrvAEwXjPKTW0Yo+Y/EzTQhcEXlKWekGsMWjSU2 bwKAObW2MlWbE9i83m4NF974CwDJJE3zo9+GWUVU= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Javier Carrasco , Conor Dooley , Stable@vger.kernel.org, Jonathan Cameron Subject: [PATCH 6.1 207/236] dt-bindings: iio: health: maxim,max30102: fix compatible check Date: Tue, 14 May 2024 12:19:29 +0200 Message-ID: <20240514101028.220737703@linuxfoundation.org> X-Mailer: git-send-email 2.45.0 In-Reply-To: <20240514101020.320785513@linuxfoundation.org> References: <20240514101020.320785513@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.1-stable review patch. If anyone has any objections, please let me know. ------------------ From: Javier Carrasco commit 89384a2b656b9dace4c965432a209d5c9c3a2a6f upstream. The "maxim,green-led-current-microamp" property is only available for the max30105 part (it provides an extra green LED), and must be set to false for the max30102 part. Instead, the max30100 part has been used for that, which is not supported by this binding (it has its own binding). This error was introduced during the txt to yaml conversion. Fixes: 5a6a65b11e3a ("dt-bindings:iio:health:maxim,max30102: txt to yaml conversion") Signed-off-by: Javier Carrasco Acked-by: Conor Dooley Link: https://lore.kernel.org/r/20240316-max30102_binding_fix-v1-1-e8e58f69ef8a@gmail.com Cc: Signed-off-by: Jonathan Cameron Signed-off-by: Greg Kroah-Hartman --- Documentation/devicetree/bindings/iio/health/maxim,max30102.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Documentation/devicetree/bindings/iio/health/maxim,max30102.yaml +++ b/Documentation/devicetree/bindings/iio/health/maxim,max30102.yaml @@ -42,7 +42,7 @@ allOf: properties: compatible: contains: - const: maxim,max30100 + const: maxim,max30102 then: properties: maxim,green-led-current-microamp: false