Message ID | 1475541892-23525-1-git-send-email-aford173@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Mon, Oct 3, 2016 at 7:44 PM, Adam Ford <aford173@gmail.com> wrote: > The LogicPD DM3730 Torpedo and SOM-LV devices have the TI > TSC2004 touchscreen controller. Enable the related driver as > a module. > Ping > Signed-off-by: Adam Ford <aford173@gmail.com> > > diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig > index 487c6c3..b0c36e7 100644 > --- a/arch/arm/configs/omap2plus_defconfig > +++ b/arch/arm/configs/omap2plus_defconfig > @@ -206,6 +206,7 @@ CONFIG_TOUCHSCREEN_ADS7846=m > CONFIG_TOUCHSCREEN_EDT_FT5X06=m > CONFIG_TOUCHSCREEN_TI_AM335X_TSC=m > CONFIG_TOUCHSCREEN_PIXCIR=m > +CONFIG_TOUCHSCREEN_TSC2004=m > CONFIG_TOUCHSCREEN_TSC2005=m > CONFIG_TOUCHSCREEN_TSC2007=m > CONFIG_INPUT_MISC=y > -- > 2.7.4 > -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
* Adam Ford <aford173@gmail.com> [161021 09:06]: > On Mon, Oct 3, 2016 at 7:44 PM, Adam Ford <aford173@gmail.com> wrote: > > The LogicPD DM3730 Torpedo and SOM-LV devices have the TI > > TSC2004 touchscreen controller. Enable the related driver as > > a module. > > > > Ping Applying into omap-for-v4.10/defconfig thanks. Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 487c6c3..b0c36e7 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -206,6 +206,7 @@ CONFIG_TOUCHSCREEN_ADS7846=m CONFIG_TOUCHSCREEN_EDT_FT5X06=m CONFIG_TOUCHSCREEN_TI_AM335X_TSC=m CONFIG_TOUCHSCREEN_PIXCIR=m +CONFIG_TOUCHSCREEN_TSC2004=m CONFIG_TOUCHSCREEN_TSC2005=m CONFIG_TOUCHSCREEN_TSC2007=m CONFIG_INPUT_MISC=y
The LogicPD DM3730 Torpedo and SOM-LV devices have the TI TSC2004 touchscreen controller. Enable the related driver as a module. Signed-off-by: Adam Ford <aford173@gmail.com>