summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/pwm/pwm-tiecap.yaml
AgeCommit message (Collapse)AuthorFilesLines
2022-02-24dt-bindings: pwm: tiecap: Do not require pwm-cells twiceKrzysztof Kozlowski1-1/+0
pwm-cells property is already required by pwm.yaml schema. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
2021-06-30dt-bindings: pwm: pwm-tiecap: Add compatible string for AM64 SoCLokesh Vutla1-0/+1
Add compatible string for AM64 SoC in device tree binding. IP is compatible with ti,am3352-ecap, so adding the AM64 compatible under enum of one of the compatible list entry. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
2021-06-30dt-bindings: pwm: pwm-tiecap: Convert to json schemaLokesh Vutla1-0/+63
Convert the tiecap binding to DT schema format using json-schema. Along with this conversion the following changes are included: - 'clock' and 'clock-names' properties are marked required as driver fails to probe without these properties - Dropped ti,am33xx-ecap as it is no longer applicable. - 'power-domains' property is introduced and marked as optional. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>