]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: x86: Add a uclass for an Low Pin Count (LPC) device
authorSimon Glass <sjg@chromium.org>
Thu, 26 Mar 2015 15:29:28 +0000 (09:29 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:45 +0000 (21:47 +0200)
commitb2f78755433a7b7181a25630b668d4a2670789ba
tree2b6889786e8fbed99cd5eb8d167a0bf618a066e6
parentdd4310fe9bbbd09d30eeea7a3cec65f754f471ac
dm: x86: Add a uclass for an Low Pin Count (LPC) device

On x86 systems this device is commonly used to provide legacy port access.
It is sort-of a replacement for the old ISA bus.

Add a uclass for this, and allow it to have child devices.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/Makefile
arch/x86/lib/lpc-uclass.c [new file with mode: 0644]
include/dm/uclass-id.h