]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
clk: meson: axg-audio: remove useless defines
authorJerome Brunet <jbrunet@baylibre.com>
Wed, 2 Oct 2019 09:15:25 +0000 (11:15 +0200)
committerJerome Brunet <jbrunet@baylibre.com>
Tue, 8 Oct 2019 07:29:21 +0000 (09:29 +0200)
Defining the number of each input type is no longer necessary since
we are not using the clk-input hack anymore

Fixes: 282420eed23f ("clk: meson: axg-audio: migrate to the new parent description method")
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
drivers/clk/meson/axg-audio.c

index 18b23cdf679c07ade20a7827e877bbae718b7c80..60ac71856e5ec3abc440311a66ee5a13088f39c2 100644 (file)
 #include "clk-phase.h"
 #include "sclk-div.h"
 
-#define AUD_MST_IN_COUNT       8
-#define AUD_SLV_SCLK_COUNT     10
-#define AUD_SLV_LRCLK_COUNT    10
-
 #define AUD_GATE(_name, _reg, _bit, _phws, _iflags)                    \
 struct clk_regmap aud_##_name = {                                      \
        .data = &(struct clk_regmap_gate_data){                         \