enable all blocks on 6338 and uart clock on 6345

SVN-Revision: 14957
This commit is contained in:
Florian Fainelli
2009-03-21 10:50:44 +00:00
parent 1f1f83a4ec
commit 501ebb4f74
2 changed files with 10 additions and 1 deletions

View File

@@ -24,6 +24,11 @@
CKCTL_6338_SAR_EN | \
CKCTL_6338_SPI_EN)
#define CKCTL_6345_CPU_EN (1 << 0)
#define CKCTL_6345_UART_EN (1 << 3)
#define CKCTL_6345_ENET_EN (1 << 7)
#define CKCTL_6345_USBH_EN (1 << 8)
#define CKCTL_6348_ADSLPHY_EN (1 << 0)
#define CKCTL_6348_MPI_EN (1 << 1)
#define CKCTL_6348_SDRAM_EN (1 << 2)