[PATCH 15/15] configs: am335x_evm_defconfig: Switch to upstream devicetree

Markus Schneider-Pargmann msp at baylibre.com
Tue Nov 18 16:13:38 CET 2025


On Tue Nov 18, 2025 at 12:03 PM CET, Kory Maincent wrote:
> On Tue, 18 Nov 2025 11:40:35 +0100
> "Markus Schneider-Pargmann (TI.com)" <msp at baylibre.com> wrote:
>
>> The upstream devicetree uses simple-pm-bus, so CONFIG_POWER_DOMAIN is
>> required now. CONFIG_POWER_DOMAIN enables probing power domains, the PRM
>> power domain driver is requierd as well now.
>> 
>> Signed-off-by: Markus Schneider-Pargmann (TI.com) <msp at baylibre.com>
>> ---
>>  configs/am335x_evm_defconfig | 7 +++++--
>>  1 file changed, 5 insertions(+), 2 deletions(-)
>> 
>> diff --git a/configs/am335x_evm_defconfig b/configs/am335x_evm_defconfig
>> index
>> bd188c252780fb541afbbe61a243bddaab79be93..994be4307b81d25a4a8ade4d25feb44651cd43ee
>> 100644 --- a/configs/am335x_evm_defconfig +++ b/configs/am335x_evm_defconfig
>> @@ -3,7 +3,11 @@ CONFIG_ARCH_CPU_INIT=y
>>  CONFIG_ARCH_OMAP2PLUS=y
>>  CONFIG_TI_COMMON_CMD_OPTIONS=y
>>  CONFIG_SF_DEFAULT_SPEED=24000000
>> -CONFIG_DEFAULT_DEVICE_TREE="am335x-evm"
>> +CONFIG_DEFAULT_DEVICE_TREE="ti/omap/am335x-evm"
>> +CONFIG_OF_UPSTREAM=y
>> +CONFIG_POWER_DOMAIN=y
>> +CONFIG_TI_OMAP_PRM_POWER_DOMAIN=y
>> +CONFIG_SIMPLE_PM_BUS=y
>>  CONFIG_AM33XX=y
>>  CONFIG_CLOCK_SYNTHESIZER=y
>>  CONFIG_AM335X_USB0=y
>> @@ -50,7 +54,6 @@ CONFIG_MTDIDS_DEFAULT="nand0=nand.0"
>>  CONFIG_MTDPARTS_DEFAULT="mtdparts=nand.0:128k(NAND.SPL),128k(NAND.SPL.backup1),128k(NAND.SPL.backup2),128k(NAND.SPL.backup3),256k(NAND.u-boot-spl-os),1m(NAND.u-boot),128k(NAND.u-boot-env),128k(NAND.u-boot-env.backup1),8m(NAND.kernel),-(NAND.file-system)"
>>  # CONFIG_SPL_EFI_PARTITION is not set
>>  CONFIG_OF_CONTROL=y
>> -CONFIG_OF_LIST="am335x-evm am335x-bone am335x-sancloud-bbe
>> am335x-sancloud-bbe-lite am335x-sancloud-bbe-extended-wifi am335x-boneblack
>> am335x-evmsk am335x-bonegreen am335x-icev2 am335x-pocketbeagle
>> am335x-bonegreen-eco" CONFIG_ENV_OVERWRITE=y CONFIG_ENV_RELOC_GD_ENV_ADDR=y
>
> Why did you remove the OF_LIST? Without it the am335x_evm_defconfig won't work
> anymore for these boards causing a regression.
> I don't know if OF_LIST works with OF_UPSTREAM, maybe you will have to use
> OF_UPSTREAM_BUILD_VENDOR instead.

Yes, indeed, this is wrong. Thank you! I will fix this for the next version.

Best
Markus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 289 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20251118/6b10f86e/attachment.sig>


More information about the U-Boot mailing list