mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-07 03:29:36 +00:00
24 lines
764 B
Diff
24 lines
764 B
Diff
|
From 238436f998c551688695d26ecdcd2ea4d51190b1 Mon Sep 17 00:00:00 2001
|
||
|
From: Christian Marangi <ansuelsmth@gmail.com>
|
||
|
Date: Wed, 11 Dec 2024 12:22:37 +0100
|
||
|
Subject: [PATCH 3/4] 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>
|
||
|
---
|
||
|
include/dt-bindings/clock/en7523-clk.h | 2 ++
|
||
|
1 file changed, 2 insertions(+)
|
||
|
|
||
|
--- 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_ */
|