* Re: [PATCH 5/8] arm64: dts: allwinner: add R_PIO node [not found] ` <20170208100009.29362-5-icenowy@aosc.xyz> @ 2017-02-08 10:14 ` Maxime Ripard [not found] ` <39431486552126@web41j.yandex.ru> 0 siblings, 1 reply; 8+ messages in thread From: Maxime Ripard @ 2017-02-08 10:14 UTC (permalink / raw) To: Icenowy Zheng Cc: Linus Walleij, Rob Herring, Chen-Yu Tsai, Catalin Marinas, Will Deacon, linux-gpio, devicetree, linux-arm-kernel, linux-kernel, linux-sunxi [-- Attachment #1: Type: text/plain, Size: 1827 bytes --] On Wed, Feb 08, 2017 at 06:00:06PM +0800, Icenowy Zheng wrote: > Allwinner A64 SoC has a R_PIO node like the one in H3. > > Add the node as well as needed clocks and resets. > > As there's no document for apb0_gates, I only added the R_PIO bit here. > > Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz> > --- > arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 40 +++++++++++++++++++++++++++ > 1 file changed, 40 insertions(+) > > diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi > index 1c64ea2d23f9..4b0baa79554c 100644 > --- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi > +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi > @@ -98,6 +98,15 @@ > clock-output-names = "osc32k"; > }; > > + apb0: apb0_clk { > + compatible = "fixed-factor-clock"; > + #clock-cells = <0>; > + clock-div = <1>; > + clock-mult = <1>; > + clocks = <&osc24M>; > + clock-output-names = "apb0"; > + }; > + > psci { > compatible = "arm,psci-0.2"; > method = "smc"; > @@ -392,5 +401,36 @@ > interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>, > <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>; > }; > + > + apb0_gates: clk@1f01428 { > + compatible = "allwinner,sun50i-a64-apb0-gates-clk", > + "allwinner,sun4i-a10-gates-clk"; > + reg = <0x01f01428 0x4>; > + #clock-cells = <1>; > + clocks = <&apb0>; > + clock-indices = <0>; > + clock-output-names = "apb0_pio"; > + }; > + > + apb0_rst: reset@1f014b0 { > + reg = <0x01f014b0 0x4>; > + compatible = "allwinner,sun6i-a31-clock-reset"; > + #reset-cells = <1>; > + }; Please make a sunxi-ng driver for those clocks. Thanks, Maxime -- Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 801 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
[parent not found: <39431486552126@web41j.yandex.ru>]
* Re: [PATCH 5/8] arm64: dts: allwinner: add R_PIO node [not found] ` <39431486552126@web41j.yandex.ru> @ 2017-02-10 8:07 ` Maxime Ripard 0 siblings, 0 replies; 8+ messages in thread From: Maxime Ripard @ 2017-02-10 8:07 UTC (permalink / raw) To: Icenowy Zheng Cc: Linus Walleij, Rob Herring, Chen-Yu Tsai, Catalin Marinas, Will Deacon, linux-gpio, devicetree, linux-arm-kernel, linux-kernel, linux-sunxi [-- Attachment #1: Type: text/plain, Size: 2795 bytes --] On Wed, Feb 08, 2017 at 07:08:46PM +0800, Icenowy Zheng wrote: > 08.02.2017, 18:15, "Maxime Ripard" <maxime.ripard@free-electrons.com>: > > On Wed, Feb 08, 2017 at 06:00:06PM +0800, Icenowy Zheng wrote: > >> Allwinner A64 SoC has a R_PIO node like the one in H3. > >> > >> Add the node as well as needed clocks and resets. > >> > >> As there's no document for apb0_gates, I only added the R_PIO bit here. > >> > >> Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz> > >> --- > >> arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 40 +++++++++++++++++++++++++++ > >> 1 file changed, 40 insertions(+) > >> > >> diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi > >> index 1c64ea2d23f9..4b0baa79554c 100644 > >> --- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi > >> +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi > >> @@ -98,6 +98,15 @@ > >> clock-output-names = "osc32k"; > >> }; > >> > >> + apb0: apb0_clk { > >> + compatible = "fixed-factor-clock"; > >> + #clock-cells = <0>; > >> + clock-div = <1>; > >> + clock-mult = <1>; > >> + clocks = <&osc24M>; > >> + clock-output-names = "apb0"; > >> + }; > >> + > >> psci { > >> compatible = "arm,psci-0.2"; > >> method = "smc"; > >> @@ -392,5 +401,36 @@ > >> interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>, > >> <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>; > >> }; > >> + > >> + apb0_gates: clk@1f01428 { > >> + compatible = "allwinner,sun50i-a64-apb0-gates-clk", > >> + "allwinner,sun4i-a10-gates-clk"; > >> + reg = <0x01f01428 0x4>; > >> + #clock-cells = <1>; > >> + clocks = <&apb0>; > >> + clock-indices = <0>; > >> + clock-output-names = "apb0_pio"; > >> + }; > >> + > >> + apb0_rst: reset@1f014b0 { > >> + reg = <0x01f014b0 0x4>; > >> + compatible = "allwinner,sun6i-a31-clock-reset"; > >> + #reset-cells = <1>; > >> + }; > > > > Please make a sunxi-ng driver for those clocks. > > We have no enough materials to make such a CCU driver. > > Clocks in CPUs are usually undocumented, and difficult to > be collected -- even the clk-sun50iw1.c in BSP do not have > all clocks in CPUs. That's unfortunate, but we can deal with that by simply extending the clocks we have. Nothing too complicated or unconvenient to deal with. > We should only make it sunxi-ng until it's fully discovered (all > functions in CPUs are functional). No, I expect that by 4.12 we have converted every users to sunxi-ng, PRCM included. Maxime -- Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 801 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
[parent not found: <20170208100009.29362-6-icenowy@aosc.xyz>]
* Re: [PATCH 6/8] arm64: dts: allwinner: add device node for R_PWM [not found] ` <20170208100009.29362-6-icenowy@aosc.xyz> @ 2017-02-08 10:17 ` Maxime Ripard 0 siblings, 0 replies; 8+ messages in thread From: Maxime Ripard @ 2017-02-08 10:17 UTC (permalink / raw) To: Icenowy Zheng Cc: Linus Walleij, Rob Herring, Chen-Yu Tsai, Catalin Marinas, Will Deacon, linux-gpio, devicetree, linux-arm-kernel, linux-kernel, linux-sunxi [-- Attachment #1: Type: text/plain, Size: 1046 bytes --] On Wed, Feb 08, 2017 at 06:00:07PM +0800, Icenowy Zheng wrote: > Allwinner A64 SoC has two PWM controller, both are similar to the > controller in H3 SoC. > > Add one of the controllers which lies in the "CPUs" part of the SoC. > > Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz> > --- > arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi > index 4b0baa79554c..6204aee5c6f4 100644 > --- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi > +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi > @@ -432,5 +432,13 @@ > #size-cells = <0>; > #gpio-cells = <3>; > }; > + > + r_pwm: pwm@01f03800 { > + compatible = "allwinner,sun8i-h3-pwm"; Please add an a64 compatible there too. > + reg = <0x01f03800 0x8>; The size is 0x400 Thanks, Maxime -- Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 801 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
[parent not found: <20170208100009.29362-8-icenowy@aosc.xyz>]
* Re: [PATCH 8/8] arm64: dts: allwinner: add PWM node to A64 dtsi [not found] ` <20170208100009.29362-8-icenowy@aosc.xyz> @ 2017-02-08 10:17 ` Maxime Ripard 0 siblings, 0 replies; 8+ messages in thread From: Maxime Ripard @ 2017-02-08 10:17 UTC (permalink / raw) To: Icenowy Zheng Cc: Linus Walleij, Rob Herring, Chen-Yu Tsai, Catalin Marinas, Will Deacon, linux-gpio, devicetree, linux-arm-kernel, linux-kernel, linux-sunxi [-- Attachment #1: Type: text/plain, Size: 1055 bytes --] On Wed, Feb 08, 2017 at 06:00:09PM +0800, Icenowy Zheng wrote: > Allwinner A64 has also a PWM controller on PD22 (not available on > Pine64, because it's muxed with EMAC, but it's used on Olimex TERES > laptop kit to adjust the screen backlight). > > Add a device node for it. > > Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz> > --- > arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi > index 6e34f5adcf06..078322fb5d58 100644 > --- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi > +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi > @@ -296,6 +296,14 @@ > }; > }; > > + pwm: pwm@1c21400 { > + compatible = "allwinner,sun8i-h3-pwm"; > + reg = <0x01c21400 0x8>; Same thing here, the size is wrong, and you need a new compatible. Thanks, Maxime -- Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 801 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [linux-sunxi] [PATCH 1/8] dt-bindings: fix for Allwinner H5 pinctrl's compatible [not found] <20170208100009.29362-1-icenowy@aosc.xyz> ` (2 preceding siblings ...) [not found] ` <20170208100009.29362-8-icenowy@aosc.xyz> @ 2017-02-13 15:04 ` Chen-Yu Tsai [not found] ` <20170208100009.29362-2-icenowy@aosc.xyz> [not found] ` <20170208100009.29362-3-icenowy@aosc.xyz> 5 siblings, 0 replies; 8+ messages in thread From: Chen-Yu Tsai @ 2017-02-13 15:04 UTC (permalink / raw) To: Icenowy Zheng Cc: Linus Walleij, Rob Herring, Maxime Ripard, Chen-Yu Tsai, Catalin Marinas, Will Deacon, linux-gpio, devicetree, linux-arm-kernel, linux-kernel, linux-sunxi On Wed, Feb 8, 2017 at 6:00 PM, Icenowy Zheng <icenowy@aosc.xyz> wrote: > The compatible for Allwinner H5 pin controller is wrong written as > allwinner,sun50i-h5-r-pinctrl, however, it's really a generic pinctrl > rather than a "r" one. > > Fix this compatible string. > > Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz> Acked-by: Chen-Yu Tsai <wens@csie.org> ^ permalink raw reply [flat|nested] 8+ messages in thread
[parent not found: <20170208100009.29362-2-icenowy@aosc.xyz>]
* Re: [linux-sunxi] [PATCH 2/8] dt: bindings: add binding for Allwinner A64 R_PIO pinctrl [not found] ` <20170208100009.29362-2-icenowy@aosc.xyz> @ 2017-02-13 15:06 ` Chen-Yu Tsai 0 siblings, 0 replies; 8+ messages in thread From: Chen-Yu Tsai @ 2017-02-13 15:06 UTC (permalink / raw) To: Icenowy Zheng Cc: Linus Walleij, Rob Herring, Maxime Ripard, Chen-Yu Tsai, Catalin Marinas, Will Deacon, linux-gpio, devicetree, linux-arm-kernel, linux-kernel, linux-sunxi On Wed, Feb 8, 2017 at 6:00 PM, Icenowy Zheng <icenowy@aosc.xyz> wrote: > Allwinner A64 SoC has also a dedicated pin controller for Port L GPIOs, > which is called "Port Controller (CPUs-PORT)" in SoC User Manual. > > Add a binding for this pin controller, like the ones in A23/33 and H3. > > Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz> Acked-by: Chen-Yu Tsai <wens@csie.org> ^ permalink raw reply [flat|nested] 8+ messages in thread
[parent not found: <20170208100009.29362-3-icenowy@aosc.xyz>]
* Re: [PATCH 3/8] pinctrl: sunxi: Add A64 R_PIO controller support [not found] ` <20170208100009.29362-3-icenowy@aosc.xyz> @ 2017-02-13 14:52 ` Linus Walleij 2017-02-13 15:09 ` [linux-sunxi] " Chen-Yu Tsai 1 sibling, 0 replies; 8+ messages in thread From: Linus Walleij @ 2017-02-13 14:52 UTC (permalink / raw) To: Icenowy Zheng Cc: Rob Herring, Maxime Ripard, Chen-Yu Tsai, Catalin Marinas, Will Deacon, linux-gpio, devicetree, linux-arm-kernel, linux-kernel, linux-sunxi On Wed, Feb 8, 2017 at 11:00 AM, Icenowy Zheng <icenowy@aosc.xyz> wrote: > The A64 has a R_PIO pin controller, similar to the one found on the H3 SoC. > Add support for the pins controlled by the R_PIO controller. > > Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz> I'd be happy to merge patches 1,2 & 3 to the pinctrl tree but I need a maintainer ACK on these three patches first. Yours, Linus Walleij ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [linux-sunxi] [PATCH 3/8] pinctrl: sunxi: Add A64 R_PIO controller support [not found] ` <20170208100009.29362-3-icenowy@aosc.xyz> 2017-02-13 14:52 ` [PATCH 3/8] pinctrl: sunxi: Add A64 R_PIO controller support Linus Walleij @ 2017-02-13 15:09 ` Chen-Yu Tsai 1 sibling, 0 replies; 8+ messages in thread From: Chen-Yu Tsai @ 2017-02-13 15:09 UTC (permalink / raw) To: Icenowy Zheng Cc: Linus Walleij, Rob Herring, Maxime Ripard, Chen-Yu Tsai, Catalin Marinas, Will Deacon, linux-gpio, devicetree, linux-arm-kernel, linux-kernel, linux-sunxi On Wed, Feb 8, 2017 at 6:00 PM, Icenowy Zheng <icenowy@aosc.xyz> wrote: > The A64 has a R_PIO pin controller, similar to the one found on the H3 SoC. > Add support for the pins controlled by the R_PIO controller. > > Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz> > --- > drivers/pinctrl/sunxi/Kconfig | 5 + > drivers/pinctrl/sunxi/Makefile | 1 + > drivers/pinctrl/sunxi/pinctrl-sun50i-a64-r.c | 143 +++++++++++++++++++++++++++ > 3 files changed, 149 insertions(+) > create mode 100644 drivers/pinctrl/sunxi/pinctrl-sun50i-a64-r.c > > diff --git a/drivers/pinctrl/sunxi/Kconfig b/drivers/pinctrl/sunxi/Kconfig > index 92d845827577..df5089841c6e 100644 > --- a/drivers/pinctrl/sunxi/Kconfig > +++ b/drivers/pinctrl/sunxi/Kconfig > @@ -72,6 +72,11 @@ config PINCTRL_SUN50I_A64 > bool > select PINCTRL_SUNXI > > +config PINCTRL_SUN50I_A64_R > + bool > + depends on RESET_CONTROLLER > + select PINCTRL_SUNXI > + > config PINCTRL_SUN50I_H5 > bool > select PINCTRL_SUNXI > diff --git a/drivers/pinctrl/sunxi/Makefile b/drivers/pinctrl/sunxi/Makefile > index f9a3855c42f1..ce956258cc39 100644 > --- a/drivers/pinctrl/sunxi/Makefile > +++ b/drivers/pinctrl/sunxi/Makefile > @@ -12,6 +12,7 @@ obj-$(CONFIG_PINCTRL_SUN8I_A23) += pinctrl-sun8i-a23.o > obj-$(CONFIG_PINCTRL_SUN8I_A23_R) += pinctrl-sun8i-a23-r.o > obj-$(CONFIG_PINCTRL_SUN8I_A33) += pinctrl-sun8i-a33.o > obj-$(CONFIG_PINCTRL_SUN50I_A64) += pinctrl-sun50i-a64.o > +obj-$(CONFIG_PINCTRL_SUN50I_A64_R) += pinctrl-sun50i-a64-r.o > obj-$(CONFIG_PINCTRL_SUN8I_A83T) += pinctrl-sun8i-a83t.o > obj-$(CONFIG_PINCTRL_SUN8I_H3) += pinctrl-sun8i-h3.o > obj-$(CONFIG_PINCTRL_SUN8I_H3_R) += pinctrl-sun8i-h3-r.o > diff --git a/drivers/pinctrl/sunxi/pinctrl-sun50i-a64-r.c b/drivers/pinctrl/sunxi/pinctrl-sun50i-a64-r.c > new file mode 100644 > index 000000000000..90996a63689b > --- /dev/null > +++ b/drivers/pinctrl/sunxi/pinctrl-sun50i-a64-r.c > @@ -0,0 +1,143 @@ > +/* > + * Allwinner A64 SoCs special pins pinctrl driver. > + * > + * Based on pinctrl-sun8i-a23-r.c > + * > + * Copyright (C) 2016 Icenowy Zheng > + * Icenowy Zheng <icenowy@aosc.xyz> > + * > + * Copyright (C) 2014 Chen-Yu Tsai > + * Chen-Yu Tsai <wens@csie.org> > + * > + * Copyright (C) 2014 Boris Brezillon > + * Boris Brezillon <boris.brezillon@free-electrons.com> > + * > + * Copyright (C) 2014 Maxime Ripard > + * Maxime Ripard <maxime.ripard@free-electrons.com> > + * > + * This file is licensed under the terms of the GNU General Public > + * License version 2. This program is licensed "as is" without any > + * warranty of any kind, whether express or implied. > + */ > + > +#include <linux/of.h> > +#include <linux/of_device.h> > +#include <linux/pinctrl/pinctrl.h> > +#include <linux/platform_device.h> > +#include <linux/reset.h> > + > +#include "pinctrl-sunxi.h" > + > +static const struct sunxi_desc_pin sun50i_a64_r_pins[] = { > + SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 0), > + SUNXI_FUNCTION(0x0, "gpio_in"), > + SUNXI_FUNCTION(0x1, "gpio_out"), > + SUNXI_FUNCTION(0x2, "s_rsb"), /* SCK */ > + SUNXI_FUNCTION(0x3, "s_i2c"), /* SCK */ > + SUNXI_FUNCTION_IRQ_BANK(0x6, 0, 0)), /* PL_EINT0 */ > + SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 1), > + SUNXI_FUNCTION(0x0, "gpio_in"), > + SUNXI_FUNCTION(0x1, "gpio_out"), > + SUNXI_FUNCTION(0x2, "s_rsb"), /* SDA */ > + SUNXI_FUNCTION(0x3, "s_i2c"), /* SDA */ > + SUNXI_FUNCTION_IRQ_BANK(0x6, 0, 1)), /* PL_EINT1 */ > + SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 2), > + SUNXI_FUNCTION(0x0, "gpio_in"), > + SUNXI_FUNCTION(0x1, "gpio_out"), > + SUNXI_FUNCTION(0x2, "s_uart"), /* TX */ > + SUNXI_FUNCTION_IRQ_BANK(0x6, 0, 2)), /* PL_EINT2 */ > + SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 3), > + SUNXI_FUNCTION(0x0, "gpio_in"), > + SUNXI_FUNCTION(0x1, "gpio_out"), > + SUNXI_FUNCTION(0x2, "s_uart"), /* RX */ > + SUNXI_FUNCTION_IRQ_BANK(0x6, 0, 3)), /* PL_EINT3 */ > + SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 4), > + SUNXI_FUNCTION(0x0, "gpio_in"), > + SUNXI_FUNCTION(0x1, "gpio_out"), > + SUNXI_FUNCTION(0x3, "s_jtag"), /* MS */ > + SUNXI_FUNCTION_IRQ_BANK(0x6, 0, 4)), /* PL_EINT4 */ > + SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 5), > + SUNXI_FUNCTION(0x0, "gpio_in"), > + SUNXI_FUNCTION(0x1, "gpio_out"), > + SUNXI_FUNCTION(0x3, "s_jtag"), /* CK */ > + SUNXI_FUNCTION_IRQ_BANK(0x6, 0, 5)), /* PL_EINT5 */ > + SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 6), > + SUNXI_FUNCTION(0x0, "gpio_in"), > + SUNXI_FUNCTION(0x1, "gpio_out"), > + SUNXI_FUNCTION(0x3, "s_jtag"), /* DO */ > + SUNXI_FUNCTION_IRQ_BANK(0x6, 0, 6)), /* PL_EINT6 */ > + SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 7), > + SUNXI_FUNCTION(0x0, "gpio_in"), > + SUNXI_FUNCTION(0x1, "gpio_out"), > + SUNXI_FUNCTION(0x3, "s_jtag"), /* DI */ The function ID for JTAG on pins PL4 ~ PL7 should be 0x2, not 0x3. Otherwise, Acked-by: Chen-Yu Tsai <wens@csie.org> > + SUNXI_FUNCTION_IRQ_BANK(0x6, 0, 7)), /* PL_EINT7 */ > + SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 8), > + SUNXI_FUNCTION(0x0, "gpio_in"), > + SUNXI_FUNCTION(0x1, "gpio_out"), > + SUNXI_FUNCTION(0x2, "s_i2c"), /* SCK */ > + SUNXI_FUNCTION_IRQ_BANK(0x6, 0, 8)), /* PL_EINT8 */ > + SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 9), > + SUNXI_FUNCTION(0x0, "gpio_in"), > + SUNXI_FUNCTION(0x1, "gpio_out"), > + SUNXI_FUNCTION(0x2, "s_i2c"), /* SDA */ > + SUNXI_FUNCTION_IRQ_BANK(0x6, 0, 9)), /* PL_EINT9 */ > + SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 10), > + SUNXI_FUNCTION(0x0, "gpio_in"), > + SUNXI_FUNCTION(0x1, "gpio_out"), > + SUNXI_FUNCTION(0x2, "s_pwm"), > + SUNXI_FUNCTION_IRQ_BANK(0x6, 0, 10)), /* PL_EINT10 */ > + SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 11), > + SUNXI_FUNCTION(0x0, "gpio_in"), > + SUNXI_FUNCTION(0x1, "gpio_out"), > + SUNXI_FUNCTION(0x2, "s_cir_rx"), > + SUNXI_FUNCTION_IRQ_BANK(0x6, 0, 11)), /* PL_EINT11 */ > + SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 12), > + SUNXI_FUNCTION(0x0, "gpio_in"), > + SUNXI_FUNCTION(0x1, "gpio_out"), > + SUNXI_FUNCTION_IRQ_BANK(0x6, 0, 12)), /* PL_EINT12 */ > +}; > + > +static const struct sunxi_pinctrl_desc sun50i_a64_r_pinctrl_data = { > + .pins = sun50i_a64_r_pins, > + .npins = ARRAY_SIZE(sun50i_a64_r_pins), > + .pin_base = PL_BASE, > + .irq_banks = 1, > +}; > + > +static int sun50i_a64_r_pinctrl_probe(struct platform_device *pdev) > +{ > + struct reset_control *rstc; > + int ret; > + > + rstc = devm_reset_control_get(&pdev->dev, NULL); > + if (IS_ERR(rstc)) { > + dev_err(&pdev->dev, "Reset controller missing\n"); > + return PTR_ERR(rstc); > + } > + > + ret = reset_control_deassert(rstc); > + if (ret) > + return ret; > + > + ret = sunxi_pinctrl_init(pdev, > + &sun50i_a64_r_pinctrl_data); > + > + if (ret) > + reset_control_assert(rstc); > + > + return ret; > +} > + > +static const struct of_device_id sun50i_a64_r_pinctrl_match[] = { > + { .compatible = "allwinner,sun50i-a64-r-pinctrl", }, > + {} > +}; > + > +static struct platform_driver sun50i_a64_r_pinctrl_driver = { > + .probe = sun50i_a64_r_pinctrl_probe, > + .driver = { > + .name = "sun50i-a64-r-pinctrl", > + .of_match_table = sun50i_a64_r_pinctrl_match, > + }, > +}; > +builtin_platform_driver(sun50i_a64_r_pinctrl_driver); > -- > 2.11.0 > > -- > You received this message because you are subscribed to the Google Groups "linux-sunxi" group. > To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2017-02-13 15:10 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20170208100009.29362-1-icenowy@aosc.xyz>
[not found] ` <20170208100009.29362-5-icenowy@aosc.xyz>
2017-02-08 10:14 ` [PATCH 5/8] arm64: dts: allwinner: add R_PIO node Maxime Ripard
[not found] ` <39431486552126@web41j.yandex.ru>
2017-02-10 8:07 ` Maxime Ripard
[not found] ` <20170208100009.29362-6-icenowy@aosc.xyz>
2017-02-08 10:17 ` [PATCH 6/8] arm64: dts: allwinner: add device node for R_PWM Maxime Ripard
[not found] ` <20170208100009.29362-8-icenowy@aosc.xyz>
2017-02-08 10:17 ` [PATCH 8/8] arm64: dts: allwinner: add PWM node to A64 dtsi Maxime Ripard
2017-02-13 15:04 ` [linux-sunxi] [PATCH 1/8] dt-bindings: fix for Allwinner H5 pinctrl's compatible Chen-Yu Tsai
[not found] ` <20170208100009.29362-2-icenowy@aosc.xyz>
2017-02-13 15:06 ` [linux-sunxi] [PATCH 2/8] dt: bindings: add binding for Allwinner A64 R_PIO pinctrl Chen-Yu Tsai
[not found] ` <20170208100009.29362-3-icenowy@aosc.xyz>
2017-02-13 14:52 ` [PATCH 3/8] pinctrl: sunxi: Add A64 R_PIO controller support Linus Walleij
2017-02-13 15:09 ` [linux-sunxi] " Chen-Yu Tsai
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®