]> git.sur5r.net Git - u-boot/commit
dm: syscon: Provide a generic syscon driver
authorPaul Burton <paul.burton@imgtec.com>
Thu, 8 Sep 2016 06:47:37 +0000 (07:47 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 21 Sep 2016 13:04:32 +0000 (15:04 +0200)
commit8291bc87474ae2eb8564447a5c474f5d2a45836c
treeb951ef5b3aad2f7ea0341a1b62c12334f022e1ea
parentce701721596618afc0affc50f1708ece156891f9
dm: syscon: Provide a generic syscon driver

Provide a trivial syscon driver matching the generic "syscon" compatible
string, allowing for simple system controllers to be used without a
custom driver just as in Linux.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
drivers/core/syscon-uclass.c