]> git.dujemihanovic.xyz Git - u-boot.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)
commit366c4eb4b5df420de3cc32be3089bef68a883d97
treeddfd15ef97a49ef8325211c494e2fd3785a5bd9a
parent370746ada7cfd93de248c2274618ba635f9d1f46
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