diff options
author | Hyeongsik Min <hyeongsik.min@samsung.com> | 2017-07-11 20:55:13 +0900 |
---|---|---|
committer | Joonyoung Shim <jy0922.shim@samsung.com> | 2017-07-26 14:25:43 +0900 |
commit | 9edcfab9ffb909eaa41425038e12d3c8cd5a291f (patch) | |
tree | 4ccefa7fe09ea88146d543da0301196a2a398188 | |
parent | 37bcf071afc06f5aeb2015c8e6bbe322e06cb497 (diff) | |
download | linux-rpi3-9edcfab9ffb909eaa41425038e12d3c8cd5a291f.tar.gz linux-rpi3-9edcfab9ffb909eaa41425038e12d3c8cd5a291f.tar.bz2 linux-rpi3-9edcfab9ffb909eaa41425038e12d3c8cd5a291f.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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |