diff options
author | Raquel Medina <raquel.medina@konsulko.com> | 2020-11-25 13:38:36 +0100 |
---|---|---|
committer | Raquel Medina <raquel.medina@konsulko.com> | 2020-11-25 23:15:07 +0100 |
commit | 4ab1bced97cd8a85cff25de4cbf66bd181408e97 (patch) | |
tree | b617fb4b7610fa82c5afe1ce04f296e9813ed56c /meta-agl-refhw-gen3/recipes-kernel/linux/files/refhw-rcar.cfg | |
parent | 352223cdc65681499b87d78999d1d80126dcd7a3 (diff) |
linux-renesas: update driver for asm330lhh accel & gyrojellyfish_10.0.1jellyfish/10.0.110.0.1
Enable upstream kernel driver for asm330lhh: st_lsm6dsx,
and remove kernel driver st_asm330lhh introduced
previously via patch:
* update kernel config fragment to select st_lsm6dsx;
* update yocto recipe to remove patch adding
st_asm330lhh driver.
Bug-AGL: SPEC-3658
Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
Change-Id: I05e86130aab729f848ff18178fe74923c290ae00
Diffstat (limited to 'meta-agl-refhw-gen3/recipes-kernel/linux/files/refhw-rcar.cfg')
-rw-r--r-- | meta-agl-refhw-gen3/recipes-kernel/linux/files/refhw-rcar.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-agl-refhw-gen3/recipes-kernel/linux/files/refhw-rcar.cfg b/meta-agl-refhw-gen3/recipes-kernel/linux/files/refhw-rcar.cfg index 19b8aca..fc8afbc 100644 --- a/meta-agl-refhw-gen3/recipes-kernel/linux/files/refhw-rcar.cfg +++ b/meta-agl-refhw-gen3/recipes-kernel/linux/files/refhw-rcar.cfg @@ -30,8 +30,8 @@ CONFIG_USB_CONFIGFS_SERIAL=y CONFIG_USB_F_FS=y CONFIG_USB_CONFIGFS_F_FS=y -CONFIG_IIO_ST_ASM330LHH=y -CONFIG_IIO_ST_ASM330LHH_I2C=y -CONFIG_IIO_ST_ASM330LHH_SPI=y +CONFIG_IIO_ST_LSM6DSX=y +CONFIG_IIO_ST_LSM6DSX_I2C=y +CONFIG_IIO_ST_LSM6DSX_SPI=y CONFIG_DRM_LOAD_EDID_FIRMWARE=y |