Re: [PATCH v2 1/4] hw/misc: imx6_ccm: Update PMU_MISC0 reset value

2021-01-05 Thread Bin Meng
Hi Alex, On Tue, Jan 5, 2021 at 5:25 PM Alex Bennée wrote: > > > Bin Meng writes: > > > On Wed, Dec 23, 2020 at 2:26 PM Bin Meng wrote: > >> > >> From: Bin Meng > >> > > >> > >> (no changes since v1) > >> > >> hw/misc/imx6_ccm.c | 2 +- > >> 1 file changed, 1 insertion(+), 1 deletion(-) > >>

Re: [PATCH v2 1/4] hw/misc: imx6_ccm: Update PMU_MISC0 reset value

2021-01-05 Thread Alex Bennée
Bin Meng writes: > On Wed, Dec 23, 2020 at 2:26 PM Bin Meng wrote: >> >> From: Bin Meng >> >> >> (no changes since v1) >> >> hw/misc/imx6_ccm.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> > > Ping? Looks good to me - Peter should be able to pull it into his tree soon. --

Re: [PATCH v2 1/4] hw/misc: imx6_ccm: Update PMU_MISC0 reset value

2021-01-05 Thread Alex Bennée
Bin Meng writes: > From: Bin Meng > > U-Boot expects PMU_MISC0 register bit 7 is set (see init_bandgap() > in arch/arm/mach-imx/mx6/soc.c) during boot. This bit indicates the > bandgap has stabilized. > > With this change, the latest upstream U-Boot (v2021.01-rc3) for imx6 > sabrelite board (m

Re: [PATCH v2 1/4] hw/misc: imx6_ccm: Update PMU_MISC0 reset value

2021-01-04 Thread Bin Meng
On Wed, Dec 23, 2020 at 2:26 PM Bin Meng wrote: > > From: Bin Meng > > U-Boot expects PMU_MISC0 register bit 7 is set (see init_bandgap() > in arch/arm/mach-imx/mx6/soc.c) during boot. This bit indicates the > bandgap has stabilized. > > With this change, the latest upstream U-Boot (v2021.01-rc3)

[PATCH v2 1/4] hw/misc: imx6_ccm: Update PMU_MISC0 reset value

2020-12-22 Thread Bin Meng
From: Bin Meng U-Boot expects PMU_MISC0 register bit 7 is set (see init_bandgap() in arch/arm/mach-imx/mx6/soc.c) during boot. This bit indicates the bandgap has stabilized. With this change, the latest upstream U-Boot (v2021.01-rc3) for imx6 sabrelite board (mx6qsabrelite_defconfig), with a sli