Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <lukas@wunner.de>
Link: https://lore.kernel.org/r/20240124190714.1553772-1-robh@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>

+1 -1
+1 -1
Documentation/devicetree/bindings/tpm/tpm-common.yaml
··· 42 42 43 43 resets: 44 44 description: Reset controller to reset the TPM 45 - $ref: /schemas/types.yaml#/definitions/phandle 45 + maxItems: 1 46 46 47 47 reset-gpios: 48 48 description: Output GPIO pin to reset the TPM