[openwrt/openwrt] kernel/module/iio: add TI am335x ADC driver

LEDE Commits lede-commits at lists.infradead.org
Thu Nov 24 07:48:03 PST 2022


lynxis pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/4943ce98ffccffcbbd5f7b838af83c7d88d22b16

commit 4943ce98ffccffcbbd5f7b838af83c7d88d22b16
Author: Alexander Couzens <lynxis at fe80.eu>
AuthorDate: Mon Nov 21 14:46:42 2022 +0000

    kernel/module/iio: add TI am335x ADC driver
    
    Add the iio driver for the embedded ADC in the
    TI Sitara am335x SoCs.
    
    Signed-off-by: Alexander Couzens <lynxis at fe80.eu>
---
 package/kernel/linux/modules/iio.mk | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/package/kernel/linux/modules/iio.mk b/package/kernel/linux/modules/iio.mk
index afd14ef47b..c0e37f06c7 100644
--- a/package/kernel/linux/modules/iio.mk
+++ b/package/kernel/linux/modules/iio.mk
@@ -566,3 +566,17 @@ define KernelPackage/iio-fxos8700-spi/description
 endef
 
 $(eval $(call KernelPackage,iio-fxos8700-spi))
+
+define KernelPackage/iio-ti-am335x-adc
+  TITLE:= TI Sitara AM335x ADC driver
+  DEPENDS:=@TARGET_omap
+  KCONFIG:=CONFIG_TI_AM335X_ADC
+  FILES:=$(LINUX_DIR)/drivers/iio/adc/ti_am335x_adc.ko
+  AUTOLOAD:=$(call AutoProbe,ti_am335x_adc)
+  $(call AddDepends/iio,+kmod-iio-kfifo-buf)
+endef
+define KernelPackage/iio-ti-am335x-adc/description
+ Driver for the TI AM335x ADC.
+endef
+
+$(eval $(call KernelPackage,iio-ti-am335x-adc))




More information about the lede-commits mailing list