Re: [PATCH] ARM: dts: imx8mq-kontron-pitx-imx8m: Remove off-on-delay-us property

2022-10-25 Thread Heiko Thiery
Hi Michael, Am Di., 25. Okt. 2022 um 08:46 Uhr schrieb Michael Nazzareno Trimarchi : > > Hi Heiko > > On Tue, Oct 25, 2022 at 8:43 AM Heiko Thiery wrote: > > > > Hi Peng, > > > > Am Di., 25. Okt. 2022 um 07:18 Uhr schrieb Peng Fan : > > > > > > > > > > > > On 10/24/2022 7:25 PM, Heiko Thiery

Re: [PATCH] ARM: dts: imx8mq-kontron-pitx-imx8m: Remove off-on-delay-us property

2022-10-25 Thread Michael Nazzareno Trimarchi
Hi Heiko On Tue, Oct 25, 2022 at 8:43 AM Heiko Thiery wrote: > > Hi Peng, > > Am Di., 25. Okt. 2022 um 07:18 Uhr schrieb Peng Fan : > > > > > > > > On 10/24/2022 7:25 PM, Heiko Thiery wrote: > > > U-Boot is not able to store the environment variables in the SD card. > > > > > > Remove the

Re: [PATCH] ARM: dts: imx8mq-kontron-pitx-imx8m: Remove off-on-delay-us property

2022-10-25 Thread Heiko Thiery
Hi Peng, Am Di., 25. Okt. 2022 um 07:18 Uhr schrieb Peng Fan : > > > > On 10/24/2022 7:25 PM, Heiko Thiery wrote: > > U-Boot is not able to store the environment variables in the SD card. > > > > Remove the off-on-delay-us property to fix the regression. > > off-on-delay-us here would cause store

Re: [PATCH] ARM: dts: imx8mq-kontron-pitx-imx8m: Remove off-on-delay-us property

2022-10-24 Thread Peng Fan
On 10/24/2022 7:25 PM, Heiko Thiery wrote: U-Boot is not able to store the environment variables in the SD card. Remove the off-on-delay-us property to fix the regression. off-on-delay-us here would cause store env failure? Would you please share more info? Thanks, Peng. Signed-off-by:

Re: [PATCH] ARM: dts: imx8mq-kontron-pitx-imx8m: Remove off-on-delay-us property

2022-10-24 Thread Heiko Thiery
Hi, Am Mo., 24. Okt. 2022 um 13:31 Uhr schrieb Fabio Estevam : > > Hi Heiko, > > On Mon, Oct 24, 2022 at 8:25 AM Heiko Thiery wrote: > > > > U-Boot is not able to store the environment variables in the SD card. > > > > Remove the off-on-delay-us property to fix the regression. > > > >

Re: [PATCH] ARM: dts: imx8mq-kontron-pitx-imx8m: Remove off-on-delay-us property

2022-10-24 Thread Fabio Estevam
Hi Heiko, On Mon, Oct 24, 2022 at 8:25 AM Heiko Thiery wrote: > > U-Boot is not able to store the environment variables in the SD card. > > Remove the off-on-delay-us property to fix the regression. > > Signed-off-by: Heiko Thiery > --- > The same change is done in the linux dts file. I saw

[PATCH] ARM: dts: imx8mq-kontron-pitx-imx8m: Remove off-on-delay-us property

2022-10-24 Thread Heiko Thiery
U-Boot is not able to store the environment variables in the SD card. Remove the off-on-delay-us property to fix the regression. Signed-off-by: Heiko Thiery --- The same change is done in the linux dts file. arch/arm/dts/imx8mq-kontron-pitx-imx8m.dts | 1 - 1 file changed, 1 deletion(-) diff