[PATCH v3 2/3] arm: mmp: add initial support for PXA1908 SoC

2025-01-24 Thread Duje Mihanović
Add initial support for Marvell PXA1908. The SoC has 4 Cortex-A53 cores, a GC7000UL GPU and a variety of peripheral controllers. Signed-off-by: Duje Mihanović --- MAINTAINERS| 8 arch/arm/Kconfig | 11 + arch/arm/Makefile | 1 + arch/arm/dts

[PATCH v3 3/3] board: samsung: add initial support for coreprimevelte board

2025-01-24 Thread Duje Mihanović
Samsung Galaxy Core Prime VE LTE is an entry-level PXA1908-based smartphone. It has 1GB of DRAM, 8GB eMMC and USB connectivity. Signed-off-by: Duje Mihanović --- arch/arm/dts/Makefile | 2 + arch/arm/dts/pxa1908-samsung-coreprimevelte.dts | 74

[PATCH v3 1/3] serial: ns16550: Add Intel XScale support

2025-01-24 Thread Duje Mihanović
Add compatible string for the Intel XScale variant of the 16550. Needed to match upstream. Signed-off-by: Duje Mihanović --- drivers/serial/ns16550.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/serial/ns16550.c b/drivers/serial/ns16550.c index

[PATCH v3 0/3] Initial support for PXA1908 and samsung-coreprimevelte

2025-01-24 Thread Duje Mihanović
Hello, This series adds initial support for Marvell's PXA1908 ARM64 SoC and Samsung's Galaxy Core Prime VE LTE, a smartphone based on said SoC. On this board, U-Boot is used as a secondary bootloader to work around certain quirks of the factory S-Boot. Signed-off-by: Duje Mihanović -

Re: [PATCH v2 2/3] arm: mmp: add initial support for PXA1908 SoC

2025-01-24 Thread Duje Mihanović
On Thursday 23 January 2025 13:25:11 Central European Standard Time Stefan Roese wrote: > While building applied on top of latest version, > I get this error: > > arch/arm/mach-mmp/board.c:55:7: error: conflicting types for > 'board_fdt_blob_setup'; have 'void *(int *)' > 55 | void *board_fdt

Re: [PATCH v2 1/3] serial: ns16550: Add Intel XScale support

2025-01-08 Thread Duje Mihanović
On 8.1.2025. 14:43, Stefan Roese wrote: > On 07.01.25 19:06, Duje Mihanović wrote: >> On Tuesday 7 January 2025 12:30:40 Central European Standard Time >> Stefan Roese wrote: >>> Wouldn't it make more sense to use this compatible property instead? >> >> I

Re: [PATCH v2 1/3] serial: ns16550: Add Intel XScale support

2025-01-07 Thread Duje Mihanović
On Tuesday 7 January 2025 12:30:40 Central European Standard Time Stefan Roese wrote: > On 31.12.24 17:49, Duje Mihanović wrote: > > { .compatible = "ingenic,jz4780-uart", .data = PORT_JZ4780 }, > > { .compatible = "nvidia,tegra20-uart", .data = PO

Re: [PATCH v2 0/3] Initial support for PXA1908 and samsung-coreprimevelte

2025-01-01 Thread Duje Mihanović
On Tuesday 31 December 2024 17:49:11 Central European Standard Time Duje Mihanović wrote: > Hello, > > This series adds initial support for Marvell's PXA1908 ARM64 SoC and > Samsung's Galaxy Core Prime VE LTE, a smartphone based on said SoC. > > On this board, U

[PATCH v2 3/3] board: samsung: add initial support for coreprimevelte board

2024-12-31 Thread Duje Mihanović
Samsung Galaxy Core Prime VE LTE is an entry-level PXA1908-based smartphone. It has 1GB of DRAM, 8GB eMMC and USB connectivity. Signed-off-by: Duje Mihanović --- arch/arm/dts/Makefile | 2 + arch/arm/dts/pxa1908-samsung-coreprimevelte.dts | 74

[PATCH v2 2/3] arm: mmp: add initial support for PXA1908 SoC

2024-12-31 Thread Duje Mihanović
Add initial support for Marvell PXA1908. The SoC has 4 Cortex-A53 cores, a GC7000UL GPU and a variety of peripheral controllers. Signed-off-by: Duje Mihanović --- MAINTAINERS| 8 arch/arm/Kconfig | 11 + arch/arm/Makefile | 1 + arch/arm/dts

[PATCH v2 1/3] serial: ns16550: Add Intel XScale support

2024-12-31 Thread Duje Mihanović
Add compatible string for the Intel XScale variant of the 16550. Needed to match upstream. Signed-off-by: Duje Mihanović --- drivers/serial/ns16550.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/serial/ns16550.c b/drivers/serial/ns16550.c index

[PATCH v2 0/3] Initial support for PXA1908 and samsung-coreprimevelte

2024-12-31 Thread Duje Mihanović
Hello, This series adds initial support for Marvell's PXA1908 ARM64 SoC and Samsung's Galaxy Core Prime VE LTE, a smartphone based on said SoC. On this board, U-Boot is used as a secondary bootloader to work around certain quirks of the factory S-Boot. Signed-off-by: Duje Mihanović -

Re: [PATCH 0/2] Initial support for PXA1908 and samsung-coreprimevelte

2024-12-31 Thread Duje Mihanović
On Monday 30 December 2024 16:25:33 Central European Standard Time Tom Rini wrote: > Yes, this is about moving to OF_UPSTREAM. Strictly and only with respect > to things that we have to deal with due to other bootloaders can we deal > with problems like that in the -u-boot.dtsi file. Otherwise we

Re: [PATCH 0/2] Initial support for PXA1908 and samsung-coreprimevelte

2024-12-28 Thread Duje Mihanović
On Friday 27 December 2024 22:53:27 Central European Standard Time Tom Rini wrote: > On Fri, Dec 27, 2024 at 10:22:14PM +0100, Duje Mihanović wrote: > > Hello, > > > > This series adds initial support for Marvell's PXA1908 ARM64 SoC and > > Samsung's Galaxy

[PATCH 2/2] board: samsung: add initial support for coreprimevelte board

2024-12-27 Thread Duje Mihanović
Samsung Galaxy Core Prime VE LTE is an entry-level PXA1908-based smartphone. It has 1GB of DRAM, 8GB eMMC and USB connectivity. Signed-off-by: Duje Mihanović --- arch/arm/dts/Makefile | 2 + arch/arm/dts/pxa1908-samsung-coreprimevelte.dts | 74

[PATCH 1/2] arm: mmp: add initial support for PXA1908 SoC

2024-12-27 Thread Duje Mihanović
Add initial support for Marvell PXA1908. The SoC has 4 Cortex-A53 cores, a GC7000UL GPU and a variety of peripheral controllers. Signed-off-by: Duje Mihanović --- MAINTAINERS| 8 arch/arm/Kconfig | 11 + arch/arm/Makefile | 1 + arch/arm/dts

[PATCH 0/2] Initial support for PXA1908 and samsung-coreprimevelte

2024-12-27 Thread Duje Mihanović
Hello, This series adds initial support for Marvell's PXA1908 ARM64 SoC and Samsung's Galaxy Core Prime VE LTE, a smartphone based on said SoC. On this board, U-Boot is used as a secondary bootloader to work around certain quirks of the factory S-Boot. Signed-off-by: Duje Mihanović