hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/Documentation/devicetree/bindings/pwm/pwm-rockchip.txt
....@@ -14,11 +14,8 @@
1414 - For newer hardware (rk3328 and future socs): specified by name
1515 - "pwm": This is used to derive the functional clock.
1616 - "pclk": This is the APB bus clock.
17
- - #pwm-cells: must be 2 (rk2928) or 3 (rk3288). See pwm.txt in this directory
17
+ - #pwm-cells: must be 2 (rk2928) or 3 (rk3288). See pwm.yaml in this directory
1818 for a description of the cell format.
19
-
20
-Optional properties:
21
- - center-aligned: support pwm output center aligned mode.
2219
2320 Example:
2421
....@@ -27,5 +24,4 @@
2724 reg = <0x20030000 0x10>;
2825 clocks = <&cru PCLK_PWM01>;
2926 #pwm-cells = <2>;
30
- center-aligned;
3127 };