Re: [U-Boot] [PATCH v2 5/5] x86: Switch to use DM sysreset driver

2018-07-19 Thread Bin Meng
On Thu, Jul 19, 2018 at 11:21 PM, Simon Glass wrote: > On 19 July 2018 at 04:07, Bin Meng wrote: >> This converts all x86 boards over to DM sysreset. >> >> Signed-off-by: Bin Meng >> >> --- >> >> Changes in v2: >> - remove include of "reset.dsti" in edison.dts >> - add SYSRESET for efi-x86_app a

Re: [U-Boot] [PATCH v2 5/5] x86: Switch to use DM sysreset driver

2018-07-19 Thread Simon Glass
On 19 July 2018 at 04:07, Bin Meng wrote: > This converts all x86 boards over to DM sysreset. > > Signed-off-by: Bin Meng > > --- > > Changes in v2: > - remove include of "reset.dsti" in edison.dts > - add SYSRESET for efi-x86_app and edison > > arch/Kconfig | 2

[U-Boot] [PATCH v2 5/5] x86: Switch to use DM sysreset driver

2018-07-19 Thread Bin Meng
This converts all x86 boards over to DM sysreset. Signed-off-by: Bin Meng --- Changes in v2: - remove include of "reset.dsti" in edison.dts - add SYSRESET for efi-x86_app and edison arch/Kconfig | 2 ++ arch/x86/cpu/baytrail/valleyview.c| 6 -