summaryrefslogtreecommitdiffstats
path: root/sound/last.c
diff options
context:
space:
mode:
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>2019-11-17 14:59:25 +0100
committerJerome Brunet <jbrunet@baylibre.com>2019-12-11 14:06:30 +0100
commit5668f7653d587d3274db2689da945d9465ca5d3e (patch)
tree210f912c71defd5bccf4f1ee607e49f7c0c4dad7 /sound/last.c
parentclk: meson: meson8b: use clk_hw_set_parent in the CPU clock notifier (diff)
downloadlinux-5668f7653d587d3274db2689da945d9465ca5d3e.tar.xz
linux-5668f7653d587d3274db2689da945d9465ca5d3e.zip
clk: meson: meson8b: change references to the XTAL clock to use [fw_]name
The XTAL clock is an actual crystal which is mounted on the PCB. Thus the meson8b clock controller driver should not provide the XTAL clock. The meson8b clock controller driver must not use references to the meson8b_xtal clock anymore before we can provide the XTAL clock via OF. Replace the references to the meson8b_xtal.hw by using clk_parent_data's .fw_name and .name = "xtal" (along with index = -1). This makes the common clock framework use the clock provided via OF and if that's not available it falls back to getting the clock by it's name (which is then the clk_fixed_rate which we register in our driver). Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions