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)
committerSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 17:11:14 +0000 (11:11 -0600)
commita274e9cac55de3c8ca4e877912a260fb646df38d
treead56dbcf144ecbdb58f40bea81b1b88af9dad7b5
parent452f5487536e9d5bf9bb7e515368f6deac7d61f5
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