linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Add PWM feature in Allwinner H3
@ 2016-08-31  8:25 Milo Kim
  2016-08-31  8:25 ` [PATCH v2 1/4] ARM: dts: sun8i: Add PWM pin in H3 Milo Kim
                   ` (3 more replies)
  0 siblings, 4 replies; 20+ messages in thread
From: Milo Kim @ 2016-08-31  8:25 UTC (permalink / raw)
  To: linux-arm-kernel

According to the latest datasheet, H3 has single PWM channel.
H3 PWM controller has same register layout as sun4i driver, so it works 
by adding H3 specific data.
And the second PWM channel is not supported, so the pinctrl function is removed.

Datasheet:
  http://linux-sunxi.org/File:Allwinner_H3_Datasheet_V1.2.pdf

Test environment:
  Tested on Nano Pi M1 board, but PA5 pin is assigned for UART0.
  So the debug console should be changed to other port like UART1.

  Ex)
	aliases {
		serial0 = &uart1;
	};

	&uart1 {
        	pinctrl-names = "default";
	        pinctrl-0 = <&uart1_pins_a>;
        	status = "okay";
	};

v2:
  Split v1 patch-set into several patches

Milo Kim (4):
  ARM: dts: sun8i: Add PWM pin in H3
  ARM: dts: sun8i: Add PWM controller node in H3
  pinctrl: sunxi: Remove unsupported PWM channel pinmux in H3
  pwm: sunxi: Add H3 support

 Documentation/devicetree/bindings/pwm/pwm-sun4i.txt |  1 +
 arch/arm/boot/dts/sun8i-h3.dtsi                     | 15 +++++++++++++++
 drivers/pinctrl/sunxi/pinctrl-sun8i-h3.c            |  1 -
 drivers/pwm/pwm-sun4i.c                             |  9 +++++++++
 4 files changed, 25 insertions(+), 1 deletion(-)

-- 
2.9.3

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2016-09-07 23:09 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-31  8:25 [PATCH v2 0/4] Add PWM feature in Allwinner H3 Milo Kim
2016-08-31  8:25 ` [PATCH v2 1/4] ARM: dts: sun8i: Add PWM pin in H3 Milo Kim
2016-08-31  8:33   ` Chen-Yu Tsai
2016-09-01 12:51     ` Milo Kim
2016-08-31 16:20   ` Maxime Ripard
2016-09-01 13:06     ` Milo Kim
2016-09-01 19:51       ` Maxime Ripard
2016-08-31  8:25 ` [PATCH v2 2/4] ARM: dts: sun8i: Add PWM controller node " Milo Kim
2016-08-31  8:42   ` Chen-Yu Tsai
2016-08-31 16:16   ` Maxime Ripard
2016-08-31  8:25 ` [PATCH v2 3/4] pinctrl: sunxi: Remove unsupported PWM channel pinmux " Milo Kim
2016-08-31  8:35   ` Chen-Yu Tsai
2016-09-07 19:41   ` Linus Walleij
2016-09-07 19:54     ` Maxime Ripard
2016-09-07 23:09   ` Linus Walleij
2016-08-31  8:25 ` [PATCH v2 4/4] pwm: sunxi: Add H3 support Milo Kim
2016-08-31  8:41   ` Chen-Yu Tsai
2016-09-01 10:39   ` Alexandre Belloni
2016-09-02 15:18   ` Rob Herring
2016-09-05 10:09   ` Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).