]> git.baikalelectronics.ru Git - uboot.git/commit
mips: fix erros on registers macros of pll-ddr-config1-nfrac for QCA956X
authorRosy Song <rosysong@rosinson.com>
Sat, 16 Mar 2019 01:24:37 +0000 (09:24 +0800)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Fri, 12 Apr 2019 15:32:50 +0000 (17:32 +0200)
commitef286198eb98fc3ffbffed8a8b6947f5ede8f47e
tree4f6ce86bd0f5bb8ccc7482cafc8f1859f5256665
parentd53562eb80db338a71f61d00254df66adea295ad
mips: fix erros on registers macros of pll-ddr-config1-nfrac for QCA956X

See details in chapter 8.6.2 and 8.6.4 (page 140-141) of qca9563 datasheet,

   NFRAC[17:0]

So the mask of [17:5] is 0x1fff not 0x3fff.

Signed-off-by: Rosy Song <rosysong@rosinson.com>
Changes for v2-v3:
   - add more information for this commit

Changes for v4-v5:
   - coding style cleanup
arch/mips/mach-ath79/include/mach/ar71xx_regs.h