diff options
author | Vignesh Raghavendra <vigneshr@ti.com> | 2021-05-07 14:40:34 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-05-26 17:26:07 -0400 |
commit | 1e7879045f6c20f68ce2c6fcce7ec187e8844b51 (patch) | |
tree | 1112527a43741a74bd5d37733e27cc10851e465d /test/py/tests/test_sleep.py | |
parent | f4b2786b80583c8b48245ac5f90fda47328f3a6c (diff) |
pinctrl: single: Fix probe failure getting register area size
If reg property of pinctrl-single node requires address translation then
probe fails with following message:
single-pinctrl pinctrl@4301c000: failed to get base register size
This is because driver uses dev_read_addr_size() to get size which also
tries to fetch untranslated addr and fails.
Fix this by using dev_read_addr_size_index() which takes care of address
translation and also makes following dev_read_addr() call redundant.
This fixes Ethernet failures on TI's AM654 based EVMs due to lack of
pinmux configuration.
Fixes: 9fd8a430f3 ("pinctrl: single: get register area size by device API")
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Diffstat (limited to 'test/py/tests/test_sleep.py')
0 files changed, 0 insertions, 0 deletions