From patchwork Fri Feb 5 05:39:32 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Lokesh Vutla X-Patchwork-Id: 1436441 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=2a01:238:438b:c500:173d:9f52:ddab:ee01; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.a=rsa-sha256 header.s=ti-com-17Q1 header.b=iv9YrOu7; dkim-atps=neutral Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4DX44R0NMHz9rx8 for ; Fri, 5 Feb 2021 16:39:50 +1100 (AEDT) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 53EC082A1E; Fri, 5 Feb 2021 06:39:46 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="iv9YrOu7"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id E450F82636; Fri, 5 Feb 2021 06:39:44 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-4.6 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 9DEA5829FB for ; Fri, 5 Feb 2021 06:39:37 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=lokeshvutla@ti.com Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 1155dZQ7069888; Thu, 4 Feb 2021 23:39:35 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1612503575; bh=RxYX7aD6K++bo59KUK9gIpzM4zivaa/xH72cEXWj1Q8=; h=From:To:CC:Subject:Date; b=iv9YrOu79afApWiILqEotyZ9aqsVNCSuBxtdAwWkPI1IEZozp2nLwV/AGUaVUwnon 8b2tF+wxzhpf9TrbX8Ccq+90JQgvqszQS1iQunusQ1mXuUIfxiUkKBhHCKKBy6XouS 5nGLj2Ve0yJPR8KmCcjQyaAvU0daDTZ8Fc98b4pk= Received: from DFLE100.ent.ti.com (dfle100.ent.ti.com [10.64.6.21]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 1155dZJ8089900 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 4 Feb 2021 23:39:35 -0600 Received: from DFLE112.ent.ti.com (10.64.6.33) by DFLE100.ent.ti.com (10.64.6.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Thu, 4 Feb 2021 23:39:34 -0600 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE112.ent.ti.com (10.64.6.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Thu, 4 Feb 2021 23:39:34 -0600 Received: from uda0131933.dhcp.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 1155dWMq130584; Thu, 4 Feb 2021 23:39:33 -0600 From: Lokesh Vutla To: Tom Rini , CC: Lokesh Vutla Subject: [GIT PULL] TI changes for v2021.04 rc2 Date: Fri, 5 Feb 2021 11:09:32 +0530 Message-ID: <20210205053932.30905-1-lokeshvutla@ti.com> X-Mailer: git-send-email 2.30.0 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.102.3 at phobos.denx.de X-Virus-Status: Clean Hi Tom, Please find the PR for master branch targeted for v2021.04-rc2 release. Details about the PR are updated in the tag message. Gitlab build report: https://gitlab.denx.de/u-boot/custodians/u-boot-ti/-/pipelines/6214 The following changes since commit fdcb93e1709ab1a2ebb562455621617c29e2099c: Merge branch '2021-02-01-assorted-fixes' (2021-02-02 09:24:10 -0500) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2021.04-rc2 for you to fetch changes up to 6239cc8c4e8484d908afc555eb59441a16a58b53: arm: dts: k3-j7200: Sync Linux v5.11-rc6 dts into U-Boot (2021-02-04 20:37:57 +0530) ---------------------------------------------------------------- - Sync DTS from Linux kernel for all K3 platforms - Add MMC higher speed nodes for AM65x, J721e, J7200 - Convert Nokia RX-51 to use CONFIG_DM_MMC - Minor fixes for LEGO MINDSTORMS ---------------------------------------------------------------- Aswath Govindraju (1): configs: am65x_evm_a53: Enable config for phandle check while getting sequence number Dario Binacchi (1): configs: am335x_evm: enable CONFIG_SPL_ALLOC_BD David Lechner (4): ARM: legoev3: set serial# env var ARM: legoev3: drop bi_arch_number configs: legoev3: disable CONFIG_NET configs: legoev3: disable non-Linux boot options Faiz Abbas (20): mmc: sdhci: Add helper functions for UHS modes mmc: am654_sdhci: Unconditionally switch off DLL in the beginning of ios_post() mmc: am654_sdhci: Convert flag fields to BIT macro mmc: am654_sdhci: Add flag for PHY calibration mmc: am654_sdhci: Add support for AM65x SR2.0 mmc: am654_sdhci: Add support for input tap delay mmc: am654_sdhci: Add support for writing to clkbuf_sel mmc: am654_sdhci: Add support for software tuning mmc: am654_sdhci: Fix HISPD bit configuration in some lower speed modes mmc: am654_sdhci: Use sdhci_set_control_reg() arm: dts: k3-am65: Fix mmc nodes arm: dts: k3-j721e-main: Update otap-delay values arm: dts: k3-j721e-common-proc-board: Add support for UHS modes for SD card arm: dts: k3-j7200-main: Add support for gpio0 arm: dts: k3-j7200-common-proc-board: Enable support for UHS modes configs: j721e_evm: Add support for UHS modes configs: j7200_evm: Add support for UHS modes arm: dts: k3-am65-main: Add itapdly and clkbuf-sel values arm: dts: k3-am654-base-board: Limit Sd card to High speed modes configs: am65x_evm: Add configs for UHS modes Lokesh Vutla (3): arm: dts: k3-am65: Sync Linux v5.11-rc6 dts into U-Boot arm: dts: k3-j721e: Sync Linux v5.11-rc6 dts into U-Boot arm: dts: k3-j7200: Sync Linux v5.11-rc6 dts into U-Boot Pali Rohár (1): Nokia RX-51: Convert to CONFIG_DM_MMC Suman Anna (1): remoteproc: k3_r5: Sync to upstreamed kernel DT property names arch/arm/dts/k3-am65-main.dtsi | 823 +++++++-- arch/arm/dts/k3-am65-mcu.dtsi | 221 ++- arch/arm/dts/k3-am65-wakeup.dtsi | 48 +- arch/arm/dts/k3-am65.dtsi | 10 +- arch/arm/dts/k3-am654-base-board-u-boot.dtsi | 132 +- arch/arm/dts/k3-am654-base-board.dts | 449 ++++- arch/arm/dts/k3-am654-industrial-thermal.dtsi | 45 + arch/arm/dts/k3-am654-r5-base-board.dts | 58 +- arch/arm/dts/k3-am654.dtsi | 10 +- .../k3-j7200-common-proc-board-u-boot.dtsi | 16 +- arch/arm/dts/k3-j7200-common-proc-board.dts | 161 +- arch/arm/dts/k3-j7200-main.dtsi | 289 +++- arch/arm/dts/k3-j7200-mcu-wakeup.dtsi | 244 +-- .../arm/dts/k3-j7200-r5-common-proc-board.dts | 15 + arch/arm/dts/k3-j7200-som-p0.dtsi | 107 +- arch/arm/dts/k3-j7200.dtsi | 27 +- .../k3-j721e-common-proc-board-u-boot.dtsi | 70 +- arch/arm/dts/k3-j721e-common-proc-board.dts | 673 +++++++- arch/arm/dts/k3-j721e-main.dtsi | 1484 +++++++++++++++-- arch/arm/dts/k3-j721e-mcu-wakeup.dtsi | 234 ++- .../k3-j721e-r5-common-proc-board-u-boot.dtsi | 9 + .../arm/dts/k3-j721e-r5-common-proc-board.dts | 2 - arch/arm/dts/k3-j721e-som-p0.dtsi | 272 ++- arch/arm/dts/k3-j721e.dtsi | 29 +- board/lego/ev3/legoev3.c | 89 +- board/nokia/rx51/rx51.c | 33 +- configs/am335x_evm_defconfig | 1 + configs/am65x_evm_a53_defconfig | 9 + configs/am65x_evm_r5_defconfig | 2 + configs/j7200_evm_a72_defconfig | 8 + configs/j7200_evm_r5_defconfig | 1 + configs/j721e_evm_a72_defconfig | 8 + configs/j721e_evm_r5_defconfig | 1 + configs/legoev3_defconfig | 8 +- configs/nokia_rx51_defconfig | 6 + .../remoteproc/ti,k3-r5f-rproc.txt | 26 +- drivers/mmc/Kconfig | 1 + drivers/mmc/am654_sdhci.c | 384 +++-- drivers/mmc/sdhci.c | 95 ++ drivers/remoteproc/ti_k3_r5f_rproc.c | 8 +- include/configs/legoev3.h | 2 - include/dt-bindings/mux/ti-serdes.h | 93 ++ include/sdhci.h | 10 + 43 files changed, 5023 insertions(+), 1190 deletions(-) create mode 100644 arch/arm/dts/k3-am654-industrial-thermal.dtsi create mode 100644 include/dt-bindings/mux/ti-serdes.h