public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: hwmon: nuvoton,nct6775: Add compatible value for NCT6799
@ 2024-02-21 15:51 Guenter Roeck
  2024-02-21 19:04 ` Conor Dooley
  2024-02-22  1:00 ` Zev Weiss
  0 siblings, 2 replies; 3+ messages in thread
From: Guenter Roeck @ 2024-02-21 15:51 UTC (permalink / raw)
  To: Rob Herring
  Cc: Krzysztof Kozlowski, Conor Dooley, linux-hwmon, devicetree,
	Zev Weiss, Guenter Roeck

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>
---
 Documentation/devicetree/bindings/hwmon/nuvoton,nct6775.yaml | 1 +
 1 file changed, 1 insertion(+)

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
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: hwmon: nuvoton,nct6775: Add compatible value for NCT6799
  2024-02-21 15:51 [PATCH] dt-bindings: hwmon: nuvoton,nct6775: Add compatible value for NCT6799 Guenter Roeck
@ 2024-02-21 19:04 ` Conor Dooley
  2024-02-22  1:00 ` Zev Weiss
  1 sibling, 0 replies; 3+ messages in thread
From: Conor Dooley @ 2024-02-21 19:04 UTC (permalink / raw)
  To: Guenter Roeck
  Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, linux-hwmon,
	devicetree, Zev Weiss

[-- Attachment #1: Type: text/plain, Size: 1023 bytes --]

On Wed, Feb 21, 2024 at 07:51:58AM -0800, Guenter Roeck wrote:
> 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>

Cheers,
Conor.

> ---
>  Documentation/devicetree/bindings/hwmon/nuvoton,nct6775.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> 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
> -- 
> 2.39.2
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: hwmon: nuvoton,nct6775: Add compatible value for NCT6799
  2024-02-21 15:51 [PATCH] dt-bindings: hwmon: nuvoton,nct6775: Add compatible value for NCT6799 Guenter Roeck
  2024-02-21 19:04 ` Conor Dooley
@ 2024-02-22  1:00 ` Zev Weiss
  1 sibling, 0 replies; 3+ messages in thread
From: Zev Weiss @ 2024-02-22  1:00 UTC (permalink / raw)
  To: Guenter Roeck
  Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, linux-hwmon,
	devicetree

On Wed, Feb 21, 2024 at 07:51:58AM PST, Guenter Roeck wrote:
>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>
>---
> Documentation/devicetree/bindings/hwmon/nuvoton,nct6775.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
>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
>-- 
>2.39.2
>

Acked-by: Zev Weiss <zev@bewilderbeest.net>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-22  1:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-21 15:51 [PATCH] dt-bindings: hwmon: nuvoton,nct6775: Add compatible value for NCT6799 Guenter Roeck
2024-02-21 19:04 ` Conor Dooley
2024-02-22  1:00 ` Zev Weiss

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox