[PATCH v2 0/2] clk: st: update to avoid DT warnings
Alain Volmat
avolmat at me.com
Sat Dec 18 13:11:55 PST 2021
The serie contains 2 updates within clkgen-fsyn and clkgen-mux
in order to allow those drivers to pick up the reg property
within their parent node instead of their own node. Such
behavior is already in place for the other st clk drivers and
to allow to not have several time the same reg value within
the device tree.
Those changes are also done in order to avoid DT warning seen
when compiling with W=1 and indicating unique-unit-address issues.
v2: update clkgen-fsyn patch to add a pr_err
Alain Volmat (2):
clk: st: clkgen-fsyn: search reg within node or parent
clk: st: clkgen-mux: search reg within node or parent
drivers/clk/st/clkgen-fsyn.c | 13 +++++++++++--
drivers/clk/st/clkgen-mux.c | 11 +++++++++--
2 files changed, 20 insertions(+), 4 deletions(-)
--
2.25.1
More information about the linux-arm-kernel
mailing list