diff options
author | Guenter Roeck <linux@roeck-us.net> | 2024-02-21 16:51:58 +0100 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2024-02-25 21:37:46 +0100 |
commit | 22d409ead1f4f388e368812731f2f8b8892ed615 (patch) | |
tree | 562b40ed6cf4f3493603348ce6db2aeb844b0f03 /Documentation/devicetree/bindings/hwmon/nuvoton,nct6775.yaml | |
parent | MAINTAINERS: Drop redundant hwmon entries (diff) | |
download | linux-22d409ead1f4f388e368812731f2f8b8892ed615.tar.xz linux-22d409ead1f4f388e368812731f2f8b8892ed615.zip |
dt-bindings: hwmon: nuvoton,nct6775: Add compatible value for NCT6799
While NCT6799 is mostly compatible to NCT6798, it needs a separate
compatible entry because it is not completely compatible and does
require chip specific code in the driver.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Acked-by: Zev Weiss <zev@bewilderbeest.net>
Link: https://lore.kernel.org/r/20240221155158.2234898-1-linux@roeck-us.net
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/devicetree/bindings/hwmon/nuvoton,nct6775.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/hwmon/nuvoton,nct6775.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/hwmon/nuvoton,nct6775.yaml b/Documentation/devicetree/bindings/hwmon/nuvoton,nct6775.yaml index 358b262431fc..e3db642878d4 100644 --- a/Documentation/devicetree/bindings/hwmon/nuvoton,nct6775.yaml +++ b/Documentation/devicetree/bindings/hwmon/nuvoton,nct6775.yaml @@ -25,6 +25,7 @@ properties: - nuvoton,nct6796 - nuvoton,nct6797 - nuvoton,nct6798 + - nuvoton,nct6799 reg: maxItems: 1 |