Re: [PATCH v4 10/14] mfd: lm3533: Set DMA mask
From: Andy Shevchenko <hidden>
Date: 2026-06-09 19:18:01
Also in:
dri-devel, linux-devicetree, linux-iio, linux-leds, lkml
From: Andy Shevchenko <hidden>
Date: 2026-06-09 19:18:01
Also in:
dri-devel, linux-devicetree, linux-iio, linux-leds, lkml
On Sat, Jun 06, 2026 at 07:57:34AM +0300, Svyatoslav Ryhel wrote:
Missing coherent_dma_mask assigning triggers the following warning in dmesg: [ 3.287872] platform lm3533-backlight.0: DMA mask not set Since this warning might be elevated to an error in the future, set coherent_dma_mask to zero because both the core and cells do not utilize DMA.
Hmm... I am not sure about this. The entire kernel has only two drivers that do that, and thanks to their commit messages one of them pointed out to the commit from 2018. So, if no other devices suffer from this, I think it has to be a better way of achieving the same. -- With Best Regards, Andy Shevchenko