]> www.infradead.org Git - users/jedix/linux-maple.git/commit
clk: meson: axg-audio: don't register inputs in the onecell data
authorJerome Brunet <jbrunet@baylibre.com>
Fri, 29 Mar 2019 16:06:48 +0000 (17:06 +0100)
committerNeil Armstrong <narmstrong@baylibre.com>
Mon, 8 Apr 2019 07:58:41 +0000 (09:58 +0200)
commit6d6d2a24b2c7a717a75f4e5f3a0e2ebd35ae5573
tree640a25dbbeef226d9e2d8e36d1b7e101d5918458
parentb18819c4acf16ac3273192b79c53f3b833b9a1f8
clk: meson: axg-audio: don't register inputs in the onecell data

Clock inputs should not be exported outside the controller. It is a hack
to have a stable global clock name within the clock controller, even for
clocks external to the controller.

There is an ongoing effort to replace this hack with something better.
The first step is to not register those clocks in the provider anymore,
so we can completely remove them later on.

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://lkml.kernel.org/r/20190329160649.31603-4-jbrunet@baylibre.com
drivers/clk/meson/axg-audio.c
drivers/clk/meson/axg-audio.h