diff options
author | Alexandre Mergnat <amergnat@baylibre.com> | 2019-07-25 18:42:37 +0200 |
---|---|---|
committer | Jerome Brunet <jbrunet@baylibre.com> | 2019-07-29 12:42:49 +0200 |
commit | b11cfaba5b4d6e287540a3d64c403e5b26dd2728 (patch) | |
tree | efe0fde2740da4bdc5a20dc9ccdb8a15e7ee5063 /drivers/clk/meson/meson-eeclk.h | |
parent | 3a36044e7f3909c7ddb7ddfc727ab8104a563439 (diff) |
clk: meson: remove ee input bypass clocks
During probe, bypass clocks (i.e. ee-in-xtal) are made from device-tree
inputs to provide input clocks which can be access through global name.
The cons of this method are the duplicated clocks, means more string
comparison.
Specify parent directly with device-tree clock name.
Remove the bypass clock registration from the ee probe function.
Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Diffstat (limited to 'drivers/clk/meson/meson-eeclk.h')
-rw-r--r-- | drivers/clk/meson/meson-eeclk.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/clk/meson/meson-eeclk.h b/drivers/clk/meson/meson-eeclk.h index 9ab5d6fa7ccb..77316207bde1 100644 --- a/drivers/clk/meson/meson-eeclk.h +++ b/drivers/clk/meson/meson-eeclk.h @@ -10,8 +10,6 @@ #include <linux/clk-provider.h> #include "clk-regmap.h" -#define IN_PREFIX "ee-in-" - struct platform_device; struct meson_eeclkc_data { |