diff options
| author | Christian Marangi <[email protected]> | 2025-03-14 19:59:26 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-04-01 08:44:51 -0600 |
| commit | e00a318d64724a8fa1ed1ad56cf54edc1c295f3d (patch) | |
| tree | 21a800cc5caace1e79e45512fb3b6f365dbc1bca | |
| parent | ea0d64adc67d270de27a092d7ff7bfce8780fefb (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 <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Stephen Boyd <[email protected]>
[ upstream commit: 82108ad3285f58f314ad41398f44017c7dbe44de ]
| -rw-r--r-- | dts/upstream/include/dt-bindings/clock/en7523-clk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dts/upstream/include/dt-bindings/clock/en7523-clk.h b/dts/upstream/include/dt-bindings/clock/en7523-clk.h index 28e56745ccf..edfa64045f5 100644 --- a/dts/upstream/include/dt-bindings/clock/en7523-clk.h +++ b/dts/upstream/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_ */ |
