On Mon, 16 Feb 2026 20:25:24 -0300, Val Packett wrote:
> To make sure the display subsystem starts in a predictable state, we
> need to reset it. On closely related SoC (sm6115) this has caused
> DSI displays to not work.
>
> Wire up the reset to fix.
>
> Fixes: 0865d23a0226 ("arm64: dts: qcom: sm6125: Add display hardware nodes")
> Signed-off-by: Val Packett <[email protected]>
> ---
> arch/arm64/boot/dts/qcom/sm6125.dtsi | 3 +++
> 1 file changed, 3 insertions(+)
Tested-By: Yedaya Katsman <[email protected]>
This makes a panel driver I'm testing work more reliably, right after boot
instead of some random time later.
Regards, Yedaya