From: Christian Marangi Date: Mon, 13 Jan 2025 23:10:04 +0000 (+0100) Subject: dt-bindings: clock: add ID for eMMC for EN7581 X-Git-Tag: v6.14-rc1~150^2~1^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82108ad3285f58f314ad41398f44017c7dbe44de;p=thirdparty%2Fkernel%2Flinux.git dt-bindings: clock: add ID for eMMC for EN7581 Add ID for eMMC for EN7581. This is to control clock selection of eMMC between 200MHz and 150MHz. Signed-off-by: Christian Marangi Acked-by: Conor Dooley Link: https://lore.kernel.org/r/20250113231030.6735-4-ansuelsmth@gmail.com Signed-off-by: Stephen Boyd --- diff --git a/include/dt-bindings/clock/en7523-clk.h b/include/dt-bindings/clock/en7523-clk.h index 28e56745ccffc..edfa64045f522 100644 --- a/include/dt-bindings/clock/en7523-clk.h +++ b/include/dt-bindings/clock/en7523-clk.h @@ -12,4 +12,6 @@ #define EN7523_CLK_CRYPTO 6 #define EN7523_CLK_PCIE 7 +#define EN7581_CLK_EMMC 8 + #endif /* _DT_BINDINGS_CLOCK_AIROHA_EN7523_H_ */