mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
clocks: Fix JZ_REG_CLOCK_SLEEP_CTRL address
SVN-Revision: 19540
This commit is contained in:
parent
8282b63fa1
commit
ff078dadf8
1 changed files with 1 additions and 1 deletions
|
|
@ -27,9 +27,9 @@
|
|||
|
||||
#define JZ_REG_CLOCK_CTRL 0x00
|
||||
#define JZ_REG_CLOCK_LOW_POWER 0x04
|
||||
#define JZ_REG_CLOCK_SLEEP_CTRL 0x08
|
||||
#define JZ_REG_CLOCK_PLL 0x10
|
||||
#define JZ_REG_CLOCK_GATE 0x20
|
||||
#define JZ_REG_CLOCK_SLEEP_CTRL 0x24
|
||||
#define JZ_REG_CLOCK_I2S 0x60
|
||||
#define JZ_REG_CLOCK_LCD 0x64
|
||||
#define JZ_REG_CLOCK_MMC 0x68
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue