]> git.baikalelectronics.ru Git - uboot.git/commit
x86: apl: Move priv/plat structs to headers
authorSimon Glass <sjg@chromium.org>
Sat, 19 Dec 2020 17:39:57 +0000 (10:39 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:24:41 +0000 (12:24 -0700)
commitc1af92aff47f7a78e7faf28b68b111772d24f9d8
treeddfd15ef97a49ef8325211c494e2fd3785a5bd9a
parent0465b28e04089ce3dd435f166364c9a39559761c
x86: apl: Move priv/plat structs to headers

With the new of-platdata, these need to be available to dt_platdata.c
so must be in header files. Move them.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/apollolake/hostbridge.c
arch/x86/cpu/apollolake/pmc.c
arch/x86/include/asm/arch-apollolake/gpio.h
arch/x86/include/asm/arch-apollolake/hostbridge.h [new file with mode: 0644]
arch/x86/include/asm/arch-apollolake/pmc.h [new file with mode: 0644]
drivers/pinctrl/intel/pinctrl_apl.c