]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
mach-ipq40xx: use OF_UPSTREAM
authorRobert Marko <robert.marko@sartura.hr>
Tue, 14 May 2024 10:17:51 +0000 (12:17 +0200)
committerCaleb Connolly <caleb.connolly@linaro.org>
Fri, 5 Jul 2024 10:04:47 +0000 (12:04 +0200)
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@sartura.hr>
Acked-by: Caleb Connolly <caleb.connolly@linaro.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
arch/arm/Kconfig

index db692b2d215a40443845a4f19f62dc20b838644c..ba0359fed5adb5401ef94ea1b4eb6c3bc03d5f1c 100644 (file)
@@ -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"