[PATCH v3] sunxi: h3: enable clock support for r_pio gpios

2021-10-28 Thread Manuel Dipolt
before: => gpio input PL10 gpio: pin PL10 (gpio 298) value is 0 => gpio set PL10 gpio: pin PL10 (gpio 298) value is 1 Warning: value of pin is still 0 Signed-off-by: Manuel Dipolt --- drivers/gpio/sunxi_gpio.c | 8 1 file changed, 8 insertions(+) diff --git a/

[PATCH v2] sunxi: h3: enable clock support for r_pio gpios

2021-10-05 Thread Manuel Dipolt
This patch enables clock for the r_pio gpios for the h3 r_pio is required to access gpios from port L Signed-off-by: Manuel Dipolt --- drivers/clk/sunxi/Makefile | 1 + drivers/clk/sunxi/clk_h3-r.c | 51 drivers/gpio/sunxi_gpio.c| 8 ++ 3 files

[PATCH] sunxi: h3: enable clock support for r_pio gpios

2021-07-26 Thread Manuel Dipolt
This patch enables clock for the r_pio gpios for the h3 Signed-off-by: Manuel Dipolt --- drivers/clk/sunxi/Makefile | 1 + drivers/clk/sunxi/clk_h3-r.c | 51 drivers/gpio/sunxi_gpio.c | 9 +++ 3 files changed, 61 insertions(+) create mode 100644

[PATCH] sunxi: h3: add console support for uart1-3

2021-06-24 Thread Manuel Dipolt
Add uart1-3 console support for the Allwinner H3 SOC Signed-off-by: Manuel Dipolt --- arch/arm/include/asm/arch-sunxi/gpio.h | 3 +++ arch/arm/mach-sunxi/board.c | 14 ++ include/configs/sunxi-common.h | 5 - 3 files changed, 21 insertions(+), 1 deletion(-) diff --git

[U-Boot] [PATCH] added uart1-3 support for the allwinner h3

2019-03-12 Thread Manuel Dipolt
--- arch/arm/include/asm/arch-sunxi/gpio.h | 3 +++ arch/arm/mach-sunxi/board.c | 12 include/configs/sunxi-common.h | 8 +--- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/arch/arm/include/asm/arch-sunxi/gpio.h b/arch/arm/include/asm/arch-sunxi/gpio.h index