Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: cd268e309c29 ("dt-bindings: clock: Add bindings for Exynos7885 CMU_FSYS")
Cc: stable@vger.kernel.org
Signed-off-by: David Virag <virag.david003@gmail.com>
Link: https://lore.kernel.org/r/20240806121157.479212-2-virag.david003@gmail.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

authored by

David Virag and committed by
Krzysztof Kozlowski
abf3a3ea 01ce1bf2

+1 -1
+1 -1
include/dt-bindings/clock/exynos7885.h
··· 136 136 #define CLK_MOUT_FSYS_MMC_CARD_USER 2 137 137 #define CLK_MOUT_FSYS_MMC_EMBD_USER 3 138 138 #define CLK_MOUT_FSYS_MMC_SDIO_USER 4 139 - #define CLK_MOUT_FSYS_USB30DRD_USER 4 140 139 #define CLK_GOUT_MMC_CARD_ACLK 5 141 140 #define CLK_GOUT_MMC_CARD_SDCLKIN 6 142 141 #define CLK_GOUT_MMC_EMBD_ACLK 7 143 142 #define CLK_GOUT_MMC_EMBD_SDCLKIN 8 144 143 #define CLK_GOUT_MMC_SDIO_ACLK 9 145 144 #define CLK_GOUT_MMC_SDIO_SDCLKIN 10 145 + #define CLK_MOUT_FSYS_USB30DRD_USER 11 146 146 147 147 #endif /* _DT_BINDINGS_CLOCK_EXYNOS_7885_H */