From patchwork Fri May 15 12:51:39 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tero Kristo X-Patchwork-Id: 11551399 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B253E138A for ; Fri, 15 May 2020 12:51:47 +0000 (UTC) Received: by mail.kernel.org (Postfix) id AE26120787; Fri, 15 May 2020 12:51:47 +0000 (UTC) Delivered-To: soc@kernel.org Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7763020759; Fri, 15 May 2020 12:51:47 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="Xqqzf9L+" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7763020759 Authentication-Results: mail.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=t-kristo@ti.com Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 04FCpiN8025088; Fri, 15 May 2020 07:51:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1589547104; bh=j0ez/mPe2k0Ujtd8WLu8IeafJ4g3FP1LQ8oEjhPwUxw=; h=To:CC:From:Subject:Date; b=Xqqzf9L+aTWRWsq3zKxxgq817B23mOryc9f3ASmGjUZpjLR0ibSUKwbL6tmHdKdfP WjGdaBvp/GDNKF4RhYk09bnJgVx2yb40h2VK5bXP/AqUOMlFY7nu5n7ZpkwR9V2Zhz cOXxNa3vMlR9A7T57LiEn9u9W1W87zqi3S4+QkRc= Received: from DFLE100.ent.ti.com (dfle100.ent.ti.com [10.64.6.21]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 04FCpi8h009140 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 15 May 2020 07:51:44 -0500 Received: from DFLE109.ent.ti.com (10.64.6.30) 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; Fri, 15 May 2020 07:51:43 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DFLE109.ent.ti.com (10.64.6.30) 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; Fri, 15 May 2020 07:51:43 -0500 Received: from [127.0.0.1] (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 04FCpdK2051634; Fri, 15 May 2020 07:51:41 -0500 List-Id: To: Arnd Bergmann , Olof Johansson , Kevin Hilman , , , "linux-arm-kernel@lists.infradead.org" CC: Nishanth Menon , "J, Keerthy" , Tomi Valkeinen , Jyri Sarha , Vignesh R From: Tero Kristo Subject: [GIT PULL] TI K3 SoC DT changes for v5.8 Message-ID: <7484d3c9-323f-36a3-f0df-1287586f356d@ti.com> Date: Fri, 15 May 2020 15:51:39 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 Content-Language: en-US X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Hello ARM-SoC Maintainers, Here are the TI K3 SoC DT updates for v5.8. Updated google doc based on this also. I will probably send a part #2 on top of this later, there are some additional DT changes that might be coming in but they were not ready today. -Tero --- The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136: Linux 5.7-rc1 (2020-04-12 12:35:55 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kristo/linux tags/ti-k3-dt-for-v5.8 for you to fetch changes up to cae809434da10402b0fdbd395c6eb924d7aa46f4: arm64: dts: ti: k3-j721e-main: Add main domain watchdog entries (2020-04-27 13:39:48 +0300) ---------------------------------------------------------------- Texas Instruments K3 SoC DT updates for v5.8 - Add DSS support for both AM65x and J721e - Add watchdog support for J721e - Add EHRPWM support for AM65x - Add Thermal support for AM65x ---------------------------------------------------------------- Jyri Sarha (1): arm64: dts: ti: am654: Add DSS node Keerthy (2): arm64: dts: ti: am65-wakeup: Add VTM node arm64: dts: ti: am654: Add thermal zones Tero Kristo (1): arm64: dts: ti: k3-j721e-main: Add main domain watchdog entries Tomi Valkeinen (2): arm64: dts: ti: k3-j721e-main: Add DSS node arm64: dts: ti: k3-j721e-common-proc-board: add assigned clks for DSS Vignesh Raghavendra (1): arm64: dts: ti: k3-am65-main: Add ehrpwm nodes arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 104 +++++++++++++++++++++ arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi | 11 +++ .../boot/dts/ti/k3-am654-industrial-thermal.dtsi | 45 +++++++++ .../boot/dts/ti/k3-j721e-common-proc-board.dts | 20 ++++ arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 75 +++++++++++++++ 5 files changed, 255 insertions(+) create mode 100644 arch/arm64/boot/dts/ti/k3-am654-industrial-thermal.dtsi -- Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki