projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c245560
)
rpi3: config: Enable SPI interface
author
Hyeongsik Min
<hyeongsik.min@samsung.com>
Tue, 11 Jul 2017 11:55:13 +0000
(20:55 +0900)
committer
Junghoon Kim
<jhoon20.kim@samsung.com>
Tue, 11 Jun 2019 00:35:48 +0000
(09:35 +0900)
Uncomment spi=on in config.txt file to enable SPI interface.
Change-Id: I595628838fe9d769b243948e7118d36f4647e490
Signed-off-by: Hyeongsik Min <hyeongsik.min@samsung.com>
rpi3/boot/config.txt
patch
|
blob
|
history
diff --git
a/rpi3/boot/config.txt
b/rpi3/boot/config.txt
index
e785afc
..
4049912
100644
(file)
--- a/
rpi3/boot/config.txt
+++ b/
rpi3/boot/config.txt
@@
-45,7
+45,7
@@
# Uncomment some or all of these to enable the optional hardware interfaces
#dtparam=i2c_arm=on
#dtparam=i2s=on
-
#
dtparam=spi=on
+dtparam=spi=on
# Uncomment this to enable the lirc-rpi module
#dtoverlay=lirc-rpi