This series: - drops a redundant compatible - converts tiehrpwn to DT schema format using json-schema - Add new compatible for AM64 SoC. Changes since v1: - Updated the am64 compatible to ti,am64-epwm as High resolution is not supported. Lokesh Vutla (4): arm: dts: ti: drop usage of redundant compatible dt-bindings: pwm: tiehrpwm: Make clock and clock-names as required properties dt-bindings: pwm: pwm-tiehrpwm: Convert to json schema dt-bindings: pwm: pwm-tiehrpwm: Add compatible string for AM64 SoC .../devicetree/bindings/pwm/pwm-tiehrpwm.txt | 50 -------------- .../devicetree/bindings/pwm/pwm-tiehrpwm.yaml | 65 +++++++++++++++++++ arch/arm/boot/dts/am33xx-l4.dtsi | 9 +-- arch/arm/boot/dts/am437x-l4.dtsi | 18 ++--- arch/arm/boot/dts/da850.dtsi | 6 +- 5 files changed, 76 insertions(+), 72 deletions(-) delete mode 100644 Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.txt create mode 100644 Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.yaml -- 2.31.1