Changeset b9f0b9e in umon


Ignore:
Timestamp:
07/16/15 11:26:42 (9 years ago)
Author:
Jarielle Catbagan <jcatbagan93@…>
Branches:
master
Children:
273af8f
Parents:
9f5d36e
git-author:
Jarielle Catbagan <jcatbagan93@…> (07/16/15 11:26:42)
git-committer:
Ed Sutter <edsutterjr@…> (07/18/15 13:13:24)
Message:

BBB: am335x.h/cpuio.c: Add CM_PER_GPIO1_CLKCTRL in am335x.h and change CM_DIV_M3_DPLL_PER to CM_PER_GPIO1_CLKCTRL in cpuio.c:initCPUio()

Location:
ports/beagleboneblack
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ports/beagleboneblack/am335x.h

    r9f5d36e rb9f0b9e  
    267267#define CM_PER_L3_CLKSTCTRL             0x0C
    268268#define CM_PER_EMIF_CLKCTRL             0x28
     269#define CM_PER_GPIO1_CLKCTRL            0xAC
    269270/*===========================================================================*/
    270271
  • ports/beagleboneblack/cpuio.c

    r9f5d36e rb9f0b9e  
    188188
    189189        // Enable clock for GPIO1:
    190         CM_PER_REG(CM_DIV_M3_DPLL_PER) |= 2;
     190        CM_PER_REG(CM_PER_GPIO1_CLKCTRL) |= 2;
    191191
    192192        pinMuxInit();
Note: See TracChangeset for help on using the changeset viewer.