From: Hyeongsik Min Date: Tue, 11 Jul 2017 11:55:13 +0000 (+0900) Subject: rpi3: config: Enable SPI interface X-Git-Tag: submit/tizen/20170801.050436~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9edcfab9ffb909eaa41425038e12d3c8cd5a291f;p=platform%2Fkernel%2Flinux-rpi3.git rpi3: config: Enable SPI interface Uncomment spi=on in config.txt file to enable SPI interface. Change-Id: I595628838fe9d769b243948e7118d36f4647e490 Signed-off-by: Hyeongsik Min --- diff --git a/rpi3/boot/config.txt b/rpi3/boot/config.txt index e785afc98a01..404991265a3c 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