Message ID | 20240531141152.327592-4-kikuchan98@gmail.com |
---|---|
State | Changes Requested |
Headers | show |
Series | Add support for Allwinner H616 PWM | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success | |
robh/patch-applied | fail | build log |
On 31/05/2024 16:11, Hironori KIKUCHI wrote: > Allwinner H616 SoC has a PWM controller similar to the one > in the D1, which is supported by the pwm-sun20i driver. > > The main difference is in the register layout. Specifically, the > GATING flag is placed in the PCCR register instead of the > individual PCGR register. > > Add a compatible string to distinguish them. > > Signed-off-by: Hironori KIKUCHI <kikuchan98@gmail.com> > --- > Documentation/devicetree/bindings/pwm/allwinner,sun20i-pwm.yaml | 1 + There is no such file and there is no dependency (lore link) neither here nor in cover letter. Best regards, Krzysztof
Hello Krzysztof, Thank you for your reply. > There is no such file and there is no dependency (lore link) neither > here nor in cover letter. I'm so sorry, it's based on the patch series: https://lore.kernel.org/linux-sunxi/20240520184227.120956-1-privatesub2@gmail.com/T/#u Best regards, kikuchan.
diff --git a/Documentation/devicetree/bindings/pwm/allwinner,sun20i-pwm.yaml b/Documentation/devicetree/bindings/pwm/allwinner,sun20i-pwm.yaml index 89cebf7841a..b9b6d7e7c87 100644 --- a/Documentation/devicetree/bindings/pwm/allwinner,sun20i-pwm.yaml +++ b/Documentation/devicetree/bindings/pwm/allwinner,sun20i-pwm.yaml @@ -17,6 +17,7 @@ properties: - items: - const: allwinner,sun50i-r329-pwm - const: allwinner,sun20i-d1-pwm + - const: allwinner,sun50i-h616-pwm reg: maxItems: 1
Allwinner H616 SoC has a PWM controller similar to the one in the D1, which is supported by the pwm-sun20i driver. The main difference is in the register layout. Specifically, the GATING flag is placed in the PCCR register instead of the individual PCGR register. Add a compatible string to distinguish them. Signed-off-by: Hironori KIKUCHI <kikuchan98@gmail.com> --- Documentation/devicetree/bindings/pwm/allwinner,sun20i-pwm.yaml | 1 + 1 file changed, 1 insertion(+)