Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Sunxi Tools
Commits
14ff3e36
Unverified
Commit
14ff3e36
authored
Oct 20, 2020
by
Chen-Yu Tsai
Committed by
GitHub
Oct 20, 2020
Browse files
Merge pull request #145 from gediz/gpio-base-fix
spi: fix GPIO base address
parents
3fb85399
4e3eeb5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
fel-spiflash.c
View file @
14ff3e36
...
@@ -125,7 +125,7 @@ static uint32_t gpio_base(feldev_handle *dev)
...
@@ -125,7 +125,7 @@ static uint32_t gpio_base(feldev_handle *dev)
case
0x1817
:
/* V831 */
case
0x1817
:
/* V831 */
return
0x0300B000
;
return
0x0300B000
;
default:
default:
return
0x01C2
8
000
;
return
0x01C20
8
00
;
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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