From 0f14d185d387f59ff9f00365ff314cf51e46db58 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 30 Oct 2018 16:31:45 -0300 Subject: rpi-base.inc: Add gpio-key to the device tree overlays Signed-off-by: Otavio Salvador --- conf/machine/include/rpi-base.inc | 1 + 1 file changed, 1 insertion(+) 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 = " \ RPI_KERNEL_DEVICETREE_OVERLAYS ?= " \ overlays/at86rf233.dtbo \ overlays/dwc2.dtbo \ + overlays/gpio-key.dtbo \ overlays/hifiberry-amp.dtbo \ overlays/hifiberry-dac.dtbo \ overlays/hifiberry-dacplus.dtbo \ -- cgit v1.2.3-54-g00ecf