[PATCH v3 1/4] dt-bindings: mfd: ti,tps65910: Add wakeup-source and GPIO hogs

From: Bhargav Joshi

Date: Fri Sep 18 2026 - 17:02:17 EST


Device tree validation throws warnings for the TPS65911 PMIC on Tegra
boards because wakeup-source and GPIO hog nodes are not documented in
the schema, even though the hardware supports them.

Add wakeup-source property and allow child nodes that match the "-hog"
pattern.

Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>
Signed-off-by: Bhargav Joshi <j.bhargav.u@xxxxxxxxx>
---
Documentation/devicetree/bindings/mfd/ti,tps65910.yaml | 8 ++++++++
1 file changed, 8 insertions(+)

diff --git a/Documentation/devicetree/bindings/mfd/ti,tps65910.yaml b/Documentation/devicetree/bindings/mfd/ti,tps65910.yaml
index f1a76f88fc0c..caff9dc0b2bb 100644
--- a/Documentation/devicetree/bindings/mfd/ti,tps65910.yaml
+++ b/Documentation/devicetree/bindings/mfd/ti,tps65910.yaml
@@ -37,6 +37,8 @@ properties:

interrupt-controller: true

+ wakeup-source: true
+
'#interrupt-cells':
description: Specifies the IRQ number and flags
const: 2
@@ -163,6 +165,12 @@ patternProperties:
vcc7-supply: VRTC input.
vccio-supply: VIO input.

+ "^.+-hog$":
+ type: object
+
+ required:
+ - gpio-hog
+
required:
- compatible
- reg

--
2.55.0