From nobody Wed Oct 8 05:49:20 2025 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 BC24D26B766; Tue, 1 Jul 2025 21:00:57 +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=1751403657; cv=none; b=dzQZAPEI3zGL5IAymd+tc7GrI1AAfZBSOarWM7Pkk03z+N4jYP2pfldAkx5F10Ij3pKW2e0HZpl2dzfAu/aGPSp45jIMSZfrYS3T89UPaCD8XCaVrqab8daRth92oMIecX3GdcWwtZwv4Y87qPOtJxEZBNxH7XcJe3lWPkOcThg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751403657; c=relaxed/simple; bh=wNforJdLU0FkGAjg0CfefCw6/V9RHWpPiaZ5+97ppu8=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=Wh/YFhscQZWUpJJjE79bG3qjA4alikmHr/iMrte5kL38EFdv8z+TGY5uoZMOXqKtBrDqtyWaweMhvoEYtflyo2wfREzSZUmzXyCPw/0jzlZMav6JJbeBJvC/5TCOKN0Z22oJTXG+5/BoBIeZRydP1EOpTRCufU3BmY+H8NTbRZM= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=RNiuc4/N; 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="RNiuc4/N" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6C367C4CEEE; Tue, 1 Jul 2025 21:00:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1751403657; bh=wNforJdLU0FkGAjg0CfefCw6/V9RHWpPiaZ5+97ppu8=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=RNiuc4/NoonkBAQWXW3cme9hhOgo4LKIV1gTz4qJ6kR+y6Hf6Eb3J/EFtvUOpCxpr smCZRyyNmHt6s55hcwfqrRYlxtFq+xxN79T87OyntVAtxNuECmFlWKuxKjMNwKT58l l3Aeh7uQ/aalGliWJYDwPQH65/N4p2Smbn+Dqd6/O7obMPQnKvHz7tnSPZqU+aEYli 9uyx22EqSMqE7DyNNKLCCi/btQwoItf24UOIbKdDjVy2jgOViJF0yHwQucLgUyr9nA XGhAcogsvJ7uliaTVfNj0vftR3MkhTsN4Ep9T5gK+csgQ9N56KMGtnILiyjuaJcj0K 6xYLGPEZLccSQ== From: "Rob Herring (Arm)" Date: Tue, 01 Jul 2025 16:00:40 -0500 Subject: [PATCH 1/6] dt-bindings: hwmon: national,lm90: Add missing Dallas max6654 and onsemi nct72, nct214, and nct218 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20250701-dt-hwmon-compatibles-v1-1-ad99e65cf11b@kernel.org> References: <20250701-dt-hwmon-compatibles-v1-0-ad99e65cf11b@kernel.org> In-Reply-To: <20250701-dt-hwmon-compatibles-v1-0-ad99e65cf11b@kernel.org> To: Jean Delvare , Guenter Roeck , Krzysztof Kozlowski , Conor Dooley , Javier Carrasco , Frank Li , Jim Wright Cc: linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org X-Mailer: b4 0.15-dev The onsemi nct72, nct214, and nct218 and Dallas/Analog max6654 temperature sensors are already supported, but not documented. Add them to the LM90 binding. Signed-off-by: Rob Herring (Arm) --- Documentation/devicetree/bindings/hwmon/national,lm90.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/devicetree/bindings/hwmon/national,lm90.yaml b/D= ocumentation/devicetree/bindings/hwmon/national,lm90.yaml index 4feb76919404..1b871f166e79 100644 --- a/Documentation/devicetree/bindings/hwmon/national,lm90.yaml +++ b/Documentation/devicetree/bindings/hwmon/national,lm90.yaml @@ -20,6 +20,7 @@ properties: - dallas,max6646 - dallas,max6647 - dallas,max6649 + - dallas,max6654 - dallas,max6657 - dallas,max6658 - dallas,max6659 @@ -36,6 +37,9 @@ properties: - nuvoton,nct7717 - nuvoton,nct7718 - nxp,sa56004 + - onnn,nct72 + - onnn,nct214 + - onnn,nct218 - onnn,nct1008 - ti,tmp451 - ti,tmp461 @@ -118,6 +122,7 @@ allOf: - dallas,max6646 - dallas,max6647 - dallas,max6649 + - dallas,max6654 - dallas,max6657 - dallas,max6658 - dallas,max6659 @@ -139,6 +144,9 @@ allOf: - adi,adt7461 - adi,adt7461a - adi,adt7481 + - onnn,nct72 + - onnn,nct214 + - onnn,nct218 - onnn,nct1008 then: patternProperties: --=20 2.47.2 From nobody Wed Oct 8 05:49:20 2025 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 0C1B230207D; Tue, 1 Jul 2025 21:00:58 +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=1751403659; cv=none; b=dPmNPSK3X99G8apw1cJeUu8vr6DlsyMgz/2V22Gw/7bXfuPKK+HdjTk/jllIu8JfYnFfD5y9Q2jasMei9fpjtY2Xgv2KT+IoC6o/uhM8F3vwao+/aQ6FBmn+BbxKeUwaDLxBdPwKabEmLNeLPSlGRzRa+x5BD64BA6AXj3jy1Ew= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751403659; c=relaxed/simple; bh=lcvZmz3ogHvpQH5BN2zUxLZB4qz9K0mohot0UwqsKVI=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=IOcz81C6HGR8Ow3WZl8+uSWGbu25FH4yXkBea/yXQO51kBQRoMA73ACz97pgVxdP1hB7BowXzfyzhusEeK4jBMceFRsUZgaaMblth02MhzVo3sDoQWQvYkdqRQAB4rEjniYVGLpge/L45CoTTVOPChEoMGKkyEGdHHe3V/+4lbY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=lmHWuFeB; 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="lmHWuFeB" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7F7BBC4CEF1; Tue, 1 Jul 2025 21:00:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1751403658; bh=lcvZmz3ogHvpQH5BN2zUxLZB4qz9K0mohot0UwqsKVI=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=lmHWuFeBlBhfMWwI5hMrvZMQlQ6yxS6QfOUEx8BkP/IfHfSlUCeCvDkN0tOAHeX61 MeXNk8DexvauTn6d6zD/A2kNEa9ET0LUnSABRXuke8xXZuk/+q8envefYLL+THRRhO e/VfI+u8TcrQJgLHKHL7Hw4r/M8A1Fc3vJ60ja/xacqPipBAFgK7O0ElByJlLu3pa0 sCeFyvsdLw6x1LKRRbY7N0wTYOzMldEX2Df2zwZtrJWfhKUDurPmqcH8nppEeW2yYS O16sx47BK6S4rAQlXWUwe7tVnzPukj6qQcMRqXHg2aLiUSUs5GA/0DudkKXPZ+BnG5 Ks6MnUxZTKkYQ== From: "Rob Herring (Arm)" Date: Tue, 01 Jul 2025 16:00:41 -0500 Subject: [PATCH 2/6] dt-bindings: hwmon: ti,lm87: Add adi,adm1024 compatible Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20250701-dt-hwmon-compatibles-v1-2-ad99e65cf11b@kernel.org> References: <20250701-dt-hwmon-compatibles-v1-0-ad99e65cf11b@kernel.org> In-Reply-To: <20250701-dt-hwmon-compatibles-v1-0-ad99e65cf11b@kernel.org> To: Jean Delvare , Guenter Roeck , Krzysztof Kozlowski , Conor Dooley , Javier Carrasco , Frank Li , Jim Wright Cc: linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org X-Mailer: b4 0.15-dev The adi,adm1024 compatible is already in use. Add it to the lm87 binding as the device appears to be compatible. Signed-off-by: Rob Herring (Arm) --- Documentation/devicetree/bindings/hwmon/ti,lm87.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/hwmon/ti,lm87.yaml b/Documen= tation/devicetree/bindings/hwmon/ti,lm87.yaml index 63d8cf467806..5c0cdc0091b5 100644 --- a/Documentation/devicetree/bindings/hwmon/ti,lm87.yaml +++ b/Documentation/devicetree/bindings/hwmon/ti,lm87.yaml @@ -18,7 +18,9 @@ description: | =20 properties: compatible: - const: ti,lm87 + enum: + - adi,adm1024 + - ti,lm87 =20 reg: maxItems: 1 --=20 2.47.2 From nobody Wed Oct 8 05:49:20 2025 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 0B3B0302CBF; Tue, 1 Jul 2025 21:00:59 +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=1751403660; cv=none; b=O4GwBcw1CwULJ2avIfrjRdcfuBZQE1P4lZvGob5JLZ+WEJWOtFOsT8h801Kl2K2fVDLPhsQRHCF5BiJJdz5P6ezKWXRpiDJPlNbIf1TdyVe15T7p5Zt8iLY7S6Q/HGKr+CS5am3JLIe+NQgbvkckeVFVl3XYJwVcS+TzhA0veBE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751403660; c=relaxed/simple; bh=9CqYXiHRmgKQUmshkDJbwtNh8zsWqEnScTvwcjw95Y0=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=CXGXzPfTJP3aSzoi6mggBFqWTl1zlkOvI1NJfL6C0eJ2mEeZrKdcNNyr51agy+HeWFzsqW/VRA+TH6VK9fPjM4b8mII1eIhYgPkSH78SeWkQal1dgcwsg5MdEUMGbwjKqFJAyQFE64r2XZZvH2yqLe+JuMF1Mx1f6qGLBDQMzwU= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=gf2i27KW; 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="gf2i27KW" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 862E2C4CEF1; Tue, 1 Jul 2025 21:00:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1751403659; bh=9CqYXiHRmgKQUmshkDJbwtNh8zsWqEnScTvwcjw95Y0=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=gf2i27KWlkm4BL1VtnlbD5H395KmnGLIJ9zmIcEjmrdPm+usg3/ADYIzaOnJpfnMd TSlGqh5Wl832ZWBUGPiW85M7SRGlAhRU0QArODrwyOcWg6vEtImyeJJbTUPgA66Tzu C9B3S7nOCfs3y3D37h29XZnWKw18hQZjVOJsygm6qhRc5+87SbcDQi65Z7ouMY60V8 168Y5Ul2ueMA+vbUmUMIsQSqx8kBzPDggi+EsdTXobPOgxYxEhMo526H+wGCUlsmlh 7F3AgM9vAbxwkAeGYBR6FgFfQX50G8vuZGKQQkAVwhkwQv+SP+hdOTrqbEBY1ngf/9 xIq/jGhTfsbNw== From: "Rob Herring (Arm)" Date: Tue, 01 Jul 2025 16:00:42 -0500 Subject: [PATCH 3/6] dt-bindings: hwmon: lltc,ltc2978: Add lltc,ltc713 compatible Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20250701-dt-hwmon-compatibles-v1-3-ad99e65cf11b@kernel.org> References: <20250701-dt-hwmon-compatibles-v1-0-ad99e65cf11b@kernel.org> In-Reply-To: <20250701-dt-hwmon-compatibles-v1-0-ad99e65cf11b@kernel.org> To: Jean Delvare , Guenter Roeck , Krzysztof Kozlowski , Conor Dooley , Javier Carrasco , Frank Li , Jim Wright Cc: linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org X-Mailer: b4 0.15-dev The lltc,ltc713 compatible is already in use. Add it to the lltc,ltc2978 binding as the device appears to be similar. Signed-off-by: Rob Herring (Arm) --- Documentation/devicetree/bindings/hwmon/lltc,ltc2978.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/hwmon/lltc,ltc2978.yaml b/Do= cumentation/devicetree/bindings/hwmon/lltc,ltc2978.yaml index aa801ef1640b..ea8b1553a3e9 100644 --- a/Documentation/devicetree/bindings/hwmon/lltc,ltc2978.yaml +++ b/Documentation/devicetree/bindings/hwmon/lltc,ltc2978.yaml @@ -28,6 +28,7 @@ properties: - lltc,ltc3886 - lltc,ltc3887 - lltc,ltc3889 + - lltc,ltc7132 - lltc,ltc7841 - lltc,ltc7880 - lltc,ltm2987 @@ -55,6 +56,7 @@ properties: * ltc2977, ltc2979, ltc2980, ltm2987 : vout0 - vout7 * ltc2978 : vout0 - vout7 * ltc3880, ltc3882, ltc3884, ltc3886, ltc3887, ltc3889 : vout0 - vou= t1 + * ltc7132 : vout0 - vout1 * ltc7841 : vout0 * ltc7880 : vout0 - vout1 * ltc3883 : vout0 --=20 2.47.2 From nobody Wed Oct 8 05:49:20 2025 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 0C3A8302CDA; Tue, 1 Jul 2025 21:01: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=1751403661; cv=none; b=Jf9j6M0Vx3NBE4jV0kLlUBHb5qd6Cz9tywasm9EMDiJo4L54sERYYtkoqWdWj1iGtQehbA0TsEy3nPWkIocmaNq/oQSBKGTkn7MpW+CwBMNY55/bkloIdE3dPVtoju2oJNOQwSX5iynivj/H52eCaI1eGjeAnsDsU3K9kAhkMWI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751403661; c=relaxed/simple; bh=mlmri3n/nnVG3kzdCAPspyBsitoOiqYFMdoN/wAa6TI=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=W4VCPGSRC3xomFtsfN4zsDPaOVPJ8Gcebwdf6N+SSzrMCTdw/eadwxqL3iFm1+4fm21pyMqlw1vTl2LeNEL8SanUsfLYxdgVyDjINygkt89XcTUbtloU36HsPa1hF742APJDE4SrPa4vNuVDPLnMjG9c+aQHzZj6MG3apwikNDc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=AZSAIx9R; 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="AZSAIx9R" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7D658C4CEF9; Tue, 1 Jul 2025 21:01:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1751403660; bh=mlmri3n/nnVG3kzdCAPspyBsitoOiqYFMdoN/wAa6TI=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=AZSAIx9ReUPdOHbBGDcsvURMsHneQvf1AtDa1KW+ylwPKTY8+EGs34kADME1nHa0f xZZrFqWYZijv0Y/ZUrL+0hG2OIPjU+PhZSWZ20KEYu2+G5vYYBcf5cQdT9C7D5/4Ax aAgULIDLjPEtgGfGt/liw1hi+Y2YPNR9EboETVi2YhjCiVdCyAIdDb33rlk/aVG2Sl AMtqx6n+MxO/PpyFKHVk1AwTk/urdugK/qtwhyQVMvI/qsU5kcCKC8dbMH7urdrOfK i7Lp7w89VhAwkfEr2YxvJPUYMDEqWsypqMdbHrN0XHxVqHD9M2wV0v7rGwcMQVm7S3 sTmye/E8is36A== From: "Rob Herring (Arm)" Date: Tue, 01 Jul 2025 16:00:43 -0500 Subject: [PATCH 4/6] dt-bindings: hwmon: maxim,max20730: Add maxim,max20710 compatible Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20250701-dt-hwmon-compatibles-v1-4-ad99e65cf11b@kernel.org> References: <20250701-dt-hwmon-compatibles-v1-0-ad99e65cf11b@kernel.org> In-Reply-To: <20250701-dt-hwmon-compatibles-v1-0-ad99e65cf11b@kernel.org> To: Jean Delvare , Guenter Roeck , Krzysztof Kozlowski , Conor Dooley , Javier Carrasco , Frank Li , Jim Wright Cc: linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org X-Mailer: b4 0.15-dev The maxim,max20710 compatible is already in use. Add it to the maxim,max20730 binding as the device appears to be similar. Signed-off-by: Rob Herring (Arm) --- Documentation/devicetree/bindings/hwmon/maxim,max20730.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/hwmon/maxim,max20730.yaml b/= Documentation/devicetree/bindings/hwmon/maxim,max20730.yaml index 8af0d7458e62..8588d97ba6ec 100644 --- a/Documentation/devicetree/bindings/hwmon/maxim,max20730.yaml +++ b/Documentation/devicetree/bindings/hwmon/maxim,max20730.yaml @@ -25,6 +25,7 @@ description: | properties: compatible: enum: + - maxim,max20710 - maxim,max20730 - maxim,max20734 - maxim,max20743 --=20 2.47.2 From nobody Wed Oct 8 05:49:20 2025 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 E81E7306DB6; Tue, 1 Jul 2025 21:01:01 +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=1751403662; cv=none; b=cSftfnX9WH+rMQKYfjclbTqabu4Dz7QRtzKfQuA0z6ORuVo10S+0lQy7mAllkTkaxpQu4QivTN5c4oCC97JiqvpHS4EX+cmnG0PdMMbJgVgOUny4k+WMHpWf+yCW0AhCpHIqlRJa3DJiykmxk71SS2JQ52SoZUNbeyRhjmoKzbI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751403662; c=relaxed/simple; bh=oSS2LJJZFgcvUTA+VwZdl39/DpWdDxUKpuXqpV9MOuA=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=dRUmm5bncNZcu+eYVg5ez5f8N8bftcs6ExE2od9MV0sVGusho8puBnMJzRlls240gsNMm+pAPpPCGsuwVVfMDVwYTkjYPZhdi30i8VSjMSBOmcMxzRE9BH2Zew2eLe0LSLHVqGOnve0ELuZdie0tqlYz04yPPlERO6HyBfyzMeo= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=I9ZICJfb; 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="I9ZICJfb" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6CB98C4CEF8; Tue, 1 Jul 2025 21:01:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1751403661; bh=oSS2LJJZFgcvUTA+VwZdl39/DpWdDxUKpuXqpV9MOuA=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=I9ZICJfbVwuavk48xtA0CpDW9YAvn01CyKx5+b0tBsvvCP4lnjLFMV4dIMrY0sfFf B1Rc71tuvRrxw9d09s9InOyVRmoi5A27h6X6ak2KQA4NPuyUC18F5EwtjSeb89kO8X TgjYTjtZBq7nniBHWzBf5/c2Mdl4uqS1AfSr5xPwuZ2ZzLra0xegd2qIGRPlwguxLu u4zk+Ypt9bnqmYYtGJ3Qv5Vf07unPTMN1yAbD47fdD7f0EOF6C6h1PBUOiZaXftmAp 1g0ylvTLaJ4dpUiy+RMgbsHDMZOFaOit8RxfjKPDOgju0SAvkb14ak8ec2RfGO6W8H E4dDBDFGYsr0g== From: "Rob Herring (Arm)" Date: Tue, 01 Jul 2025 16:00:44 -0500 Subject: [PATCH 5/6] dt-bindings: hwmon: pmbus: ti,ucd90320: Add missing compatibles Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20250701-dt-hwmon-compatibles-v1-5-ad99e65cf11b@kernel.org> References: <20250701-dt-hwmon-compatibles-v1-0-ad99e65cf11b@kernel.org> In-Reply-To: <20250701-dt-hwmon-compatibles-v1-0-ad99e65cf11b@kernel.org> To: Jean Delvare , Guenter Roeck , Krzysztof Kozlowski , Conor Dooley , Javier Carrasco , Frank Li , Jim Wright Cc: linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org X-Mailer: b4 0.15-dev Add several compatibles already in use to the ti,ucd90320 binding. Signed-off-by: Rob Herring (Arm) --- Documentation/devicetree/bindings/hwmon/pmbus/ti,ucd90320.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/hwmon/pmbus/ti,ucd90320.yaml= b/Documentation/devicetree/bindings/hwmon/pmbus/ti,ucd90320.yaml index f8bea1c0e94a..8f9ce00079df 100644 --- a/Documentation/devicetree/bindings/hwmon/pmbus/ti,ucd90320.yaml +++ b/Documentation/devicetree/bindings/hwmon/pmbus/ti,ucd90320.yaml @@ -23,7 +23,13 @@ description: | properties: compatible: enum: + - ti,ucd9000 + - ti,ucd9090 + - ti,ucd90120 + - ti,ucd90124 + - ti,ucd90160 - ti,ucd90320 + - ti,ucd90910 =20 reg: maxItems: 1 --=20 2.47.2 From nobody Wed Oct 8 05:49:20 2025 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 EA0C6306DDC; Tue, 1 Jul 2025 21:01:02 +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=1751403663; cv=none; b=d58l2/IyKRKz5EFKD3tUxIfbHTpgF1X0F6/eyGsZfpB1S1Nse8YD2EmVwhjESUutHvd3RQGqZl/B/+K6Elsl/BuZyw90BGj6cDkGwDKdvujelZ33pavdKVQqL+k8ioS5/3fqvrQxVpZOkubRvnvX6q4v+JN1LrLes/+Y2tHI0sI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751403663; c=relaxed/simple; bh=aRbQmuJEznSzQqeie4s6hlmRRF6K8U0zUi5L3MIF69g=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=OD191t38Z9Dtk2u3/QHOnkadxCKEfXZvnIIfxuFxErpDHOZLUgCFJkUHUXHGvJ/XURafhbnClO+Nl8GGMo3OmeCqEjQHpQrFtTWwcRmCX/iim3OmTfai1q+dCVYM1c0tYeSpNnxKH3Swio8gf497hRijKc4Gw/cwDW7QwBWe6d4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=LNPFUFSJ; 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="LNPFUFSJ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 63DA5C4CEEB; Tue, 1 Jul 2025 21:01:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1751403662; bh=aRbQmuJEznSzQqeie4s6hlmRRF6K8U0zUi5L3MIF69g=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=LNPFUFSJw+8fliEKOZFRx8WDpMurpWOn8XesWlsL3UTfjyt0L2lJE8SkCXQqs0oTx V3YHLQXOI0yQtcMdFeXhnREEbn1psBH47yAzKBO0XW0WscZRLecE03pAI9tHMv/o4+ BAViGm4cOPp/HYdNOzUKwIfVWSt+UQ1kqCHDY0DQ5hECfljRBlW0UQ4ba54hNFn/r5 OAyySAyfCfewmCwbHvIPNyhrJ0Es+fimgLgu+3Q+pzIFRFqX1YTOcfsAD0HBjhGAx+ iaW7PRwAK23EkUFvJ4/a8EcfDhLijbrbFwdDms/ifDXqznAsNF39gmx9NEMi5VkwfN 7U8mo7gFER0RQ== From: "Rob Herring (Arm)" Date: Tue, 01 Jul 2025 16:00:45 -0500 Subject: [PATCH 6/6] dt-bindings: trivial-devices: Add undocumented hwmon devices Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20250701-dt-hwmon-compatibles-v1-6-ad99e65cf11b@kernel.org> References: <20250701-dt-hwmon-compatibles-v1-0-ad99e65cf11b@kernel.org> In-Reply-To: <20250701-dt-hwmon-compatibles-v1-0-ad99e65cf11b@kernel.org> To: Jean Delvare , Guenter Roeck , Krzysztof Kozlowski , Conor Dooley , Javier Carrasco , Frank Li , Jim Wright Cc: linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org X-Mailer: b4 0.15-dev There's a bunch of undocumented, but already in use trivial hwmon devices. Most are just variants of existing trivial devices. Signed-off-by: Rob Herring (Arm) Acked-by: Guenter Roeck --- .../devicetree/bindings/trivial-devices.yaml | 50 ++++++++++++++++++= ++++ 1 file changed, 50 insertions(+) diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Docum= entation/devicetree/bindings/trivial-devices.yaml index 27930708ccd5..38a542d816c9 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -39,8 +39,14 @@ properties: - ad,adm9240 # AD5110 - Nonvolatile Digital Potentiometer - adi,ad5110 + # Temperature sensor with integrated fan control + - adi,adm1027 # Analog Devices ADP5589 Keypad Decoder and I/O Expansion - adi,adp5589 + # Temperature sensor with integrated fan control + - adi,adt7463 + # Temperature sensor with integrated fan control + - adi,adt7468 # Analog Devices LT7182S Dual Channel 6A, 20V PolyPhase Step-D= own Silent Switcher - adi,lt7182s # AMS iAQ-Core VOC Sensor @@ -291,6 +297,8 @@ properties: - mps,mp2891 # Monolithic Power Systems Inc. multi-phase controller mp2993 - mps,mp2993 + # Monolithic Power Systems Inc. hot-swap protection device + - mps,mp5023 # Monolithic Power Systems Inc. multi-phase hot-swap controlle= r mp5920 - mps,mp5920 # Monolithic Power Systems Inc. multi-phase hot-swap controlle= r mp5990 @@ -299,12 +307,24 @@ properties: - mps,mp9941 # Temperature sensor with integrated fan control - national,lm63 + # Temperature sensor with integrated fan control + - national,lm64 + # Temperature sensor + - national,lm95235 + # Temperature sensor + - national,lm95245 + # Temperature sensor with integrated fan control + - national,lm96163 # Serial Interface ACPI-Compatible Microprocessor System Hardw= are Monitor - national,lm80 # Serial Interface ACPI-Compatible Microprocessor System Hardw= are Monitor - national,lm81 # Temperature sensor with integrated fan control - national,lm85 + # Temperature sensor with integrated fan control + - national,lm85b + # Temperature sensor with integrated fan control + - national,lm85c # I2C =C2=B10.33=C2=B0C Accurate, 12-Bit + Sign Temperature Se= nsor and Thermal Window Comparator - national,lm92 # Nuvoton Temperature Sensor @@ -357,12 +377,38 @@ properties: - silabs,si7020 # Skyworks SKY81452: Six-Channel White LED Driver with Touch P= anel Bias Supply - skyworks,sky81452 + # Temperature sensor with integrated fan control + - smsc,emc6d100 + # Temperature sensor with integrated fan control + - smsc,emc6d101 + # Temperature sensor with integrated fan control + - smsc,emc6d102 + # Temperature sensor with integrated fan control + - smsc,emc6d103 + # Temperature sensor with integrated fan control + - smsc,emc6d103s # SparkFun Qwiic Joystick (COM-15168) with i2c interface - sparkfun,qwiic-joystick # Sierra Wireless mangOH Green SPI IoT interface - swir,mangoh-iotport-spi # Ambient Light Sensor with SMBUS/Two Wire Serial Interface - taos,tsl2550 + # Digital PWM System Controller PMBus + - ti,cd9200 + # Digital PWM System Controller PMBus + - ti,cd9220 + # Digital PWM System Controller PMBus + - ti,cd9222 + # Digital PWM System Controller PMBus + - ti,cd9224 + # Digital PWM System Controller PMBus + - ti,cd9240 + # Digital PWM System Controller PMBus + - ti,cd9244 + # Digital PWM System Controller PMBus + - ti,cd9246 + # Digital PWM System Controller PMBus + - ti,cd9248 # Temperature and humidity sensor with i2c interface - ti,hdc1000 # Temperature and humidity sensor with i2c interface @@ -390,6 +436,10 @@ properties: - ti,tmp125 # TI DC-DC converter on PMBus - ti,tps40400 + # TI DCAP+ multiphase controller + - ti,tps53647 + # TI DCAP+ multiphase controller + - ti,tps53667 # TI Dual channel DCAP+ multiphase controller TPS53676 with AV= SBus - ti,tps53676 # TI Dual channel DCAP+ multiphase controller TPS53679 --=20 2.47.2