commit | 91fd191a2f952d6991724b4880e1428ebd03fc6f | [log] [tgz] |
---|---|---|
author | Anurag Dutta <a-dutta@ti.com> | Fri Nov 29 17:01:30 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Sat Dec 14 09:34:16 2024 -0600 |
tree | 1d5dc2942c32ecce47259f8213ede02e63b26de3 | |
parent | f1bbae9a1c9c6f89645e4f131812d7bb0081a597 [diff] |
mtd: HBMC-AM654: Changed syscon API to mux APIs The syscon APIs were used for selecting the state of the mux device because the mmio-mux driver in u-boot did not support the mux functionality when the parent device is not a syscon. Change to mux APIs which utilizes the reg-mux driver to select the state of the multiplexer. Signed-off-by: Anurag Dutta <a-dutta@ti.com>