On Sat, Dec 19, 2020 at 10:40:04AM -0700, Simon Glass wrote: > With the new of-platdata, these need to be available to dt_platdata.c > so must be in header files. Move them and add the dtd struct too.
Reviewed-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > arch/x86/include/asm/sysreset.h | 18 ++++++++++++++++++ > drivers/sysreset/sysreset_x86.c | 5 +---- > 2 files changed, 19 insertions(+), 4 deletions(-) > create mode 100644 arch/x86/include/asm/sysreset.h > Applied to u-boot-dm/next, thanks!