From 14273465bc605689b25eb42e6c7b6ebc82ddcc0c Mon Sep 17 00:00:00 2001 From: alciregi Date: Wed, 20 Mar 2019 22:27:34 +0100 Subject: [PATCH] GPIO is supported with the use of libgpiod and associated bindings and utilities. --- ...asked-questions_-installing-fedora-on-a-raspberry-pi.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/_partials/ref_frequently-asked-questions_-installing-fedora-on-a-raspberry-pi.adoc b/modules/ROOT/pages/_partials/ref_frequently-asked-questions_-installing-fedora-on-a-raspberry-pi.adoc index 7984c89..62d52a1 100644 --- a/modules/ROOT/pages/_partials/ref_frequently-asked-questions_-installing-fedora-on-a-raspberry-pi.adoc +++ b/modules/ROOT/pages/_partials/ref_frequently-asked-questions_-installing-fedora-on-a-raspberry-pi.adoc @@ -140,8 +140,9 @@ There's basic support for overlays in u-boot and the Linux kernel but an overlay ._Is GPIO supported?_ -GPIO isn't fully supported due to lack of mapping with the Device Tree overlays. -This is expected be improved in the Fedora 28 cycle and in Fedora 29. +GPIO is supported with the use of libgpiod and associated bindings and utilities. + +RPI.GPIO is not currently supported. ._Is SPI supported?_