commit | 92d5f99633e4d0a33ea1f22e28674440ddcd7072 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Mon Aug 14 01:51:27 2023 +0200 |
committer | Marek Vasut <marek.vasut+renesas@mailbox.org> | Sat Sep 09 04:53:31 2023 +0200 |
tree | af7f6af6e686ed2ef2c1321f8e0f43a20f3f95c0 | |
parent | 515e0af77b25fba24ef6a3c72afee6ae3c739825 [diff] |
clk: Add GPIO-controlled clock gate driver Add driver which implements GPIO-controlled clock. The GPIO is used as a gate to enable/disable the clock. This matches linux clk-gpio.c driver, however this does not implement the GPIO mux part, which in U-Boot DM would be better fit in separate driver. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Sean Anderson <seanga2@gmail.com>