This patchset adds the pwm controller to the Allwinner V3s dts. The PWM
controller is compatible with the one found in the Allwinner A20.
This is v2 of this patchset.
Cheers,
Tobias
Changelog:
- v2: add compatible for pwm controller of the V3s SoC
Tobias Schramm (2):
dt-bindings: pwm: allwinner: add v3s pwm compatible
ARM: dts: sun8i: v3s: add pwm controller to v3s dts
.../devicetree/bindings/pwm/allwinner,sun4i-a10-pwm.yaml | 3 +++
arch/arm/boot/dts/sun8i-v3s.dtsi | 9 +++++++++
2 files changed, 12 insertions(+)
--
2.31.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
The Allwinner V3s pwm peripheral is compatible with the pwm peripheral
inside the Allwinner A20.
This patch adds a compatible string for it.
Signed-off-by: Tobias Schramm <t.schramm@manjaro.org>
---
.../devicetree/bindings/pwm/allwinner,sun4i-a10-pwm.yaml | 3 +++
1 file changed, 3 insertions(+)
The Allwinner V3s and V3 SoCs feature a pwm controller identical to the
one used in the Allwinner A20.
This commit adds it to the V3s dtsi.
Signed-off-by: Tobias Schramm <t.schramm@manjaro.org>
---
arch/arm/boot/dts/sun8i-v3s.dtsi | 9 +++++++++
1 file changed, 9 insertions(+)
From: Andre Przywara <andre.przywara@arm.com> Date: 2021-05-14 07:02:33
On Thu, 13 May 2021 22:35:26 +0200
Tobias Schramm [off-list ref] wrote:
The Allwinner V3s pwm peripheral is compatible with the pwm peripheral
inside the Allwinner A20.
This patch adds a compatible string for it.
Signed-off-by: Tobias Schramm <t.schramm@manjaro.org>
Compared the A20 and V3s manuals, the register description on the
PWM peripherals look indeed identical.
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Cheers,
Andre
From: Andre Przywara <andre.przywara@arm.com> Date: 2021-05-14 07:03:55
On Thu, 13 May 2021 22:35:27 +0200
Tobias Schramm [off-list ref] wrote:
The Allwinner V3s and V3 SoCs feature a pwm controller identical to the
one used in the Allwinner A20.
This commit adds it to the V3s dtsi.
Signed-off-by: Tobias Schramm <t.schramm@manjaro.org>
Address and size match the manual, and the register description look
identical between A20 and V3s.
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Cheers,
Andre
From: Rob Herring <robh@kernel.org> Date: 2021-05-18 01:16:04
On Thu, 13 May 2021 22:35:26 +0200, Tobias Schramm wrote:
The Allwinner V3s pwm peripheral is compatible with the pwm peripheral
inside the Allwinner A20.
This patch adds a compatible string for it.
Signed-off-by: Tobias Schramm <t.schramm@manjaro.org>
---
.../devicetree/bindings/pwm/allwinner,sun4i-a10-pwm.yaml | 3 +++
1 file changed, 3 insertions(+)
From: Maxime Ripard <hidden> Date: 2021-05-18 14:42:03
On Thu, May 13, 2021 at 10:35:25PM +0200, Tobias Schramm wrote:
This patchset adds the pwm controller to the Allwinner V3s dts. The PWM
controller is compatible with the one found in the Allwinner A20.
This is v2 of this patchset.