Skip to content

Commit adf0c36

Browse files
committed
dt-bindings: tpm: Drop type from "resets"
"resets" is a standard property which already has a type. Users only need to define how many clocks and what each clock is if more than 1 clock. Reviewed-by: Lukas Wunner <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring <[email protected]>
1 parent 4c654ec commit adf0c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/tpm/tpm-common.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ properties:
4242

4343
resets:
4444
description: Reset controller to reset the TPM
45-
$ref: /schemas/types.yaml#/definitions/phandle
45+
maxItems: 1
4646

4747
reset-gpios:
4848
description: Output GPIO pin to reset the TPM

0 commit comments

Comments
 (0)