serial: msm-geni: Always bind before relocation

In preparation for supporting upstream Linux device trees on Qualcomm
platforms, make this the default behavior.

[vzapolskiy: extracted the driver change from a combination with dts changes]
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
This commit is contained in:
Konrad Dybcio
2023-04-21 20:50:35 +03:00
committed by Tom Rini
parent acf4062448
commit f877932123

View File

@@ -558,6 +558,7 @@ U_BOOT_DRIVER(serial_msm_geni) = {
.priv_auto = sizeof(struct msm_serial_data), .priv_auto = sizeof(struct msm_serial_data),
.probe = msm_serial_probe, .probe = msm_serial_probe,
.ops = &msm_serial_ops, .ops = &msm_serial_ops,
.flags = DM_FLAG_PRE_RELOC,
}; };
#ifdef CONFIG_DEBUG_UART_MSM_GENI #ifdef CONFIG_DEBUG_UART_MSM_GENI