[PATCH v2] sunxi: SPI: fix pinmuxing for Allwinner H6 SoCs

2021-12-16 Thread Daniel Wagenknecht
the spi-flash on a pine64_h64-model-b board with adapted device-tree (disable mmc2, enable spi0). Signed-off-by: Daniel Wagenknecht --- Adapted to use CONFIG_SUN50I_GEN_H6 as requested. drivers/spi/spi-sunxi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/spi/spi

Re: [PATCH 1/1] sunxi: SPI: fix pinmuxing for Allwinner H6 SoCs

2021-12-16 Thread Daniel Wagenknecht
Hi Andre, On 12/15/21 12:54 AM, Andre Przywara wrote: > please don't just resend without saying why. If you messed up the mail, > or forgot to CC: the list, then please put "RESEND" in the subject, and > briefly say why you resend. yes, this was a RESEND. The original submission was rejected by

[PATCH 2/2] sunxi: configs: add defconfig for pine H64 model B

2021-12-14 Thread Daniel Wagenknecht
. Signed-off-by: Daniel Wagenknecht --- configs/pine_h64-model-b_defconfig | 21 + 1 file changed, 21 insertions(+) create mode 100644 configs/pine_h64-model-b_defconfig diff --git a/configs/pine_h64-model-b_defconfig b/configs/pine_h64-model-b_defconfig new file mode

[PATCH 1/2] sunxi: dts: add device-tree for pine H64 model B

2021-12-14 Thread Daniel Wagenknecht
Add the device-tree for pine H64 model B from 5.15 mainline linux. The differences between the pine H64 boards model A and model B are irrelevant inside u-boot, but the device-tree name is relevant as default for selecting the correct device-tree when booting linux. Signed-off-by: Daniel

[PATCH 0/2] Add support for pine H64 model B board

2021-12-14 Thread Daniel Wagenknecht
progress I'd prefer if this would be maintained together with the pine H64 model A board. CC Icenowy Zheng as the pine H64 model A maintianer. Daniel Wagenknecht (2): sunxi: dts: add device-tree for pine H64 model B sunxi: configs: add defconfig for pine H64 model B arch/arm/dts/Makefile

[PATCH 1/1] sunxi: SPI: fix pinmuxing for Allwinner H6 SoCs

2021-12-14 Thread Daniel Wagenknecht
the spi-flash on a pine64_h64-model-b board with adapted device-tree (disable mmc2, enable spi0). Signed-off-by: Daniel Wagenknecht --- drivers/spi/spi-sunxi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/spi/spi-sunxi.c b/drivers/spi/spi-sunxi.c index bc2f544e86

[PATCH 0/1] fix SPI pinmuxing for Allwinner H6 SoCs

2021-12-14 Thread Daniel Wagenknecht
Allwinner H616 based board available for testing I didn't approach this. The SPL SPI driver is not effected by this, since the correct conditional logic was already implemented there. Daniel Wagenknecht (1): sunxi: SPI: fix pinmuxing for Allwinner H6 SoCs drivers/spi/spi-sunxi.c | 3 ++- 1 file

[PATCH 2/2] sunxi: configs: add defconfig for pine H64 model B

2021-12-12 Thread Daniel Wagenknecht
. Signed-off-by: Daniel Wagenknecht --- configs/pine_h64-model-b_defconfig | 21 + 1 file changed, 21 insertions(+) create mode 100644 configs/pine_h64-model-b_defconfig diff --git a/configs/pine_h64-model-b_defconfig b/configs/pine_h64-model-b_defconfig new file mode

[PATCH 1/2] sunxi: dts: add device-tree for pine H64 model B

2021-12-12 Thread Daniel Wagenknecht
Add the device-tree for pine H64 model B from 5.15 mainline linux. The differences between the pine H64 boards model A and model B are irrelevant inside u-boot, but the device-tree name is relevant as default for selecting the correct device-tree when booting linux. Signed-off-by: Daniel

[PATCH 0/2] Add support for pine H64 model B board

2021-12-12 Thread Daniel Wagenknecht
progress I'd prefer if this would be maintained together with the pine H64 model A board. CC Icenowy Zheng as the pine H64 model A maintianer. Daniel Wagenknecht (2): sunxi: dts: add device-tree for pine H64 model B sunxi: configs: add defconfig for pine H64 model B arch/arm/dts/Makefile

[PATCH 1/1] sunxi: SPI: fix pinmuxing for Allwinner H6 SoCs

2021-12-12 Thread Daniel Wagenknecht
the spi-flash on a pine64_h64-model-b board with adapted device-tree (disable mmc2, enable spi0). Signed-off-by: Daniel Wagenknecht --- drivers/spi/spi-sunxi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/spi/spi-sunxi.c b/drivers/spi/spi-sunxi.c index bc2f544e86

[PATCH 0/1] fix SPI pinmuxing for Allwinner H6 SoCs

2021-12-12 Thread Daniel Wagenknecht
Allwinner H616 based board available for testing I didn't approach this. The SPL SPI driver is not effected by this, since the correct conditional logic was already implemented there. Daniel Wagenknecht (1): sunxi: SPI: fix pinmuxing for Allwinner H6 SoCs drivers/spi/spi-sunxi.c | 3 ++- 1 file