diff options
author | Tom Rini <trini@konsulko.com> | 2020-04-24 14:07:59 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-04-24 14:07:59 -0400 |
commit | 4d131cdb6762694fc1a66d6b3e39a82f9ec691cf (patch) | |
tree | 22cc018312809c9c9da3f7bac7beaec3c80f6d86 /doc | |
parent | f94fc1154407cbbf7810c93aedc0cea8c5362da5 (diff) | |
parent | 23d203d62e0ec95bc42bf96c56df991ff924f360 (diff) | |
download | u-boot-4d131cdb6762694fc1a66d6b3e39a82f9ec691cf.tar.gz |
Merge tag 'u-boot-stm32-20200424' of https://gitlab.denx.de/u-boot/custodians/u-boot-stmWIP/24Apr2020
- Solve stm32mp15 pinctrl dts issue (patch conflict in branches master and next)
- Split device tree for DHCOR Som and AV 96 board
- Update PLL4 setting in AV96 board
- Enable bootd, iminfo, imxtract on DHCOM
Diffstat (limited to 'doc')
-rw-r--r-- | doc/board/st/stm32mp1.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/board/st/stm32mp1.rst b/doc/board/st/stm32mp1.rst index b7a0fbfd03..b3856be9a1 100644 --- a/doc/board/st/stm32mp1.rst +++ b/doc/board/st/stm32mp1.rst @@ -51,11 +51,11 @@ And the necessary drivers Currently the following boards are supported: - + stm32mp157a-avenger96.dts + stm32mp157a-dk1.dts + stm32mp157c-dk2.dts + stm32mp157c-ed1.dts + stm32mp157c-ev1.dts + + stm32mp15xx-dhcor-avenger96.dts Boot Sequences -------------- @@ -153,9 +153,9 @@ the supported device trees for STM32MP15x are: + stm32mp157c-dk2 -+ avenger96: Avenger96 board from Arrow Electronics ++ avenger96: Avenger96 board from Arrow Electronics based on DH Elec. DHCOR SoM - + stm32mp157a-avenger96 + + stm32mp15xx-dhcor-avenger96 Build Procedure --------------- @@ -237,7 +237,7 @@ Build Procedure # export KBUILD_OUTPUT=stm32mp15_basic # make stm32mp15_basic_defconfig - # make DEVICE_TREE=stm32mp157a-avenger96 all + # make DEVICE_TREE=stm32mp15xx-dhcor-avenger96 all 6. Output files |