commit | f02840bb8f32d164eb144cc24194a54f464cfd03 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Mon Oct 08 06:55:57 2018 -0700 |
committer | York Sun <york.sun@nxp.com> | Mon Oct 29 13:19:43 2018 -0700 |
tree | 1655d16c3f0cf0fed46024b5c4596da17ab8dfc6 | |
parent | ab4d5ee23148871f7c63dd80aef405ccf98ff167 [diff] |
powerpc: t1040: Correct RCW EC2 settings Per T1040RM (Rev. 1, 08/2015), there are 2 issues with the RCW EC2 settings. - The value of FSL_CORENET_RCWSR13_EC2_FM1_GPIO is wrong and should be 0x04000000 (value of 1 in RCW bit [420:421]) - Value of 2/3 are reserved in RCW bit [420:421], hence there is no macro FSL_CORENET_RCWSR13_EC2_FM1_DTSEC5_MII. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Poonam Aggrwal <poonam.aggrwal@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>