aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/layerscape/image
diff options
context:
space:
mode:
authorPawel Dembicki <paweldembicki@gmail.com>2020-10-27 09:52:31 +0100
committerPetr Štetiar <ynezz@true.cz>2020-11-23 22:53:15 +0100
commit4dc27a026b7e308477adecbdf8e6da58e1d57716 (patch)
tree3bf02dcd1000926f7c44f529bfc4b42ea845821c /target/linux/layerscape/image
parenta1158b3170b9bfcc346972242a62efeda8cf80b0 (diff)
downloadupstream-4dc27a026b7e308477adecbdf8e6da58e1d57716.tar.gz
upstream-4dc27a026b7e308477adecbdf8e6da58e1d57716.tar.bz2
upstream-4dc27a026b7e308477adecbdf8e6da58e1d57716.zip
layerscape: add i2c peripherials on LS1012A-RDB
LS1012A-RDB equipped in some i2c devices: - 3x GPIO Expander: PCAL9555A (NXP) - Gyro: FXAS21002 (NXP) - Accelerometer: FXOS8700 (NXP) - Current & Power Monitor: INA220 (TI) This patch enables i2c peripherials installed on LS1012A-RDB. Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Diffstat (limited to 'target/linux/layerscape/image')
-rw-r--r--target/linux/layerscape/image/armv8_64b.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/layerscape/image/armv8_64b.mk b/target/linux/layerscape/image/armv8_64b.mk
index bedf272f79..264f7dfd84 100644
--- a/target/linux/layerscape/image/armv8_64b.mk
+++ b/target/linux/layerscape/image/armv8_64b.mk
@@ -63,6 +63,9 @@ define Device/fsl_ls1012a-rdb
DEVICE_PACKAGES += \
layerscape-ppfe \
tfa-ls1012a-rdb \
+ kmod-hwmon-ina2xx \
+ kmod-iio-fxas21002c-i2c \
+ kmod-iio-fxos8700-i2c \
kmod-ppfe
IMAGE/firmware.bin := \
ls-clean | \