[PATCH v2 2/3] mach-ipq40xx: use OF_UPSTREAM
Robert Marko
robert.marko at sartura.hr
Tue May 14 12:17:51 CEST 2024
Now that drivers are compatible enough with the upstream DTS, there is no
reason to not use the upstream DTS, so imply OF_UPSTREAM by default.
Signed-off-by: Robert Marko <robert.marko at sartura.hr>
Acked-by: Caleb Connolly <caleb.connolly at linaro.org>
---
arch/arm/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 39ad03acd2..914a7552b4 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -769,6 +769,7 @@ config ARCH_IPQ40XX
select CLK_QCOM_IPQ4019
select PINCTRL_QCOM_IPQ4019
imply CMD_DM
+ imply OF_UPSTREAM
config ARCH_KEYSTONE
bool "TI Keystone"
--
2.45.0
More information about the U-Boot
mailing list