projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8e39d6
)
mach-ipq40xx: use OF_UPSTREAM
author
Robert Marko
<robert.marko@sartura.hr>
Tue, 14 May 2024 10:17:51 +0000
(12:17 +0200)
committer
Caleb 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
patch
|
blob
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index db692b2d215a40443845a4f19f62dc20b838644c..ba0359fed5adb5401ef94ea1b4eb6c3bc03d5f1c 100644
(file)
--- 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"