From 4e8aa0065d4bb15d039bb629dc8659bf97ef7cf0 Mon Sep 17 00:00:00 2001 From: Caleb Connolly Date: Tue, 5 Dec 2023 13:46:47 +0000 Subject: button: qcom-pmic: introduce Qualcomm PMIC button driver Qualcomm PMICs include a "pon" function which handles two buttons, the power button and "resin" button (usually volume down). Introduce a new driver following upstream Linux DT to enable these and map them to Enter and Down respectively to enable use in boot menus. Reviewed-by: Neil Armstrong Reviewed-by: Sumit Garg Tested-by: Sumit Garg Reviewed-by: Simon Glass Signed-off-by: Caleb Connolly --- drivers/button/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/button/Makefile') diff --git a/drivers/button/Makefile b/drivers/button/Makefile index bbd18af1494..68555081a47 100644 --- a/drivers/button/Makefile +++ b/drivers/button/Makefile @@ -5,3 +5,4 @@ obj-$(CONFIG_BUTTON) += button-uclass.o obj-$(CONFIG_BUTTON_ADC) += button-adc.o obj-$(CONFIG_BUTTON_GPIO) += button-gpio.o +obj-$(CONFIG_BUTTON_QCOM_PMIC) += button-qcom-pmic.o \ No newline at end of file -- cgit v1.2.3