diff options
Diffstat (limited to 'Documentation/devicetree/bindings/timer/ingenic,tcu.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/timer/ingenic,tcu.yaml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/Documentation/devicetree/bindings/timer/ingenic,tcu.yaml b/Documentation/devicetree/bindings/timer/ingenic,tcu.yaml index e21e9972ed65..03893e6a2f57 100644 --- a/Documentation/devicetree/bindings/timer/ingenic,tcu.yaml +++ b/Documentation/devicetree/bindings/timer/ingenic,tcu.yaml @@ -100,16 +100,15 @@ properties: ingenic,pwm-channels-mask: description: Bitmask of TCU channels reserved for PWM use. - allOf: - - $ref: /schemas/types.yaml#/definitions/uint32 - - minimum: 0x00 - - maximum: 0xff - - default: 0xfc + $ref: /schemas/types.yaml#/definitions/uint32 + minimum: 0x00 + maximum: 0xff + default: 0xfc patternProperties: "^watchdog@[a-f0-9]+$": type: object - allOf: [ $ref: ../watchdog/watchdog.yaml# ] + $ref: ../watchdog/watchdog.yaml# properties: compatible: oneOf: @@ -137,7 +136,7 @@ patternProperties: "^pwm@[a-f0-9]+$": type: object - allOf: [ $ref: ../pwm/pwm.yaml# ] + $ref: ../pwm/pwm.yaml# properties: compatible: oneOf: |