clk: BD718x7: Do not depend on parent driver data
authorMatti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Tue, 5 Jan 2021 12:47:54 +0000 (14:47 +0200)
committerStephen Boyd <sboyd@kernel.org>
Fri, 12 Feb 2021 03:21:47 +0000 (19:21 -0800)
commitddddfafd94d83233ab28769b96b45f4ebbe21427
treef978ba6915cc3976c869e1f42035dd71ec786c37
parent5c8fe583cce542aa0b84adc939ce85293de36e5e
clk: BD718x7: Do not depend on parent driver data

The bd718x7 only needs a regmap from parent device. This can be
obtained by call to dev_get_regmap. Do not require parent to
populate the driver data for this.

Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Link: https://lore.kernel.org/r/20210105123028.GA3409663@localhost.localdomain
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk-bd718x7.c