diff options
author | Guenter Roeck <[email protected]> | 2024-02-21 07:51:58 -0800 |
---|---|---|
committer | Guenter Roeck <[email protected]> | 2024-02-25 12:37:46 -0800 |
commit | 22d409ead1f4f388e368812731f2f8b8892ed615 (patch) | |
tree | 562b40ed6cf4f3493603348ce6db2aeb844b0f03 | |
parent | 4adee4e1a354bd318205afd3f8defc99299fb47a (diff) |
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 <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Acked-by: Zev Weiss <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Guenter Roeck <[email protected]>
-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 |