[Uboot-stm32] [PATCH 4/4] ARM: dts: stm32: Deduplicate CONFIG_OF_SPL_REMOVE_PROPS on DH STM32MP15xx DHSOM
Patrice CHOTARD
patrice.chotard at foss.st.com
Wed Dec 18 11:42:05 CET 2024
On 12/18/24 11:33, Patrice CHOTARD wrote:
>
>
> On 12/16/24 09:53, Patrice CHOTARD wrote:
>>
>>
>> On 12/16/24 00:29, Marek Vasut wrote:
>>> The content of CONFIG_OF_SPL_REMOVE_PROPS is the same in both
>>> STM32MP15xx DHCOM and DHCOR defconfigs, deduplicate the content
>>> into stm32mp15_dhsom.config .
>>>
>>> Signed-off-by: Marek Vasut <marex at denx.de>
>>> ---
>>> NOTE: For 2025.01
>>> ---
>>> Cc: Igor Opaniuk <igor.opaniuk at gmail.com>
>>> Cc: Patrice Chotard <patrice.chotard at foss.st.com>
>>> Cc: Patrick Delaunay <patrick.delaunay at foss.st.com>
>>> Cc: Simon Glass <sjg at chromium.org>
>>> Cc: Tom Rini <trini at konsulko.com>
>>> Cc: u-boot at dh-electronics.com
>>> Cc: u-boot at lists.denx.de
>>> Cc: uboot-stm32 at st-md-mailman.stormreply.com
>>> ---
>>> configs/stm32mp15_dhcom_basic_defconfig | 1 -
>>> configs/stm32mp15_dhcor_basic_defconfig | 1 -
>>> configs/stm32mp15_dhsom.config | 1 +
>>> 3 files changed, 1 insertion(+), 2 deletions(-)
>>>
>>> diff --git a/configs/stm32mp15_dhcom_basic_defconfig b/configs/stm32mp15_dhcom_basic_defconfig
>>> index 5add66fb2f4..a28f2862048 100644
>>> --- a/configs/stm32mp15_dhcom_basic_defconfig
>>> +++ b/configs/stm32mp15_dhcom_basic_defconfig
>>> @@ -7,5 +7,4 @@ CONFIG_SYS_MEMTEST_START=0xc0000000
>>> CONFIG_SYS_MEMTEST_END=0xc4000000
>>> CONFIG_SYS_I2C_EEPROM_BUS=3
>>> CONFIG_OF_LIST="st/stm32mp157c-dhcom-pdk2 st/stm32mp153c-dhcom-drc02 st/stm32mp157c-dhcom-picoitx"
>>> -CONFIG_OF_SPL_REMOVE_PROPS="interrupts interrupt-names interrupts-extended interrupt-controller \\\#interrupt-cells interrupt-parent dmas dma-names assigned-clocks assigned-clock-rates assigned-clock-parents hwlocks access-controllers"
>>> CONFIG_SYS_I2C_EEPROM_ADDR=0x50
>>> diff --git a/configs/stm32mp15_dhcor_basic_defconfig b/configs/stm32mp15_dhcor_basic_defconfig
>>> index dd14db3b4c5..f6f2af6e7a2 100644
>>> --- a/configs/stm32mp15_dhcor_basic_defconfig
>>> +++ b/configs/stm32mp15_dhcor_basic_defconfig
>>> @@ -5,7 +5,6 @@ CONFIG_ARCH_STM32MP=y
>>> CONFIG_DEFAULT_DEVICE_TREE="st/stm32mp157a-dhcor-avenger96"
>>> CONFIG_SYS_I2C_EEPROM_BUS=2
>>> CONFIG_OF_LIST="st/stm32mp157a-dhcor-avenger96 st/stm32mp151a-dhcor-testbench st/stm32mp153c-dhcor-drc-compact"
>>> -CONFIG_OF_SPL_REMOVE_PROPS="interrupts interrupt-names interrupts-extended interrupt-controller \\\#interrupt-cells interrupt-parent dmas dma-names assigned-clocks assigned-clock-rates assigned-clock-parents hwlocks access-controllers"
>>> CONFIG_SYS_I2C_EEPROM_ADDR=0x53
>>> CONFIG_PHY_MICREL=y
>>> CONFIG_PHY_MICREL_KSZ90X1=y
>>> diff --git a/configs/stm32mp15_dhsom.config b/configs/stm32mp15_dhsom.config
>>> index 04ee9bfc444..ac3ae82cda9 100644
>>> --- a/configs/stm32mp15_dhsom.config
>>> +++ b/configs/stm32mp15_dhsom.config
>>> @@ -22,6 +22,7 @@ CONFIG_HAS_BOARD_SIZE_LIMIT=y
>>> CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
>>> CONFIG_HWSPINLOCK_STM32=y
>>> CONFIG_KS8851_MLL=y
>>> +CONFIG_OF_SPL_REMOVE_PROPS="interrupts interrupt-names interrupts-extended interrupt-controller \\\#interrupt-cells interrupt-parent dmas dma-names assigned-clocks assigned-clock-rates assigned-clock-parents hwlocks access-controllers"
>>> CONFIG_PHY_ANEG_TIMEOUT=20000
>>> CONFIG_PINCTRL_STMFX=y
>>> CONFIG_REMOTEPROC_STM32_COPRO=y
>>
>> Reviewed-by: Patrice Chotard <patrice.chotard at foss.st.com>
>
> Applied to u-boot-stm32/next
>
> Thanks
> Patrice
Sorry, applied to u-boot-stm32/master
Thanks
Patrice
> _______________________________________________
> Uboot-stm32 mailing list
> Uboot-stm32 at st-md-mailman.stormreply.com
> https://st-md-mailman.stormreply.com/mailman/listinfo/uboot-stm32
More information about the U-Boot
mailing list