[PATCH v4 13/42] clk: fixed-rate: Export driver parts for OF_PLATDATA_INST
Simon Glass
sjg at chromium.org
Wed Mar 17 02:28:41 CET 2021
We need to allow SoCs to create their own drivers for this so that they
can use their own of-platdata structs. To minimise code duplication,
export the driver operations and the ofdata_to_plat() setup function.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
drivers/clk/clk_fixed_rate.c | 14 ++++++++++----
include/linux/clk-provider.h | 5 +++++
2 files changed, 15 insertions(+), 4 deletions(-)
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list