[PATCH v1] misc: nuvoton: Add host interface configuartion driver

Tom Rini trini at konsulko.com
Wed Jun 22 21:20:45 CEST 2022


On Tue, Jun 07, 2022 at 04:34:30PM +0800, Jim Liu wrote:

> add nuvoton BMC npcm750 host configuartion driver
> 
> Signed-off-by: Jim Liu <JJLIU0 at nuvoton.com>
> ---
>  drivers/misc/Makefile         |   1 +
>  drivers/misc/npcm_host_intf.c | 110 ++++++++++++++++++++++++++++++++++
>  2 files changed, 111 insertions(+)
>  create mode 100644 drivers/misc/npcm_host_intf.c

This needs to add a Kconfig option and that in turn needs to select or
depends on the infrastructure it needs:
arm-linux-gnueabi-ld.bfd: drivers/misc/npcm_host_intf.o: in function `npcm_host_intf_bind':
drivers/misc/npcm_host_intf.c:56: undefined reference to `syscon_regmap_lookup_by_phandle'
arm-linux-gnueabi-ld.bfd: drivers/misc/npcm_host_intf.c:64: undefined reference to `regmap_write'
arm-linux-gnueabi-ld.bfd: drivers/misc/npcm_host_intf.c:80: undefined reference to `regmap_update_bits'
arm-linux-gnueabi-ld.bfd: drivers/misc/npcm_host_intf.c:81: undefined reference to `regmap_update_bits'
arm-linux-gnueabi-ld.bfd: drivers/misc/npcm_host_intf.c:92: undefined reference to `regmap_update_bits'
arm-linux-gnueabi-ld.bfd: drivers/misc/npcm_host_intf.c:93: undefined reference to `regmap_update_bits'
make[1]: *** [Makefile:1813: u-boot] Error 1

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20220622/1ccdc546/attachment.sig>


More information about the U-Boot mailing list