Hi, Please pull the following for TI K3 platforms for v5.14 merge window from the previous tag meant for 5.13 fixes(ti-k3-dt-fixes-for-v5.13) Headsup on dtbs_checks: * mmio-mux bindings conversion warnings exist on my v5.13-rc1 based branch, but is being worked by Rob Herring[1] * shared-dma-pool bindings conversion warnings [2] picked because of precedence in this merge window and reserved-memory conversion will appreciate a bit of help due to cross arch implications. [1] https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20210526184839.2937899-4-robh@kernel.org/ and series [2] https://lore.kernel.org/linux-devicetree/162402789600.25544.13955211751661856760.b4-ty@ti.com/ The following changes since commit cab12badfc99f93c1dccf192dd150f94b687a27c: arm64: dts: ti: k3*: Introduce reg definition for interrupt routers (2021-05-14 12:48:11 -0500) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git tags/ti-k3-dt-for-v5.14 for you to fetch changes up to d71abfcc6c050b72ba735b74f3e3848ce07ddd15: arm64: dts: ti: k3-am642-evm/sk: Add DDR carveout memory nodes for R5Fs (2021-06-18 09:47:40 -0500) ---------------------------------------------------------------- Devicetree changes for TI K3 platforms for v5.14 merge window: * New features: - AM64 gains PCIe and USB3 for am64-sk board, R5 remote proc (includes AM64 rproc bindings tag from Bjorn's tree) - AM65, J721e gains ICSSG MDIO nodes - AM65: UHS mode speed enabled on am65 * Fixes: - Fixups on AM64 SRAM model thanks to a ROM bug for USB DFU mode - Schema related cleanups across j7*, am65, 64 - Few misc Fixups on AM64 where MAC address could conflict; j7200 for USB2 Rx sensitivity etc. ---------------------------------------------------------------- Aswath Govindraju (8): arm64: dts: ti: k3-am64-mcu: Fix the compatible string in GPIO DT node arm64: dts: ti: k3-j7200: Remove "#address-cells" property from GPIO DT nodes arm64: dts: ti: k3-am65: Add support for UHS-I modes in MMCSD1 subsystem arm64: dts: ti: am65: align ti,pindir-d0-out-d1-in property with dt-shema arm64: dts: ti: k3-am642-evm: align ti,pindir-d0-out-d1-in property with dt-shema arm64: dts: ti: k3-am64-main: Update TF-A's maximum size and node name arm64: dts: ti: k3-am64-main: Reserve OCMRAM for DMSC-lite and secure proxy communication arm64: dts: ti: k3-am64-main: Update TF-A load address to workaround USB DFU limitation Grygorii Strashko (2): arm64: dts: ti: k3-am654x/j721e/j7200-common-proc-board: Fix MCU_RGMII1_TXC direction arm64: dts: ti: k3-am642-main: fix ports mac properties Jan Kiszka (1): arm64: dts: ti: iot2050: Configure r5f cluster on basic variant in split mode Kishon Vijay Abraham I (9): arm64: dts: ti: k3-j721e-main: Fix external refclk input to SERDES arm64: dts: ti: k3-j721e-main: Add #clock-cells property to serdes DT node arm64: dts: ti: k3-j721e-common-proc-board: Use external clock for SERDES arm64: dts: ti: k3-j721e-common-proc-board: Re-name "link" name as "phy" arm64: dts: ti: k3-am64-main: Add SERDES DT node arm64: dts: ti: k3-am64-main: Add PCIe DT node arm64: dts: ti: k3-am642-evm: Enable PCIe and SERDES arm64: dts: ti: k3-am642-sk: Enable USB Super-Speed HOST port arm64: dts: ti: k3-am642-sk: Disable PCIe Nishanth Menon (1): Merge tag '20210327143117.1840-2-s-anna@ti.com' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc into ti-k3-dts-next Roger Quadros (2): arm64: dts: ti: j7200-main: Enable USB2 PHY RX sensitivity workaround arm64: dts: ti: k3-am65-main: Add ICSSG MDIO nodes Suman Anna (6): arm64: dts: ti: k3-am65-iot2050-common: Disable mailbox nodes dt-bindings: remoteproc: k3-r5f: Update bindings for AM64x SoCs arm64: dts: ti: k3-j721e-main: Add ICSSG MDIO nodes arm64: dts: ti: k3-am64-main: Add MAIN domain R5F cluster nodes arm64: dts: ti: k3-am642-evm/sk: Add mailboxes to R5Fs arm64: dts: ti: k3-am642-evm/sk: Add DDR carveout memory nodes for R5Fs Vignesh Raghavendra (1): arm64: dts: ti: Drop reg-io-width/reg-shift from UART nodes .../bindings/remoteproc/ti,k3-r5f-rproc.yaml | 31 ++- arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 222 +++++++++++++++++++-- arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi | 6 +- arch/arm64/boot/dts/ti/k3-am642-evm.dts | 110 +++++++++- arch/arm64/boot/dts/ti/k3-am642-sk.dts | 121 +++++++++++ arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi | 63 +++++- arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 37 +++- arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi | 2 - arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi | 2 - arch/arm64/boot/dts/ti/k3-am6528-iot2050-basic.dts | 5 + arch/arm64/boot/dts/ti/k3-am654-base-board.dts | 49 ++++- .../boot/dts/ti/k3-j7200-common-proc-board.dts | 2 +- arch/arm64/boot/dts/ti/k3-j7200-main.dtsi | 25 +-- arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi | 6 - .../boot/dts/ti/k3-j721e-common-proc-board.dts | 62 +++++- arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 126 ++++++------ arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi | 4 - 17 files changed, 734 insertions(+), 139 deletions(-) -- Regards, Nishanth Menon Key (0xDDB5849D1736249D)/Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D