commit | 5532262d46a38dc5b973d7ac0977241b4c850e71 | [log] [tgz] |
---|---|---|
author | Dario Binacchi <dariobin@libero.it> | Sun Apr 11 09:39:50 2021 +0200 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Mon Apr 12 11:17:15 2021 +0530 |
tree | 9d32c519811c3480dc155c05bb46b237d11c2078 | |
parent | 76d470de1a3c323823f5c4096a797e366cd225b0 [diff] |
test: pinmux: add test for 'pinctrl-single' driver The test adds two pinmux nodes to the device tree, one to test when a register changes only one pin's mux (pinctrl-single,pins), and the other to test when more than one pin's mux is changed (pinctrl-single,bits). This required replacing the controller's register access functions when the driver is used on sandbox. Signed-off-by: Dario Binacchi <dariobin@libero.it> Reviewed-by: Simon Glass <sjg@chromium.org>