]> git.dujemihanovic.xyz Git - u-boot.git/commit
mux: mmio: Support "reg-mux" compatible
authorRoger Quadros <rogerq@kernel.org>
Wed, 18 Sep 2024 13:49:21 +0000 (16:49 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 20 Sep 2024 15:09:42 +0000 (09:09 -0600)
commit8e7a7ffec6711069e2c0032574d93f75cf0ab454
tree8213e664fae365d9f7cc02cbad6881d975192a28
parentc97ada2dc66934ee00a7a03d9ed078bdfb7b4039
mux: mmio: Support "reg-mux" compatible

With "reg-mux" compatible the driver no longer expects the parent
device to be a syscon type. It uses it's own regmux.

Signed-off-by: Roger Quadros <rogerq@kernel.org>
drivers/mux/mmio.c