Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144959
b: refs/heads/master
c: 005076a
h: refs/heads/master
i:
  144957: d834497
  144955: af07465
  144951: aae7030
  144943: 3488400
  144927: 0fe1c68
  144895: 81d0291
v: v3
  • Loading branch information
Shane McDonald authored and Ralf Baechle committed May 14, 2009
1 parent 9a78a17 commit 6b73fb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 01caec8396eff7d519e6d85c5a1c860e7d4714e5
refs/heads/master: 005076a16bd4c5ea60905ff475e8af57d60578f1
8 changes: 2 additions & 6 deletions trunk/arch/mips/pmc-sierra/msp71xx/msp_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

#if defined(CONFIG_PMC_MSP7120_GW)
#include <msp_regops.h>
#include <msp_gpio.h>
#define MSP_BOARD_RESET_GPIO 9
#endif

Expand Down Expand Up @@ -88,11 +87,8 @@ void msp7120_reset(void)
* as GPIO char driver may not be enabled and it would look up
* data inRAM!
*/
set_value_reg32(GPIO_CFG3_REG,
basic_mode_mask(MSP_BOARD_RESET_GPIO),
basic_mode(MSP_GPIO_OUTPUT, MSP_BOARD_RESET_GPIO));
set_reg32(GPIO_DATA3_REG,
basic_data_mask(MSP_BOARD_RESET_GPIO));
set_value_reg32(GPIO_CFG3_REG, 0xf000, 0x8000);
set_reg32(GPIO_DATA3_REG, 8);

/*
* In case GPIO9 doesn't reset the board (jumper configurable!)
Expand Down

0 comments on commit 6b73fb7

Please sign in to comment.