devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: trivial-devices: add isil,isl69260
@ 2024-08-09  7:00 Peter Yin
  2024-08-09  7:28 ` Krzysztof Kozlowski
  2024-08-09 18:10 ` Rob Herring (Arm)
  0 siblings, 2 replies; 4+ messages in thread
From: Peter Yin @ 2024-08-09  7:00 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Guenter Roeck,
	Noah Wang, Javier Carrasco, Patrick Rudolph, Lukas Wunner,
	Bjorn Helgaas, devicetree, linux-kernel

Document the "isl,isl69260" compatible, which is already used in the
DTS files but was not previously documented in the bindings.
The ISL69260 is a digital dual output multiphase controller
that supports Intel VR13, VR13.HC, and VR14 specifications.

Signed-off-by: Peter Yin <peteryin.openbmc@gmail.com>
---

Change log:

v1 -> v2:
 - Fixed the binding format.

v1:
 - Created the isl69260 binding.

 Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml
index 7913ca9b6b54..6ec8b4cc9e56 100644
--- a/Documentation/devicetree/bindings/trivial-devices.yaml
+++ b/Documentation/devicetree/bindings/trivial-devices.yaml
@@ -164,6 +164,8 @@ properties:
           - isil,isl29030
             # Intersil ISL68137 Digital Output Configurable PWM Controller
           - isil,isl68137
+            # Intersil ISL69260 PMBus Voltage Regulator
+          - isil,isl69260
             # Intersil ISL69269 PMBus Voltage Regulator
           - isil,isl69269
             # Intersil ISL76682 Ambient Light Sensor
-- 
2.25.1


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

* Re: [PATCH v2] dt-bindings: trivial-devices: add isil,isl69260
  2024-08-09  7:00 [PATCH v2] dt-bindings: trivial-devices: add isil,isl69260 Peter Yin
@ 2024-08-09  7:28 ` Krzysztof Kozlowski
  2024-08-09 14:53   ` Guenter Roeck
  2024-08-09 18:10 ` Rob Herring (Arm)
  1 sibling, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2024-08-09  7:28 UTC (permalink / raw)
  To: Peter Yin, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Guenter Roeck, Noah Wang, Javier Carrasco, Patrick Rudolph,
	Lukas Wunner, Bjorn Helgaas, devicetree, linux-kernel

On 09/08/2024 09:00, Peter Yin wrote:
> Document the "isl,isl69260" compatible, which is already used in the
> DTS files but was not previously documented in the bindings.
> The ISL69260 is a digital dual output multiphase controller
> that supports Intel VR13, VR13.HC, and VR14 specifications.
> 
> Signed-off-by: Peter Yin <peteryin.openbmc@gmail.com>
> ---

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


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

* Re: [PATCH v2] dt-bindings: trivial-devices: add isil,isl69260
  2024-08-09  7:28 ` Krzysztof Kozlowski
@ 2024-08-09 14:53   ` Guenter Roeck
  0 siblings, 0 replies; 4+ messages in thread
From: Guenter Roeck @ 2024-08-09 14:53 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Peter Yin, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Noah Wang, Javier Carrasco, Patrick Rudolph,
	Lukas Wunner, Bjorn Helgaas, devicetree, linux-kernel

On 8/9/24 00:28, Krzysztof Kozlowski wrote:
> On 09/08/2024 09:00, Peter Yin wrote:
>> Document the "isl,isl69260" compatible, which is already used in the
>> DTS files but was not previously documented in the bindings.
>> The ISL69260 is a digital dual output multiphase controller
>> that supports Intel VR13, VR13.HC, and VR14 specifications.
>>
>> Signed-off-by: Peter Yin <peteryin.openbmc@gmail.com>
>> ---
> 
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 

The hwmon subsystem wasn't copied, so I assume that the patch
will be applied through a devicetree branch.

Acked-by: Guenter Roeck <linux@roeck-us.net>

Guenter


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

* Re: [PATCH v2] dt-bindings: trivial-devices: add isil,isl69260
  2024-08-09  7:00 [PATCH v2] dt-bindings: trivial-devices: add isil,isl69260 Peter Yin
  2024-08-09  7:28 ` Krzysztof Kozlowski
@ 2024-08-09 18:10 ` Rob Herring (Arm)
  1 sibling, 0 replies; 4+ messages in thread
From: Rob Herring (Arm) @ 2024-08-09 18:10 UTC (permalink / raw)
  To: Peter Yin
  Cc: Noah Wang, Bjorn Helgaas, Javier Carrasco, Guenter Roeck,
	Patrick Rudolph, Lukas Wunner, devicetree, Conor Dooley,
	linux-kernel, Krzysztof Kozlowski


On Fri, 09 Aug 2024 15:00:54 +0800, Peter Yin wrote:
> Document the "isl,isl69260" compatible, which is already used in the
> DTS files but was not previously documented in the bindings.
> The ISL69260 is a digital dual output multiphase controller
> that supports Intel VR13, VR13.HC, and VR14 specifications.
> 
> Signed-off-by: Peter Yin <peteryin.openbmc@gmail.com>
> ---
> 
> Change log:
> 
> v1 -> v2:
>  - Fixed the binding format.
> 
> v1:
>  - Created the isl69260 binding.
> 
>  Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Applied, thanks!


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

end of thread, other threads:[~2024-08-09 18:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-09  7:00 [PATCH v2] dt-bindings: trivial-devices: add isil,isl69260 Peter Yin
2024-08-09  7:28 ` Krzysztof Kozlowski
2024-08-09 14:53   ` Guenter Roeck
2024-08-09 18:10 ` Rob Herring (Arm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).