[Letux-kernel] [PATCH] pyra_defconfig: Fix panel driver config
H. Nikolaus Schaller
hns at goldelico.com
Mon Dec 21 20:41:52 CET 2020
> Am 21.12.2020 um 20:33 schrieb Andreas Kemnade <andreas at kemnade.info>:
>
> On Mon, 21 Dec 2020 18:38:47 +0000
> David Shah <dave at ds0.me> wrote:
>
>> The config setting to enable the BOE W677L panel driver for the Pyra has
>> changed.
>>
>> Signed-off-by: David Shah <dave at ds0.me>
>> ---
>> arch/arm/configs/pyra_defconfig | 4 +++-
>> 1 file changed, 3 insertions(+), 1 deletion(-)
>>
>> diff --git a/arch/arm/configs/pyra_defconfig b/arch/arm/configs/pyra_defconfig
>> index 5a291e5ab0884..30b6e492c384d 100644
>> --- a/arch/arm/configs/pyra_defconfig
>> +++ b/arch/arm/configs/pyra_defconfig
>> @@ -797,7 +797,9 @@ CONFIG_DRM_OMAP_ENCODER_TPD12S015=y
>> CONFIG_DRM_OMAP_CONNECTOR_HDMI=y
>> CONFIG_DRM_OMAP_PANEL_BOE_W677L=y
>> CONFIG_DRM_TILCDC=m
>> -CONFIG_DRM_PANEL_SIMPLE=m
>> +CONFIG_DRM_PANEL_DSI_CM=y
>
> Do we really need that?
For the pyra_defconfig it makes sense to have as much as possible compiled into the kernel to speed up boot, IMHO.
And it does not have a simple panel connected.
But you are right, we likely do not need the DSI-CM driver.
Anyways this is an area that is not really stable...
BR,
Nikolaus
More information about the Letux-kernel
mailing list