]> git.baikalelectronics.ru Git - uboot.git/commit
sysreset: syscon: update regmap access to syscon
authorPatrick Delaunay <patrick.delaunay@st.com>
Mon, 9 Jul 2018 12:59:29 +0000 (14:59 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 20 Jul 2018 19:55:04 +0000 (15:55 -0400)
commit4bcb4476a6063db702303c2d79170cf37919f446
treea8f69b7cf75e437ee288784b4fc1bdafbe04eddf
parente64766683a4d37034c60d019c6eafeff63497abf
sysreset: syscon: update regmap access to syscon

Use new API syscon_node_to_regmap in sysreset_syscon driver
for compatible "syscon-reboot"; that's avoid the need of explicit
syscon binding for "regmap" handle.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
drivers/sysreset/sysreset_syscon.c