[PULL] u-boot-sh/master-fdt

2024-04-18 Thread Marek Vasut
The following changes since commit a712a54dc427708195e6405af4b072d869d0dd8f: Merge patch series "configs: ti: Enable basic settings for SystemReady ACS" (2024-04-17 13:16:12 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-sh.git master-fdt

[PATCH v5 1/1] fastboot: introduce 'oem board' subcommand

2024-04-18 Thread Alexey Romanov
Currently, fastboot protocol in U-Boot has no opportunity to execute vendor custom code with verifed boot. This patch introduce new fastboot subcommand fastboot oem board:, which allow to run custom oem_board function. Default implementation is __weak. Vendor must redefine it in board/ folder

[PATCH v5 0/1] Introduce fastboot oem board command

2024-04-18 Thread Alexey Romanov
Changes V1 -> V2 [1]: - Added an example of using the command as requested by Sean Anderson [2]. Changes V2 -> V3 [3]: - Rebase over uboot/master. - Add documentation. - Remove example added in V2 [1]. Changes V3 -> V4 [4]: - Corrected documentation accroding to Quentin Schulz

[PATCH] rockchip: nanopi-r4s: Fix ehci usb error

2024-04-18 Thread Justin Klaassen
The ehci_generic driver always failed with the error: Bus usb@fe38: ehci_generic usb@fe38: ... Failed to get clocks (ret=-19) Port not available. Bus usb@fe3c: ehci_generic usb@fe3c: ... Failed to get clocks (ret=-19) Port not available. This error is resolved by enabling the

Re: [PATCH 3/3] pinctrl: qcom: ipq4019: adapt pin name lookup to upstream DTS

2024-04-18 Thread Caleb Connolly
On 18/04/2024 10:14, Robert Marko wrote: > We want to use OF_UPSTREAM on IPQ40XX as its well supported upstream, so > as a preparation update pinctrl driver to look for the upstream pin format. > > Signed-off-by: Robert Marko Reviewed-by: Caleb Connolly > --- >

Re: [PATCH 1/3] pinctrl: qcom: allow selecting with ARCH_IPQ40XX

2024-04-18 Thread Caleb Connolly
On 18/04/2024 10:14, Robert Marko wrote: > IPQ4019 pinctrl driver was moved to the dedicated Qualcomm pinctrl > directory, but the KConfig depends on ARCH_SNAPDRAGON only and thus > PINCTRL_QCOM_IPQ4019 cannot be selected when ARCH_IPQ40XX is used. > > Fixes: 24d2908e987a ("pinctrl: qcom: move

Re: [PATCH 01/10] board: ti: am62x: Init DRAM size in R5/A53 SPL

2024-04-18 Thread Sughosh Ganu
On Thu, 18 Apr 2024 at 16:08, Chintan Vankar wrote: > > > > On 17/04/24 21:34, Tom Rini wrote: > > On Wed, Apr 17, 2024 at 05:48:31PM +0530, Sughosh Ganu wrote: > >> hi Chintan, > >> > >> On Wed, 17 Apr 2024 at 13:21, Chintan Vankar wrote: > >>> > >>> > >>> > >>> On 16/04/24 22:30, Tom Rini

Re: [PATCH v1 05/25] configs: stm32mp1: Enable BUTTON_GPIO flag for stm32mp13_defconfig

2024-04-18 Thread Igor Opaniuk
On Tue, Apr 9, 2024 at 5:05 PM Patrice Chotard wrote: > > Enable BUTTON_GPIO flag for STM32MP15. > > Signed-off-by: Patrice Chotard > --- > > configs/stm32mp13_defconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/configs/stm32mp13_defconfig b/configs/stm32mp13_defconfig > index

Re: [PATCH v1 01/25] configs: stm32mp13: Enable FASTBOOT

2024-04-18 Thread Igor Opaniuk
On Tue, Apr 9, 2024 at 5:19 PM Patrice Chotard wrote: > > Enable FASTBOOT relative flags for stm32mp13_defconfig. > > Signed-off-by: Patrice Chotard > > --- > > configs/stm32mp13_defconfig | 9 - > 1 file changed, 8 insertions(+), 1 deletion(-) > > diff --git

Re: [PATCH v2 00/11] net: dwc_eth_qos: Clean up STM32 glue code and add STM32MP13xx support

2024-04-18 Thread Patrice CHOTARD
On 4/17/24 18:47, Marek Vasut wrote: > On 3/26/24 1:07 PM, Marek Vasut wrote: >> Split off STM32 glue code from the DWMAC driver into separate >> file, similar to what other SoCs already do, to avoid mixing >> the ST specifics with generic DWMAC core code. >> >> Clean the STM32 DWMAC board code

Re: [PATCH 2/3] mach-ipq40xx: import GPIO header from mach-snapgradon

2024-04-18 Thread Caleb Connolly
Hi Robert, On 18/04/2024 10:14, Robert Marko wrote: > Pinctrl driver was refactored and moved, but the required header that > it depends on was not included. Thanks for these patches! I'm a bit worried about duplicating this header file, we could probably move it to the main include directory

Re: [PATCH 01/10] board: ti: am62x: Init DRAM size in R5/A53 SPL

2024-04-18 Thread Chintan Vankar
On 17/04/24 21:34, Tom Rini wrote: On Wed, Apr 17, 2024 at 05:48:31PM +0530, Sughosh Ganu wrote: hi Chintan, On Wed, 17 Apr 2024 at 13:21, Chintan Vankar wrote: On 16/04/24 22:30, Tom Rini wrote: On Tue, Apr 16, 2024 at 05:52:58PM +0530, Chintan Vankar wrote: On 12/04/24 03:37, Tom

[PATCH] arm: mach-ipq40xx: dont select SMEM by default

2024-04-18 Thread Robert Marko
IPQ40xx SoC-s dont have proper SMEM support like more modern Qualcomm SoC-s so there is no point in selecting the required drivers. Signed-off-by: Robert Marko --- arch/arm/Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index

[PATCH 3/3] pinctrl: qcom: ipq4019: adapt pin name lookup to upstream DTS

2024-04-18 Thread Robert Marko
We want to use OF_UPSTREAM on IPQ40XX as its well supported upstream, so as a preparation update pinctrl driver to look for the upstream pin format. Signed-off-by: Robert Marko --- drivers/pinctrl/qcom/pinctrl-ipq4019.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 2/3] mach-ipq40xx: import GPIO header from mach-snapgradon

2024-04-18 Thread Robert Marko
Pinctrl driver was refactored and moved, but the required header that it depends on was not included. Fixes: 24d2908e987a ("pinctrl: qcom: move ipq4019 driver from mach-ipq40xx") Signed-off-by: Robert Marko --- arch/arm/mach-ipq40xx/include/mach/gpio.h | 37 +++ 1 file

[PATCH 1/3] pinctrl: qcom: allow selecting with ARCH_IPQ40XX

2024-04-18 Thread Robert Marko
IPQ4019 pinctrl driver was moved to the dedicated Qualcomm pinctrl directory, but the KConfig depends on ARCH_SNAPDRAGON only and thus PINCTRL_QCOM_IPQ4019 cannot be selected when ARCH_IPQ40XX is used. Fixes: 24d2908e987a ("pinctrl: qcom: move ipq4019 driver from mach-ipq40xx") Signed-off-by:

Re: [PATCH v4 1/1] fastboot: introduce 'oem board' subcommand

2024-04-18 Thread Mattijs Korpershoek
Hi Alexey, On mer., avril 10, 2024 at 13:58, Alexey Romanov wrote: > Currently, fastboot protocol in U-Boot has no opportunity > to execute vendor custom code with verifed boot. This patch > introduce new fastboot subcommand fastboot oem board:, > which allow to run custom oem_board function.

[PATCH] board: rk3288: simplify the DT file list in MAINTAINERS

2024-04-18 Thread Dragan Simic
Use a wildcard to simplify the list of board DT files in the MAINTAINERS file for the Radxa Rock 2 Square board. Signed-off-by: Dragan Simic --- board/radxa/rock2/MAINTAINERS | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/board/radxa/rock2/MAINTAINERS

Re: [PATCH v1] mtd: rawnand: macronix: OTP access for MX30LFxG18AC

2024-04-18 Thread Dario Binacchi
Arseniy, Michael, All On Wed, Apr 17, 2024 at 8:44 PM Michael Nazzareno Trimarchi wrote: > > Hi > > Dario did you add those patches in CI and test them again? > > Michael > > On Wed, Apr 17, 2024 at 8:44 PM Arseniy Krasnov > wrote: > > > > Hello, > > > > Sorry, pls ping > > > > Thanks, Arseniy

<    1   2