Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sami Nurmenniemi
u-boot-stm32
Commits
12dd8a3a
Commit
12dd8a3a
authored
Nov 28, 2012
by
Yuri Tikhonov
Browse files
RT80404. SPI: fix a typo for SPI1
Signed-off-by:
Yuri Tikhonov
<
yur@emcraft.com
>
parent
c7382b8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
drivers/spi/m2s_spi.c
View file @
12dd8a3a
...
...
@@ -423,7 +423,7 @@ struct spi_slave *spi_setup_slave(unsigned int b, unsigned int cs,
s
->
rst_clr
=
M2S_SYS_SOFT_RST_CR_SPI0
;
}
else
{
s
->
regs
=
(
void
*
)
MSS_SPI1_REGS
;
s
->
hb
=
CLOCK_PCLK1
;
s
->
hb
=
clock_get
(
CLOCK_PCLK1
)
;
s
->
drx
=
2
;
s
->
dtx
=
3
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment