[PATCH] dt-bindings: trivial-devices: Add infineon,irps5401

Michal Simek posted 1 patch 2 years, 8 months ago
Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++
1 file changed, 2 insertions(+)
[PATCH] dt-bindings: trivial-devices: Add infineon,irps5401
Posted by Michal Simek 2 years, 8 months ago
Add Infineon IRPS5401 power supply to trivial devices. Driver has been
added long time ago by commit 9158411b96b1 ("hwmon: (pmbus) Add Infineon
IRPS5401 driver").

Signed-off-by: Michal Simek <michal.simek@amd.com>
---

 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 246863a9bc7e..ba2bfb547909 100644
--- a/Documentation/devicetree/bindings/trivial-devices.yaml
+++ b/Documentation/devicetree/bindings/trivial-devices.yaml
@@ -139,6 +139,8 @@ properties:
           - infineon,ir38164
             # Infineon IR38263 Voltage Regulator
           - infineon,ir38263
+            # Infineon IRPS5401 Voltage Regulator (PMIC)
+          - infineon,irps5401
             # Infineon SLB9635 (Soft-) I2C TPM (old protocol, max 100khz)
           - infineon,slb9635tt
             # Infineon SLB9645 I2C TPM (new protocol, max 400khz)
-- 
2.36.1
Re: [PATCH] dt-bindings: trivial-devices: Add infineon,irps5401
Posted by Rob Herring 2 years, 8 months ago
On Thu, 08 Jun 2023 16:04:12 +0200, Michal Simek wrote:
> Add Infineon IRPS5401 power supply to trivial devices. Driver has been
> added long time ago by commit 9158411b96b1 ("hwmon: (pmbus) Add Infineon
> IRPS5401 driver").
> 
> Signed-off-by: Michal Simek <michal.simek@amd.com>
> ---
> 
>  Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Applied, thanks!
Re: [PATCH] dt-bindings: trivial-devices: Add infineon,irps5401
Posted by Krzysztof Kozlowski 2 years, 8 months ago
On 08/06/2023 16:04, Michal Simek wrote:
> Add Infineon IRPS5401 power supply to trivial devices. Driver has been
> added long time ago by commit 9158411b96b1 ("hwmon: (pmbus) Add Infineon
> IRPS5401 driver").
> 
> Signed-off-by: Michal Simek <michal.simek@amd.com>
> ---

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

Best regards,
Krzysztof