Commit 38340cb2 authored by Jerome Brunet's avatar Jerome Brunet
Browse files

clk: meson: axg-audio: remove useless defines



Defining the number of each input type is no longer necessary since
we are not using the clk-input hack anymore

Fixes: 282420ee ("clk: meson: axg-audio: migrate to the new parent description method")
Acked-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Signed-off-by: default avatarJerome Brunet <jbrunet@baylibre.com>
parent 44ef8697
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -20,10 +20,6 @@
#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){				\