
On 19:06-20230803, Roger Quadros wrote:
Sync all am642-evm/am642-sk related DT files with Linux v6.5-rc1.
- drop timer1 in favor of main_timer0 in am64-main.dtsi.
Need to delete clock & power domain properties of main_timer1 in -r5.dts else won't boot. This is because timer_init is done during rproc_start to start System Firmware, but we can't do any clock/power-domain operations before System Firmware starts.
- same constraint applies to main_uart0
- drop cpsw3g custom DT property 'mac_efuse' and custom
DT node cpsw-phy-sel as driver picks these from standard property/node.
- include board dts file in -r5 dts file to avoid duplication
of nodes. Include -u-boot.dtsi on top.
- drop duplicate nodes in -r5 dts and -u-boot.dtsi
Signed-off-by: Roger Quadros rogerq@kernel.org
[...]
diff --git a/doc/board/ti/am64x_evm.rst b/doc/board/ti/am64x_evm.rst index f378cbf12b..8d3795eb32 100644 --- a/doc/board/ti/am64x_evm.rst +++ b/doc/board/ti/am64x_evm.rst @@ -159,7 +159,7 @@ https://www.ti.com/lit/pdf/spruim2 under the `Boot Mode Pins` section. - 11000010 - 01000000
- OSPI
- xSPI/SFDP (OSPI)
This should have been squashed to the documentation patch.
- 11001110 - 01000000
-- 2.34.1
Other than that, Reviewed-by: Nishanth Menon nm@ti.com Tested-by: Nishanth Menon nm@ti.com #SK-AM64B