[PATCH] dt-bindings: trivial-devices: Add some more undocumented devices

Rob Herring (Arm) posted 1 patch 1 month ago
Documentation/devicetree/bindings/trivial-devices.yaml | 6 ++++++
1 file changed, 6 insertions(+)
[PATCH] dt-bindings: trivial-devices: Add some more undocumented devices
Posted by Rob Herring (Arm) 1 month ago
Add a few trivial devices which are already in use in Nuvoton
and ASpeed DTS files.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
 Documentation/devicetree/bindings/trivial-devices.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml
index d0f7dbf15d6f..6f98ccd6cfec 100644
--- a/Documentation/devicetree/bindings/trivial-devices.yaml
+++ b/Documentation/devicetree/bindings/trivial-devices.yaml
@@ -91,6 +91,8 @@ properties:
           - delta,ahe50dc-fan
             # Delta Electronics DPS-650-AB power supply
           - delta,dps650ab
+            # Delta Electronics DPS-800-AB power supply
+          - delta,dps800
             # Delta Electronics DPS920AB 920W 54V Power Supply
           - delta,dps920ab
             # 1/4 Brick DC/DC Regulated Power Module
@@ -133,10 +135,14 @@ properties:
           - ibm,cffps2
             # IBM On-Chip Controller hwmon device
           - ibm,p8-occ-hwmon
+            # Infineon Digital Multi-phase Controller
+          - infineon,ir35221
             # Infineon IR36021 digital POL buck controller
           - infineon,ir36021
             # Infineon IRPS5401 Voltage Regulator (PMIC)
           - infineon,irps5401
+            # Infineon Digital Dual Output 6+1 VR12.5 & VR13 CPU Controller
+          - infineon,pxe1610
             # Infineon Hot-swap controller xdp710
           - infineon,xdp710
             # Infineon Multi-phase Digital VR Controller xdpe11280
-- 
2.51.0
Re: [PATCH] dt-bindings: trivial-devices: Add some more undocumented devices
Posted by Rob Herring (Arm) 1 month ago
On Mon, 05 Jan 2026 15:12:54 -0600, Rob Herring (Arm) wrote:
> Add a few trivial devices which are already in use in Nuvoton
> and ASpeed DTS files.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> ---
>  Documentation/devicetree/bindings/trivial-devices.yaml | 6 ++++++
>  1 file changed, 6 insertions(+)
> 

Applied, thanks!