From 2a0b7dc3b6ce4e4994ef71dcd6fbb31000c2ae47 Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Thu, 16 Jul 2015 10:40:05 +0200 Subject: arm: mvebu: Enable NAND controller on MVEBU SoC's This patch enables the NAND controller on the Armada XP/38x and provides a new function that returns the NAND controller input clock. This function will be used by the MVEBU NAND driver. As part of this patch, the multiple BIT macro definitions are moved to a common place in soc.h. Signed-off-by: Stefan Roese Cc: Peter Morrow Cc: Luka Perkov --- board/Marvell/db-88f6820-gp/db-88f6820-gp.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'board/Marvell/db-88f6820-gp/db-88f6820-gp.c') diff --git a/board/Marvell/db-88f6820-gp/db-88f6820-gp.c b/board/Marvell/db-88f6820-gp/db-88f6820-gp.c index e661fa1..0eb17f6 100644 --- a/board/Marvell/db-88f6820-gp/db-88f6820-gp.c +++ b/board/Marvell/db-88f6820-gp/db-88f6820-gp.c @@ -15,8 +15,6 @@ DECLARE_GLOBAL_DATA_PTR; -#define BIT(nr) (1UL << (nr)) - #define ETH_PHY_CTRL_REG 0 #define ETH_PHY_CTRL_POWER_DOWN_BIT 11 #define ETH_PHY_CTRL_POWER_DOWN_MASK (1 << ETH_PHY_CTRL_POWER_DOWN_BIT) -- cgit v1.1