[U-Boot] [PATCH 09/13] test: dm: update test for pins configuration in pinctrl node
Simon Glass
sjg at chromium.org
Wed Oct 30 01:48:13 UTC 2019
On Wed, 23 Oct 2019 at 07:45, Patrick Delaunay <patrick.delaunay at st.com> wrote:
>
> Add test for "pins" configuration in gpio uclass with set_state() ops
> and test for generic parsing of pinconf_param array).
>
> set_state() is called by:
> - pinctrl_generic_set_state
> |- pinctrl_generic_set_state_subnode
>
> Signed-off-by: Patrick Delaunay <patrick.delaunay at st.com>
> ---
>
> arch/sandbox/dts/test.dts | 25 +++++++++++++++++++++++++
> drivers/pinctrl/pinctrl-sandbox.c | 14 +++++++++++++-
> test/py/tests/test_pinmux.py | 28 ++++++++++++++++++----------
> 3 files changed, 56 insertions(+), 11 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list