aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/at91/image
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2022-01-26 16:04:54 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2022-10-30 23:14:45 +0100
commitf938512af63916ed3b131f647e84aafadfa332fc (patch)
tree66cce57654276057db6f83fabff0cca6e6b2eaca /target/linux/at91/image
parent1dccc6e74984e62f1e4cde70028bd422dbc37979 (diff)
downloadupstream-f938512af63916ed3b131f647e84aafadfa332fc.tar.gz
upstream-f938512af63916ed3b131f647e84aafadfa332fc.tar.bz2
upstream-f938512af63916ed3b131f647e84aafadfa332fc.zip
target/at91: replace gpio-mcp23s08 with pinctrl-mcp23s08-spi update config
Adapt the device package to no longer use the gpio-mcp23s08 but instead use the pinctrl-mcp23s08-spi. In addition, the kernel configuration was adapted so that this can be built as a module and does not have to be integrated directly into the kernel for this target. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'target/linux/at91/image')
-rw-r--r--target/linux/at91/image/sam9x.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/at91/image/sam9x.mk b/target/linux/at91/image/sam9x.mk
index b6c5e33ac4..4de9609775 100644
--- a/target/linux/at91/image/sam9x.mk
+++ b/target/linux/at91/image/sam9x.mk
@@ -126,7 +126,8 @@ define Device/calamp_lmu5000
DEVICE_VENDOR := CalAmp
DEVICE_MODEL := LMU5000
DEVICE_PACKAGES := kmod-rtc-pcf2123 kmod-usb-acm \
- kmod-usb-serial-option kmod-usb-serial-sierrawireless kmod-gpio-mcp23s08
+ kmod-usb-serial-option kmod-usb-serial-sierrawireless \
+ kmod-pinctrl-mcp23s08-spi
endef
TARGET_DEVICES += calamp_lmu5000