hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.txt
....@@ -4,9 +4,10 @@
44 - compatible: Must be "ti,<soc>-ehrpwm".
55 for am33xx - compatible = "ti,am3352-ehrpwm", "ti,am33xx-ehrpwm";
66 for am4372 - compatible = "ti,am4372-ehrpwm", "ti-am3352-ehrpwm", "ti,am33xx-ehrpwm";
7
+ for am654 - compatible = "ti,am654-ehrpwm", "ti-am3352-ehrpwm";
78 for da850 - compatible = "ti,da850-ehrpwm", "ti-am3352-ehrpwm", "ti,am33xx-ehrpwm";
89 for dra746 - compatible = "ti,dra746-ehrpwm", "ti-am3352-ehrpwm";
9
-- #pwm-cells: should be 3. See pwm.txt in this directory for a description of
10
+- #pwm-cells: should be 3. See pwm.yaml in this directory for a description of
1011 the cells format. The only third cell flag supported by this binding is
1112 PWM_POLARITY_INVERTED.
1213 - reg: physical base address and size of the registers map.