commit | 186c133444152005473955f1feea2e3184740dd6 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Jun 29 19:38:57 2016 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Jul 02 05:44:29 2016 +0900 |
tree | 3ca1f7262cc3def1ec4ac9dce9ce84c0dd7ef87a | |
parent | c4adc50ea66436438f10d7eedb00d2c441ec9dbe [diff] |
pinctrl: uniphier: allow to have pinctrl node under syscon node Currently, the UniPhier pinctrl driver itself is a syscon, but it turned out much more reasonable to make it a child node of a syscon because our syscon node consists of a bunch of system configuration registers, not only pinctrl, but also phy, and misc registers. It is difficult to split the node. This commit allows to migrate to the new DT structure. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>