mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-15 23:22:19 +00:00
Replace clock patch for eMMC with upstream version to add the tag and flag them as upstreamed. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> (cherry picked from commit a9b408a97f7bf8b1f98f355fefe3c9bfc959d5a6)
26 lines
886 B
Diff
26 lines
886 B
Diff
From 82108ad3285f58f314ad41398f44017c7dbe44de Mon Sep 17 00:00:00 2001
|
|
From: Christian Marangi <ansuelsmth@gmail.com>
|
|
Date: Tue, 14 Jan 2025 00:10:04 +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>
|
|
Link: https://lore.kernel.org/r/20250113231030.6735-4-ansuelsmth@gmail.com
|
|
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
|
|
---
|
|
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_ */
|