Skip to content

Commit abf3a3e

Browse files
VDavid003krzk
authored andcommitted
dt-bindings: clock: exynos7885: Fix duplicated binding
The numbering in Exynos7885's FSYS CMU bindings has 4 duplicated by accident, with the rest of the bindings continuing with 5. Fix this by moving CLK_MOUT_FSYS_USB30DRD_USER to the end as 11. Since CLK_MOUT_FSYS_USB30DRD_USER is not used in any device tree as of now, and there are no other clocks affected (maybe apart from CLK_MOUT_FSYS_MMC_SDIO_USER which the number was shared with, also not used in a device tree), this is the least impactful way to solve this problem. Fixes: cd268e3 ("dt-bindings: clock: Add bindings for Exynos7885 CMU_FSYS") Cc: [email protected] Signed-off-by: David Virag <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 01ce1bf commit abf3a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/dt-bindings/clock/exynos7885.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,12 @@
136136
#define CLK_MOUT_FSYS_MMC_CARD_USER 2
137137
#define CLK_MOUT_FSYS_MMC_EMBD_USER 3
138138
#define CLK_MOUT_FSYS_MMC_SDIO_USER 4
139-
#define CLK_MOUT_FSYS_USB30DRD_USER 4
140139
#define CLK_GOUT_MMC_CARD_ACLK 5
141140
#define CLK_GOUT_MMC_CARD_SDCLKIN 6
142141
#define CLK_GOUT_MMC_EMBD_ACLK 7
143142
#define CLK_GOUT_MMC_EMBD_SDCLKIN 8
144143
#define CLK_GOUT_MMC_SDIO_ACLK 9
145144
#define CLK_GOUT_MMC_SDIO_SDCLKIN 10
145+
#define CLK_MOUT_FSYS_USB30DRD_USER 11
146146

147147
#endif /* _DT_BINDINGS_CLOCK_EXYNOS_7885_H */

0 commit comments

Comments
 (0)