]> git.baikalelectronics.ru Git - uboot.git/commit
test/py: test pinmux command
authorPatrice Chotard <patrice.chotard@st.com>
Wed, 24 Oct 2018 12:10:23 +0000 (14:10 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 16 Nov 2018 21:51:57 +0000 (16:51 -0500)
commit66501fb851c98d48b28a2af53b58879f7b7715d4
tree228162d0b85426ff2e002d82474262556b97d3ae
parent3b564555a52553a339da7fbe14e5db5d25198e51
test/py: test pinmux command

Add pinmux test which test the following commands:
  - pinmux list
  - pinmux dev
  - pinmux status

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
[trini: Mark some tests as sandbox-centric]
Signed-off-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
arch/sandbox/dts/test.dts
test/py/tests/test_pinmux.py [new file with mode: 0644]