diff options
author | 2025-07-01 16:00:41 -0500 | |
---|---|---|
committer | 2025-07-20 16:38:34 -0700 | |
commit | a735074da1859cd7cc1486587f7713e33df68bc5 (patch) | |
tree | 554faed743666bb534e957b94a4242f55fcfb5ef | |
parent | dt-bindings: hwmon: national,lm90: Add missing Dallas max6654 and onsemi nct72, nct214, and nct218 (diff) | |
download | wireguard-linux-a735074da1859cd7cc1486587f7713e33df68bc5.tar.xz wireguard-linux-a735074da1859cd7cc1486587f7713e33df68bc5.zip |
dt-bindings: hwmon: ti,lm87: Add adi,adm1024 compatible
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) <robh@kernel.org>
Link: https://lore.kernel.org/r/20250701-dt-hwmon-compatibles-v1-2-ad99e65cf11b@kernel.org
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
-rw-r--r-- | Documentation/devicetree/bindings/hwmon/ti,lm87.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/hwmon/ti,lm87.yaml b/Documentation/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: | properties: compatible: - const: ti,lm87 + enum: + - adi,adm1024 + - ti,lm87 reg: maxItems: 1 |