commit | 99552c343576051c9edcf5c9f3fe4186d5c76029 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Apr 23 13:26:53 2018 +0900 |
committer | Tom Rini <trini@konsulko.com> | Mon May 07 15:49:52 2018 -0400 |
tree | a683c5e6e43995c14ba3f124f3713de5d0c45fcf | |
parent | e151a1c288bd8b3e85ca6386942e6322fa984d96 [diff] |
test: regmap: test Linux-compatible syscon_node_to_regmap() Like Linux, syscon_node_to_regmap() allows a node to work as a syscon provider without binding it to a syscon driver. Test this. Requested-by: Simon Glass <sjg@chromium.org> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org>