diff mbox series

[2/3] mach-ipq40xx: use OF_UPSTREAM

Message ID 20240424111434.373920-2-robert.marko@sartura.hr
State Superseded
Delegated to: Caleb Connolly
Headers show
Series [1/3] mach-ipq40xx: add CPU specific code | expand

Commit Message

Robert Marko April 24, 2024, 11:13 a.m. UTC
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>
---
 arch/arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Caleb Connolly April 24, 2024, 2:14 p.m. UTC | #1
On 24/04/2024 13:13, Robert Marko wrote:
> 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>
> ---
>   arch/arm/Kconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 93e12d8d53..5c2769b59d 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -768,6 +768,7 @@ config ARCH_IPQ40XX
>   	select CLK_QCOM_IPQ4019
>   	select PINCTRL_QCOM_IPQ4019
>   	imply CMD_DM
> +	imply OF_UPSTREAM
>   
>   config ARCH_KEYSTONE
>   	bool "TI Keystone"
diff mbox series

Patch

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 93e12d8d53..5c2769b59d 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -768,6 +768,7 @@  config ARCH_IPQ40XX
 	select CLK_QCOM_IPQ4019
 	select PINCTRL_QCOM_IPQ4019
 	imply CMD_DM
+	imply OF_UPSTREAM
 
 config ARCH_KEYSTONE
 	bool "TI Keystone"