summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyeongsik Min <hyeongsik.min@samsung.com>2017-07-11 20:55:13 +0900
committerHyeongsik Min <hyeongsik.min@samsung.com>2017-07-11 20:55:13 +0900
commit23237487c87e8f7d2ec40be6c0979f5fc3742f33 (patch)
tree1b0db5d0383be9971f7ef4103651286344e052be
parent2e1fa28b00f0f023301074ef335c63a8d95c741b (diff)
downloadlinux-rpi3-23237487c87e8f7d2ec40be6c0979f5fc3742f33.tar.gz
linux-rpi3-23237487c87e8f7d2ec40be6c0979f5fc3742f33.tar.bz2
linux-rpi3-23237487c87e8f7d2ec40be6c0979f5fc3742f33.zip
rpi3: config: Enable SPI interface
Uncomment spi=on in config.txt file to enable SPI interface. Change-Id: I595628838fe9d769b243948e7118d36f4647e490 Signed-off-by: Hyeongsik Min <hyeongsik.min@samsung.com>
-rw-r--r--rpi3/boot/config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpi3/boot/config.txt b/rpi3/boot/config.txt
index d2656adf44cc..b0b160522bba 100644
--- 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