[PATCH] ARM: davinci: da850: fix selecting ARCH_DAVINCI_DA8XX

David Lechner posted 1 patch 1 year, 10 months ago
arch/arm/mach-davinci/Kconfig | 1 +
1 file changed, 1 insertion(+)
[PATCH] ARM: davinci: da850: fix selecting ARCH_DAVINCI_DA8XX
Posted by David Lechner 1 year, 10 months ago
Chips in the DA850 family need to have ARCH_DAVINCI_DA8XX to be selected
in order to enable some peripheral drivers.

This was accidentally removed in a previous commit.

Fixes: dec85a95167a ("ARM: davinci: clean up platform support")
Signed-off-by: David Lechner <dlechner@baylibre.com>
---
 arch/arm/mach-davinci/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig
index 2a8a9fe46586..3fa15f342240 100644
--- a/arch/arm/mach-davinci/Kconfig
+++ b/arch/arm/mach-davinci/Kconfig
@@ -27,6 +27,7 @@ config ARCH_DAVINCI_DA830
 
 config ARCH_DAVINCI_DA850
 	bool "DA850/OMAP-L138/AM18x based system"
+	select ARCH_DAVINCI_DA8XX
 	select DAVINCI_CP_INTC
 
 config ARCH_DAVINCI_DA8XX

---
base-commit: 39cd87c4eb2b893354f3b850f916353f2658ae6f
change-id: 20240401-da850-fix-select-da8xx-989725eec11f
Re: [PATCH] ARM: davinci: da850: fix selecting ARCH_DAVINCI_DA8XX
Posted by Bartosz Golaszewski 1 year, 10 months ago
On Mon, Apr 1, 2024 at 5:10 PM David Lechner <dlechner@baylibre.com> wrote:
>
> Chips in the DA850 family need to have ARCH_DAVINCI_DA8XX to be selected
> in order to enable some peripheral drivers.
>
> This was accidentally removed in a previous commit.
>
> Fixes: dec85a95167a ("ARM: davinci: clean up platform support")
> Signed-off-by: David Lechner <dlechner@baylibre.com>
> ---
>  arch/arm/mach-davinci/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig
> index 2a8a9fe46586..3fa15f342240 100644
> --- a/arch/arm/mach-davinci/Kconfig
> +++ b/arch/arm/mach-davinci/Kconfig
> @@ -27,6 +27,7 @@ config ARCH_DAVINCI_DA830
>
>  config ARCH_DAVINCI_DA850
>         bool "DA850/OMAP-L138/AM18x based system"
> +       select ARCH_DAVINCI_DA8XX
>         select DAVINCI_CP_INTC
>
>  config ARCH_DAVINCI_DA8XX
>
> ---
> base-commit: 39cd87c4eb2b893354f3b850f916353f2658ae6f
> change-id: 20240401-da850-fix-select-da8xx-989725eec11f

Acked-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Re: [PATCH] ARM: davinci: da850: fix selecting ARCH_DAVINCI_DA8XX
Posted by David Lechner 11 months ago
On 4/2/24 3:47 AM, Bartosz Golaszewski wrote:
> On Mon, Apr 1, 2024 at 5:10 PM David Lechner <dlechner@baylibre.com> wrote:
>>
>> Chips in the DA850 family need to have ARCH_DAVINCI_DA8XX to be selected
>> in order to enable some peripheral drivers.
>>
>> This was accidentally removed in a previous commit.
>>
>> Fixes: dec85a95167a ("ARM: davinci: clean up platform support")
>> Signed-off-by: David Lechner <dlechner@baylibre.com>
>> ---
>>  arch/arm/mach-davinci/Kconfig | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig
>> index 2a8a9fe46586..3fa15f342240 100644
>> --- a/arch/arm/mach-davinci/Kconfig
>> +++ b/arch/arm/mach-davinci/Kconfig
>> @@ -27,6 +27,7 @@ config ARCH_DAVINCI_DA830
>>
>>  config ARCH_DAVINCI_DA850
>>         bool "DA850/OMAP-L138/AM18x based system"
>> +       select ARCH_DAVINCI_DA8XX
>>         select DAVINCI_CP_INTC
>>
>>  config ARCH_DAVINCI_DA8XX
>>
>> ---
>> base-commit: 39cd87c4eb2b893354f3b850f916353f2658ae6f
>> change-id: 20240401-da850-fix-select-da8xx-989725eec11f
> 
> Acked-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Hi Bartosz, here's an old one that never got picked up and I never got around
to resending. Can you pick it up along with the other davinci stuff you are
doing this cycle?
Re: [PATCH] ARM: davinci: da850: fix selecting ARCH_DAVINCI_DA8XX
Posted by Bartosz Golaszewski 11 months ago
On Thu, Mar 13, 2025 at 10:17 PM David Lechner <dlechner@baylibre.com> wrote:
>
> On 4/2/24 3:47 AM, Bartosz Golaszewski wrote:
> > On Mon, Apr 1, 2024 at 5:10 PM David Lechner <dlechner@baylibre.com> wrote:
> >>
> >> Chips in the DA850 family need to have ARCH_DAVINCI_DA8XX to be selected
> >> in order to enable some peripheral drivers.
> >>
> >> This was accidentally removed in a previous commit.
> >>
> >> Fixes: dec85a95167a ("ARM: davinci: clean up platform support")
> >> Signed-off-by: David Lechner <dlechner@baylibre.com>
> >> ---
> >>  arch/arm/mach-davinci/Kconfig | 1 +
> >>  1 file changed, 1 insertion(+)
> >>
> >> diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig
> >> index 2a8a9fe46586..3fa15f342240 100644
> >> --- a/arch/arm/mach-davinci/Kconfig
> >> +++ b/arch/arm/mach-davinci/Kconfig
> >> @@ -27,6 +27,7 @@ config ARCH_DAVINCI_DA830
> >>
> >>  config ARCH_DAVINCI_DA850
> >>         bool "DA850/OMAP-L138/AM18x based system"
> >> +       select ARCH_DAVINCI_DA8XX
> >>         select DAVINCI_CP_INTC
> >>
> >>  config ARCH_DAVINCI_DA8XX
> >>
> >> ---
> >> base-commit: 39cd87c4eb2b893354f3b850f916353f2658ae6f
> >> change-id: 20240401-da850-fix-select-da8xx-989725eec11f
> >
> > Acked-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
>
> Hi Bartosz, here's an old one that never got picked up and I never got around
> to resending. Can you pick it up along with the other davinci stuff you are
> doing this cycle?

I already sent out my PR for this cycle. Maybe Arnd can pick it up
directly? Otherwise, remind me after the merge window.

Bartosz