mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-30 16:14:12 +00:00
6b4fcc55a9
Add patch fixing support for MMC. Additional clock are needed for MMC to work and some small fixup to make the Mediatek MMC driver on Airoha SoC. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> (cherry picked from commit be5a9ff24b9c3b7d1b5bf508b84a35be9f9b3ea9)
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_ */
|