On 6/28/24 4:38 PM, Rob Herring wrote:
On Tue, Jun 25, 2024 at 05:23:22PM -0500, Andrew Davis wrote:
On 6/25/24 2:46 PM, Jan Kiszka wrote:
On 25.06.24 18:49, Andrew Davis wrote:
On 6/25/24 11:45 AM, Andrew Davis wrote:
This node contains a child which is only probed if simple-mfd is in the
compatible list. Add this here.
Signed-off-by: Andrew Davis <afd@xxxxxx>
---
This patch depends on https://www.spinics.net/lists/kernel/msg5253666.html
But is that patch already scheduled for 6.10 as well?
I don't think so.. But only [patch 2/2] from this series needs applied
back to 6.10 to fix the issue. This one [Patch 1/2] just removes a dts warning.
Both or none should be applied...
Both should be applied to master.
Only [2/2] is a fix that should then be backported to v6.10.x to fix an issue in v6.10.
[1/2] has a dependency on a patch that will not be in v6.10 so it cannot be backported,
but luckily [1/2] is just a fix for a DTB check warning. [2/2] doesn't depend on [1/2].
So no issue there, [2/2] should backport cleanly all by itself.
Andrew