mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
OMAP5: Enable access to auxclk registers
auxclk0 and auxclk1 are utilized on some OMAP5 boards. Define the infrastructure needed for accessing them without using magic numbers. Also remove unrelated TPS62361 defines from clocks.h Signed-off-by: Lubomir Popov <lpopov@mm-sol.com>
This commit is contained in:
parent
960187ffa1
commit
ee28edac43
3 changed files with 30 additions and 0 deletions
|
@ -351,6 +351,10 @@ struct prcm_regs {
|
|||
u32 cm_l3init_usbphy_clkctrl;
|
||||
u32 cm_l4per_mcbsp4_clkctrl;
|
||||
u32 prm_vc_cfg_channel;
|
||||
|
||||
/* SCRM stuff, used by some boards */
|
||||
u32 scrm_auxclk0;
|
||||
u32 scrm_auxclk1;
|
||||
};
|
||||
|
||||
struct omap_sys_ctrl_regs {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue