[PATCH v2] dt-bindings: trivial-devices: add isil,isl69260

Peter Yin posted 1 patch 1 year, 4 months ago
Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++
1 file changed, 2 insertions(+)
[PATCH v2] dt-bindings: trivial-devices: add isil,isl69260
Posted by Peter Yin 1 year, 4 months ago
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
Re: [PATCH v2] dt-bindings: trivial-devices: add isil,isl69260
Posted by Rob Herring (Arm) 1 year, 4 months ago
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!
Re: [PATCH v2] dt-bindings: trivial-devices: add isil,isl69260
Posted by Krzysztof Kozlowski 1 year, 4 months ago
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
Re: [PATCH v2] dt-bindings: trivial-devices: add isil,isl69260
Posted by Guenter Roeck 1 year, 4 months ago
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