Re: [U-Boot] [U-Boot, V3, PATCH 3/3] mips: fix erros on registers macros of pll-ddr-config1-nfrac for QCA956X

2019-03-07 Thread Daniel Schwierzeck
Am Do., 7. März 2019 um 02:31 Uhr schrieb : > > From: Rosy Song > > 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 > > Changes for v2-v3: >- add more information for

[U-Boot] [U-Boot, V3, PATCH 3/3] mips: fix erros on registers macros of pll-ddr-config1-nfrac for QCA956X

2019-03-06 Thread rosysong
From: Rosy Song 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 Changes for v2-v3: - add more information for this commit --- arch/mips/mach-ath79/include/mach/ar71xx_regs.h