commit | 20dd9e104a709ad9d8ba773b1bd851b78f27782e | [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 | 596c5085c852adf8625ead24708090bd0c44c9e2 [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>