mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
ARM: DRA7xx: ctrl: Fix efuse register addresses
Efuse register addresses are wrongly programmed. Fixing the same. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Acked-by: Tom Rini <trini@ti.com>
This commit is contained in:
parent
9fcf3d3a1d
commit
02847fcc92
1 changed files with 4 additions and 4 deletions
|
@ -447,10 +447,10 @@ struct omap_sys_ctrl_regs const dra7xx_ctrl = {
|
|||
.control_wkup_control_spare_r = 0x4AE0C5B4,
|
||||
.control_wkup_control_spare_r_c0 = 0x4AE0C5B8,
|
||||
.control_srcomp_east_side_wkup = 0x4AE0C5BC,
|
||||
.control_efuse_1 = 0x4AE0C5C0,
|
||||
.control_efuse_2 = 0x4AE0C5C4,
|
||||
.control_efuse_3 = 0x4AE0C5C8,
|
||||
.control_efuse_4 = 0x4AE0C5CC,
|
||||
.control_efuse_1 = 0x4AE0C5C8,
|
||||
.control_efuse_2 = 0x4AE0C5CC,
|
||||
.control_efuse_3 = 0x4AE0C5D0,
|
||||
.control_efuse_4 = 0x4AE0C5D4,
|
||||
.control_efuse_13 = 0x4AE0C5F0,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue