diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2018-10-30 16:31:45 -0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2018-10-31 01:52:54 +0000 |
commit | 0f14d185d387f59ff9f00365ff314cf51e46db58 (patch) | |
tree | bffda9bf07986ccf7aa57a0b03c90cc51222abe0 | |
parent | f61854f3c97d3f8fa325f0cf7e9e878f85be1cde (diff) | |
download | meta-raspberrypi-0f14d185d387f59ff9f00365ff314cf51e46db58.tar.gz |
rpi-base.inc: Add gpio-key to the device tree overlays
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | conf/machine/include/rpi-base.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index f76674b..4bbd576 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc | |||
@@ -17,6 +17,7 @@ XSERVER = " \ | |||
17 | RPI_KERNEL_DEVICETREE_OVERLAYS ?= " \ | 17 | RPI_KERNEL_DEVICETREE_OVERLAYS ?= " \ |
18 | overlays/at86rf233.dtbo \ | 18 | overlays/at86rf233.dtbo \ |
19 | overlays/dwc2.dtbo \ | 19 | overlays/dwc2.dtbo \ |
20 | overlays/gpio-key.dtbo \ | ||
20 | overlays/hifiberry-amp.dtbo \ | 21 | overlays/hifiberry-amp.dtbo \ |
21 | overlays/hifiberry-dac.dtbo \ | 22 | overlays/hifiberry-dac.dtbo \ |
22 | overlays/hifiberry-dacplus.dtbo \ | 23 | overlays/hifiberry-dacplus.dtbo \ |