diff options
author | Tom Rini <trini@konsulko.com> | 2021-12-19 08:59:59 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-12-19 08:59:59 -0500 |
commit | e9d7888da845638f135046d53c25492a8c54e664 (patch) | |
tree | 2c869b612423216e955ae8c2310f8dc9bfaae796 /board/gateworks/gw_ventana/common.c | |
parent | 0ebf465d343868bf1080d540ab64de39bb927a09 (diff) | |
parent | 2e5d0aa3968e45062fcb27678f815c6df06d111f (diff) |
Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-marvell into next
- Armada XP etc: Move to DM_I2C (Stefan)
- Some mvebu comphy + mox + fdt_support changes (Marek & Pali)
- mvebu: a38x: improve USB3 serdes configuration (Stefan Eichenberger)
- mvebu: Some maintainer updates (Pali)
- mvebu: Misc minor cleanup (Pali)
Diffstat (limited to 'board/gateworks/gw_ventana/common.c')
-rw-r--r-- | board/gateworks/gw_ventana/common.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/gateworks/gw_ventana/common.c b/board/gateworks/gw_ventana/common.c index 2be921f47a..7ec931c8a8 100644 --- a/board/gateworks/gw_ventana/common.c +++ b/board/gateworks/gw_ventana/common.c @@ -1681,8 +1681,7 @@ void ft_early_fixup(void *blob, int board_type) * disable serial2 node for GW54xx for compatibility with older * 3.10.x kernel that improperly had this node enabled in the DT */ - fdt_set_status_by_alias(blob, "serial2", FDT_STATUS_DISABLED, - 0); + fdt_set_status_by_alias(blob, "serial2", FDT_STATUS_DISABLED); /* GW54xx-E adds WDOG2_B external reset */ if (rev < 'E') |