diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-07-05 18:46:52 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-07-05 18:46:52 +0000 |
commit | a8fab2cb781be9de11007aa97c270dd8cebb6b26 (patch) | |
tree | a73a020033fe3857f2723cd0cb01811ea44a3046 /target/linux/mcs814x | |
parent | 81681d7367af83ce131da751c8fa82e8623965a2 (diff) | |
download | upstream-a8fab2cb781be9de11007aa97c270dd8cebb6b26.tar.gz upstream-a8fab2cb781be9de11007aa97c270dd8cebb6b26.tar.bz2 upstream-a8fab2cb781be9de11007aa97c270dd8cebb6b26.zip |
fix EPHY clock bit definition after r32489
SVN-Revision: 32627
Diffstat (limited to 'target/linux/mcs814x')
-rw-r--r-- | target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/mcs814x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/mcs814x.h b/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/mcs814x.h index 2851ba49d6..8252d33a7d 100644 --- a/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/mcs814x.h +++ b/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/mcs814x.h @@ -44,7 +44,7 @@ #define SYSDBG_SYSCTL 0x08 #define SYSCTL_EMAC (1 << 0) -#define SYSCTL_EPHY (1 << 1) /* active low */ +#define SYSCTL_EPHY (1 << 0) /* active low */ #define SYSCTL_CIPHER (1 << 16) #define SYSDBG_PLL_CTL 0x3C |