mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
ARM: rmobile: Fix LBSC programming offset on M2 Porter
The offset of CSWCRx starts at 0x30, fix this. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
27d7f04a47
commit
68b83cb76b
1 changed files with 2 additions and 2 deletions
|
@ -169,8 +169,8 @@ static void tpl_init_lbsc(void)
|
|||
static const struct reg_config lbsc_config[] = {
|
||||
{ 0x00, 0x00000020 },
|
||||
{ 0x08, 0x00002020 },
|
||||
{ 0x10, 0x2a103320 },
|
||||
{ 0x18, 0xff70ff70 },
|
||||
{ 0x30, 0x2a103320 },
|
||||
{ 0x38, 0xff70ff70 },
|
||||
};
|
||||
|
||||
static const u16 lbsc_offs[] = {
|
||||
|
|
Loading…
Reference in a new issue