Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80d396b5 authored by Jerome Brunet's avatar Jerome Brunet
Browse files

clk: meson: gxbb: remove HHI_GEN_CLK_CTNL duplicate definition



HHI_GEN_CLK_CTNL is defined twice, just remove the duplicate definition

Fixes: 738f66d3 ("clk: gxbb: add AmLogic GXBB clk controller driver")
Acked-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: default avatarJerome Brunet <jbrunet@baylibre.com>
parent cddcb20b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -66,7 +66,6 @@
#define HHI_USB_CLK_CNTL		0x220 /* 0x88 offset in data sheet */
#define HHI_32K_CLK_CNTL		0x224 /* 0x89 offset in data sheet */
#define HHI_GEN_CLK_CNTL		0x228 /* 0x8a offset in data sheet */
#define HHI_GEN_CLK_CNTL		0x228 /* 0x8a offset in data sheet */

#define HHI_PCM_CLK_CNTL		0x258 /* 0x96 offset in data sheet */
#define HHI_NAND_CLK_CNTL		0x25C /* 0x97 offset in data sheet */