From patchwork Mon Nov 16 15:03:09 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Lokesh Vutla X-Patchwork-Id: 1400978 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=85.214.62.61; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com 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=ByMeFDJN; dkim-atps=neutral Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (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 4CZXRl55fbz9s1l for ; Tue, 17 Nov 2020 02:04:51 +1100 (AEDT) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3A1F582304; Mon, 16 Nov 2020 16:03:31 +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="ByMeFDJN"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 1E8C9823A9; Mon, 16 Nov 2020 16:03:29 +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=-2.0 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,URIBL_BLOCKED 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 83854821A4 for ; Mon, 16 Nov 2020 16:03:20 +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 fllv0034.itg.ti.com ([10.64.40.246]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 0AGF3Dip116423; Mon, 16 Nov 2020 09:03:13 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1605538993; bh=csNkPkJLAck+60i53WPo5T6D7kJGqD0ccf29cmm3V8A=; h=From:To:CC:Subject:Date; b=ByMeFDJN1jHmD4EjXaYMgSFw3wsvojSHmggDvS/ezbEWySEcvh1AdfZTIjw7tHVHu /evwjLrkogAU/lJ43D0umuFTR1duvq+/elC4FUaCzks0yTF2ahoHNw3ceFEjDnhIva 7cWdTN4yd4i+Tc3FyV2jI9loeZhyYGDFthIvM9jg= Received: from DLEE105.ent.ti.com (dlee105.ent.ti.com [157.170.170.35]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 0AGF3D1M048372 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 16 Nov 2020 09:03:13 -0600 Received: from DLEE103.ent.ti.com (157.170.170.33) by DLEE105.ent.ti.com (157.170.170.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Mon, 16 Nov 2020 09:03:12 -0600 Received: from lelv0327.itg.ti.com (10.180.67.183) by DLEE103.ent.ti.com (157.170.170.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; Mon, 16 Nov 2020 09:03:12 -0600 Received: from uda0131933.dhcp.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 0AGF3AmM006345; Mon, 16 Nov 2020 09:03:11 -0600 From: Lokesh Vutla To: Tom Rini , CC: Sekhar Nori , Lokesh Vutla Subject: [GIT PULL] TI changes for v2021.01-rc3 Date: Mon, 16 Nov 2020 20:33:09 +0530 Message-ID: <20201116150309.24208-1-lokeshvutla@ti.com> X-Mailer: git-send-email 2.23.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 containing TI related changes targeted for v2020.01-rc3. Details about the PR are updated in the tag message Travis CI build: https://travis-ci.org/github/lokeshvutla/u-boot/builds/743852867 The following changes since commit 832bfad7451e2e7bd23c96edff2be050905ac3f6: libfdt: Fix signedness comparison warnings (2020-11-10 14:31:08 -0500) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2021.01-rc3 for you to fetch changes up to 914689a204308df47eb60dfbb394fa4cee4fda31: mtd: OneNAND: Set MTD type (2020-11-15 15:29:40 +0530) ---------------------------------------------------------------- - Fix Nokia RX-51 boot issues - Fix CONFIG_LOGLEVEL on K3 devices - Add phyBOARD REGOR support ---------------------------------------------------------------- Ivaylo Dimitrov (1): Nokia RX-51: Make onenand working Pali Rohár (7): power: twl4030: Add twl4030_i2c_read() function Nokia RX-51: Convert to CONFIG_DM_I2C Nokia RX-51: Remove old comments from configs/nokia_rx51.h file Nokia RX-51: Fix crashing in U-Boot mmc function omap_hsmmc_stop_clock() Nokia RX-51: During init disable lp5523 led instead of resetting it Nokia RX-51: Update test script mtd: OneNAND: Set MTD type Parthiban Nallathambi (1): ARM: am335x: Add phyBOARD REGOR support Roger Quadros (1): configs: am65/j72x: Set CONFIG_LOGLEVEL to 7 arch/arm/dts/Makefile | 3 +- arch/arm/dts/am335x-regor-rdk-u-boot.dtsi | 31 +++++ arch/arm/dts/am335x-regor-rdk.dts | 24 ++++ arch/arm/dts/am335x-regor.dtsi | 202 +++++++++++++++++++++++++++++ board/nokia/rx51/rx51.c | 44 ++++++- board/nokia/rx51/rx51.h | 7 + board/phytec/phycore_am335x_r2/MAINTAINERS | 6 +- configs/am65x_evm_a53_defconfig | 1 + configs/am65x_hs_evm_a53_defconfig | 1 + configs/j7200_evm_a72_defconfig | 1 + configs/j721e_evm_a72_defconfig | 1 + configs/j721e_hs_evm_a72_defconfig | 1 + configs/nokia_rx51_defconfig | 2 + configs/phycore-am335x-r2-regor_defconfig | 88 +++++++++++++ drivers/mtd/onenand/onenand_base.c | 1 + drivers/power/twl4030.c | 7 +- include/configs/nokia_rx51.h | 12 -- include/twl4030.h | 12 +- test/nokia_rx51_test.sh | 27 ++-- 19 files changed, 431 insertions(+), 40 deletions(-) create mode 100644 arch/arm/dts/am335x-regor-rdk-u-boot.dtsi create mode 100644 arch/arm/dts/am335x-regor-rdk.dts create mode 100644 arch/arm/dts/am335x-regor.dtsi create mode 100644 configs/phycore-am335x-r2-regor_defconfig