mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-03 01:31:06 +02:00
[mcs814x] fix EPHY clock bit definition after r32489
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32627 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c5bc9b0989
commit
fa5a8f6863
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user