mtd: HBMC-AM654: Changed syscon API to mux APIs
authorAnurag Dutta <a-dutta@ti.com>
Fri, 29 Nov 2024 11:31:30 +0000 (17:01 +0530)
committerTom Rini <trini@konsulko.com>
Sat, 14 Dec 2024 15:34:16 +0000 (09:34 -0600)
commita42b8b0b3fe0ffe69ffb932bf3e709a62ff34a23
tree1d5dc2942c32ecce47259f8213ede02e63b26de3
parentf0558f3a89fe0fa900b162ae2758772e37f72739
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>
drivers/mtd/hbmc-am654.c