diff options
author | Beniamino Galvani <b.galvani@gmail.com> | 2016-08-16 09:49:47 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-06 17:18:19 (GMT) |
commit | 2c936374c81a24a461cf71725a1e9ce439e048ed (patch) | |
tree | 1962a556ccf23abac5b994036bf7a7a685643726 /doc/README.VLAN | |
parent | 950fe26de9d6e7355b96c6f5dcc8455398216b9f (diff) | |
download | u-boot-fsl-qoriq-2c936374c81a24a461cf71725a1e9ce439e048ed.tar.xz |
pinctrl: generic: scan for "pins" and "groups" properties in sub-nodes
In cases where the pins and groups definitions are in a sub-node, as:
uart_a {
mux {
groups = "uart_tx_a", "uart_rx_a";
function = "uart_a";
};
};
pinctrl_generic_set_state_subnode() returns an error for the top-level
node and pinctrl_generic_set_state() fails. Instead, return success so
that the child nodes are tried.
Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'doc/README.VLAN')
0 files changed, 0 insertions, 0 deletions