Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gpio: aspeed: Use devm_clk api to manage clock source
[ Upstream commit a6191a3 ] Replace of_clk_get with devm_clk_get_enabled to manage the clock source. Fixes: 5ae4cb9 ("gpio: aspeed: Add debounce support") Reviewed-by: Andrew Jeffery <andrew@codeconstruct.com.au> Signed-off-by: Billy Tsai <billy_tsai@aspeedtech.com> Link: https://lore.kernel.org/r/20241008081450.1490955-3-billy_tsai@aspeedtech.com Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
- Loading branch information