[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1415206793-25670-3-git-send-email-lee.jones@linaro.org>
Date: Wed, 5 Nov 2014 16:59:44 +0000
From: Lee Jones <lee.jones@...aro.org>
To: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Cc: lee.jones@...aro.org, kernel@...inux.com,
computersforpeace@...il.com, pekon@...-sem.com,
linux-mtd@...ts.infradead.org
Subject: [PATCH v4 02/11] ARM: sti: Add two new clock definitions for use with ST's NAND controllers
The EMISS and NAND Control clocks are used when conducting operations
on attached NAND Flash chips.
Reviewed-by: Pekon Gupta <pekon@...-sem.com>
Signed-off-by: Lee Jones <lee.jones@...aro.org>
---
include/dt-bindings/clock/stih416-clks.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/dt-bindings/clock/stih416-clks.h b/include/dt-bindings/clock/stih416-clks.h
index f9bdbd1..3a8c979 100644
--- a/include/dt-bindings/clock/stih416-clks.h
+++ b/include/dt-bindings/clock/stih416-clks.h
@@ -7,10 +7,12 @@
/* CLOCKGEN A0 */
#define CLK_ICN_REG 0
+#define CLK_EMISS 3
#define CLK_ETH1_PHY 4
/* CLOCKGEN A1 */
#define CLK_ICN_IF_2 0
#define CLK_GMAC0_PHY 3
+#define CLK_NAND_CTRL 4
#endif
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists