.../devicetree/bindings/mfd/ti,twl.yaml | 50 ++++--------------- 1 file changed, 10 insertions(+), 40 deletions(-)
Now that all TWL subnode bindings (audio, keypad, twl4030-usb, gpio,
usb-comparator) have been converted to YAML and merged into mainline,
update the parent ti,twl.yaml to properly reference them via $ref.
Previously these subnodes used inline compatible definitions with
additionalProperties: true, which meant properties defined in the
subnode schemas were not being validated. Replace them with $ref to the
appropriate schemas and unevaluatedProperties: false, matching the
pattern already used by the madc, gpadc, and charger subnodes.
Signed-off-by: Jihed Chaibi <jihed.chaibi.dev@gmail.com>
---
.../devicetree/bindings/mfd/ti,twl.yaml | 50 ++++---------------
1 file changed, 10 insertions(+), 40 deletions(-)
diff --git a/Documentation/devicetree/bindings/mfd/ti,twl.yaml b/Documentation/devicetree/bindings/mfd/ti,twl.yaml
index 9cc3e4721612..a3af8e717ec7 100644
--- a/Documentation/devicetree/bindings/mfd/ti,twl.yaml
+++ b/Documentation/devicetree/bindings/mfd/ti,twl.yaml
@@ -265,47 +265,23 @@ properties:
audio:
type: object
- additionalProperties: true
-
- properties:
- compatible:
- const: ti,twl4030-audio
-
- required:
- - compatible
+ $ref: /schemas/sound/ti,twl4030-audio.yaml
+ unevaluatedProperties: false
keypad:
type: object
- additionalProperties: true
-
- properties:
- compatible:
- const: ti,twl4030-keypad
-
- required:
- - compatible
+ $ref: /schemas/input/ti,twl4030-keypad.yaml
+ unevaluatedProperties: false
twl4030-usb:
type: object
- additionalProperties: true
-
- properties:
- compatible:
- const: ti,twl4030-usb
-
- required:
- - compatible
+ $ref: /schemas/usb/ti,twl4030-usb.yaml
+ unevaluatedProperties: false
gpio:
type: object
- additionalProperties: true
-
- properties:
- compatible:
- const: ti,twl4030-gpio
-
- required:
- - compatible
+ $ref: /schemas/gpio/ti,twl4030-gpio.yaml
+ unevaluatedProperties: false
power:
type: object
@@ -371,14 +347,8 @@ properties:
usb-comparator:
type: object
- additionalProperties: true
-
- properties:
- compatible:
- const: ti,twl6030-usb
-
- required:
- - compatible
+ $ref: /schemas/usb/ti,twl6030-usb.yaml
+ unevaluatedProperties: false
pwm:
type: object
--
2.47.3
On Wed, Mar 25, 2026 at 10:50:16AM +0100, Jihed Chaibi wrote: > Now that all TWL subnode bindings (audio, keypad, twl4030-usb, gpio, > usb-comparator) have been converted to YAML and merged into mainline, subject and here: drop YAML. There are no YAML schemas. > update the parent ti,twl.yaml to properly reference them via $ref. > Previously these subnodes used inline compatible definitions with > additionalProperties: true, which meant properties defined in the > subnode schemas were not being validated. Replace them with $ref to the No, they were validated by their child device schemas. Everything was correct and expected. Best regards, Krzysztof
On Fri, Mar 27, 2026 at 8:37 AM Krzysztof Kozlowski <krzk@kernel.org> wrote: > > No, they were validated by their child device schemas. Everything was > correct and expected. > > Best regards, > Krzysztof > Thanks for the feedback Krzysztof, I have sent a v2 of this patch, please let me know if anything else needs to be done. Best regards, Jihed
On 01/04/2026 19:57, Jihed Chaibi wrote: > On Fri, Mar 27, 2026 at 8:37 AM Krzysztof Kozlowski <krzk@kernel.org> wrote: >> >> No, they were validated by their child device schemas. Everything was >> correct and expected. >> >> Best regards, >> Krzysztof >> > > Thanks for the feedback Krzysztof, I have sent a v2 of this patch, > please let me know if anything else needs to be done. Really? On 27th of Match, 40 minutes after I told you NO, you send the same? Best regards, Krzysztof
© 2016 - 2026 Red Hat, Inc.