diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2018-10-24 14:10:23 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-11-16 16:51:57 -0500 |
commit | f41a824b23c57dee86ac03b55fa426f2371c1a8e (patch) | |
tree | 228162d0b85426ff2e002d82474262556b97d3ae /arch | |
parent | 21e23aaff6e8ac0a30f442e83e72dc5c8c9e5007 (diff) | |
download | u-boot-f41a824b23c57dee86ac03b55fa426f2371c1a8e.tar.gz u-boot-f41a824b23c57dee86ac03b55fa426f2371c1a8e.tar.bz2 u-boot-f41a824b23c57dee86ac03b55fa426f2371c1a8e.zip |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sandbox/dts/test.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index 024aa7c512..2c6b422312 100644 --- a/arch/sandbox/dts/test.dts +++ b/arch/sandbox/dts/test.dts @@ -727,6 +727,10 @@ sandbox_virtio2 { compatible = "sandbox,virtio2"; }; + + pinctrl { + compatible = "sandbox,pinctrl"; + }; }; #include "sandbox_pmic.dtsi" |