[PATCH] ARM: at91: sam9x5ek: enable missing DT and clock options for devicetree boot
Alexander Shiyan
eagle.alexander923 at gmail.com
Tue Jun 17 23:35:49 PDT 2025
The AT91SAM9X5EK board uses devicetree but was missing critical Kconfig
options required for proper DT-based operation. This patch adds OFDEVICE
and COMMON_CLK_OF_PROVIDER Kconfig options for this board.
Signed-off-by: Alexander Shiyan <eagle.alexander923 at gmail.com>
---
arch/arm/mach-at91/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index bb04c1267e..db79ad2d26 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -581,6 +581,8 @@ config MACH_AT91SAM9263EK
config MACH_AT91SAM9X5EK
bool "Atmel AT91SAM9x5 Series Evaluation Kit"
select SOC_AT91SAM9X5
+ select OFDEVICE
+ select COMMON_CLK_OF_PROVIDER
help
Select this if you re using Atmel's AT91SAM9x5-EK Evaluation Kit.
Supported chips are sam9g15, sam9g25, sam9x25, sam9g35 and sam9x35.
--
2.39.1
More information about the barebox
mailing list