CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/04/02 11:43:08
Modified files:
sys/arch/armv7/imx: imxahci.c imxiomuxc.c
Removed files:
sys/arch/armv7/imx: imxiomuxcvar.h
Log message:
Move the code that sets the correct SATA phy settings into imxahc(4)
by making use of the iomuxc regmap. While there I realized that the
naming definitions for the first two bits of the register are wrong.
Thus, update the mask to include all lower bits and rename bit 1 to
denote "MPLL enable". This should be flipped last to turn it on.
ok kettenis@