From c9814937de9389b726ef3e96edbdf262240026e3 Mon Sep 17 00:00:00 2001 From: wenbiao zhang Date: Wed, 29 Nov 2017 20:48:08 +0800 Subject: [PATCH] clk: update clk total number [1/1] PD#152261: clk: update clk total number add bt656 clk, but total number not update Change-Id: I24f2f17e4e773a883bab3f564144a49768fc16d5 Signed-off-by: wenbiao zhang --- include/dt-bindings/clock/amlogic,gxl-clkc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dt-bindings/clock/amlogic,gxl-clkc.h b/include/dt-bindings/clock/amlogic,gxl-clkc.h index 93075a1e1f50..66e8d7994292 100644 --- a/include/dt-bindings/clock/amlogic,gxl-clkc.h +++ b/include/dt-bindings/clock/amlogic,gxl-clkc.h @@ -271,6 +271,6 @@ #define CLKID_SARADC_GATE (CLKID_MISC_BASE + 25) #define CLKID_SARADC_COMP (CLKID_MISC_BASE + 26) -#define NR_CLKS (OTHER_BASE + 106) +#define NR_CLKS (CLKID_SARADC_COMP + 1) #endif /* __GX_CLKC_H */