diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2025-01-14 00:10:04 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2025-01-13 15:24:12 -0800 |
commit | 82108ad3285f58f314ad41398f44017c7dbe44de (patch) | |
tree | 6a1b8cda37a5e302f345be8badfa4f07e1fc96b3 | |
parent | 02d3b7557ce28c373ea1e925ae16ab5988284313 (diff) |
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 <ansuelsmth@gmail.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20250113231030.6735-4-ansuelsmth@gmail.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
-rw-r--r-- | include/dt-bindings/clock/en7523-clk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/en7523-clk.h b/include/dt-bindings/clock/en7523-clk.h index 28e56745ccff..edfa64045f52 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_ */ |