From 4dc27a026b7e308477adecbdf8e6da58e1d57716 Mon Sep 17 00:00:00 2001 From: Pawel Dembicki Date: Tue, 27 Oct 2020 09:52:31 +0100 Subject: 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 --- target/linux/layerscape/image/armv8_64b.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/layerscape/image') 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 | \ -- cgit v1.2.3