From patchwork Fri Apr 26 04:29:01 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Gross X-Patchwork-Id: 10918015 X-Patchwork-Delegate: agross@codeaurora.org Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6011D15A6 for ; Fri, 26 Apr 2019 04:29:06 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4D2CA28D88 for ; Fri, 26 Apr 2019 04:29:06 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3E02228D8C; Fri, 26 Apr 2019 04:29:06 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D702528D88 for ; Fri, 26 Apr 2019 04:29:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726025AbfDZE3F (ORCPT ); Fri, 26 Apr 2019 00:29:05 -0400 Received: from mail.kernel.org ([198.145.29.99]:55026 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725899AbfDZE3F (ORCPT ); Fri, 26 Apr 2019 00:29:05 -0400 Received: from localhost (107-207-74-175.lightspeed.austtx.sbcglobal.net [107.207.74.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 40CDC2089E; Fri, 26 Apr 2019 04:29:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1556252944; bh=kKbjikeiL4XeeFOoLWdubAGx17fshTsxVCNX4l+nac4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=PlcxNtSuhhAWJmsUG7ceEfRBy9eWSFSem3nui8+sq3lR0cMNxIVkI0Zczfntb9kLL 4X/VYFu7r21rgMnHgw0NR2g1mO5VaZMpUMMtKz0+Z66Q+T+O+fNrOYjKeQJ99ikl8P /D2QItMSdYGOfIULD0RR3wQyL4WmCLFSsvvwPOZc= From: Andy Gross To: arm@kernel.org Cc: linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Bjorn Andersson , Arnd Bergmann , Olof Johansson , Kevin Hilman Subject: [GIT PULL] Qualcomm ARM64 DT updates for 5.2 - Part 2 Date: Thu, 25 Apr 2019 23:29:01 -0500 Message-Id: <1556252941-3865-2-git-send-email-agross@kernel.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1556252941-3865-1-git-send-email-agross@kernel.org> References: <1556252941-3865-1-git-send-email-agross@kernel.org> Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This depends on the first pull request for 5.2. Thanks, Andy The following changes since commit 6ef7c11b31a57e43062da15a36fac54fcb97b533: arm64: dts: sdm845: Introduce ADSP and CDSP PAS nodes (2019-04-23 00:10:35 -0500) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-arm64-for-5.2-1 for you to fetch changes up to 060f4211f6c655e69ba24fe6d741c6e33fbfa108: arm64: dts: msm8998: thermal: Restrict thermal zone name length to under 20 (2019-04-25 23:05:35 -0500) ---------------------------------------------------------------- Qualcomm ARM64 Updates for v5.2 - Part 2 * Add ADC temp for temp alarm node on PM8998 * Add ref clks for DSI PHYs on SDM845 and MSM8916 * Add CPU capacity and topology on SDM845 * Add display and gpu related nodes on MSM8996 * Add sound and hdmi display support on DB820C * Fixup thermal nodes on MSM8998 platform ---------------------------------------------------------------- Amit Kucheria (3): arm64: dts: msm8998-mtp: thermal: Remove skin and battery thermal zones arm64: dts: msm8998: thermal: Fix number of supported sensors arm64: dts: msm8998: thermal: Restrict thermal zone name length to under 20 Archit Taneja (3): arm64: dts: msm8996: Add display smmu node arm64: qcom: msm8996.dtsi: Add Display nodes arm64: dts: apq8096-db820c: Add HDMI display support Jordan Crouse (2): arm64: dts: msm8996: Add graphics smmu node arm64: dts: Add Adreno GPU definitions Matthias Kaehlcke (5): arm64: dts: qcom: pm8998: Use ADC temperature to temp-alarm node arm64: dts: qcom: msm8916: Set 'xo_board' as ref clock of the DSI PHY arm64: dts: sdm845: Set 'bi_tcxo' as ref clock of the DSI PHYs arm64: dts: sdm845: Add CPU topology arm64: dts: sdm845: Add CPU capacity values Srinivas Kandagatla (1): arm64: dts: db820c: Add sound card support arch/arm64/boot/dts/qcom/apq8096-db820c-pins.dtsi | 52 +++ .../boot/dts/qcom/apq8096-db820c-pmic-pins.dtsi | 8 + arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi | 121 +++++++ arch/arm64/boot/dts/qcom/msm8916.dtsi | 5 +- arch/arm64/boot/dts/qcom/msm8996-pins.dtsi | 43 +++ arch/arm64/boot/dts/qcom/msm8996.dtsi | 384 +++++++++++++++++++++ arch/arm64/boot/dts/qcom/msm8998-mtp.dtsi | 38 -- arch/arm64/boot/dts/qcom/msm8998.dtsi | 6 +- arch/arm64/boot/dts/qcom/pm8998.dtsi | 2 + arch/arm64/boot/dts/qcom/sdm845.dtsi | 56 ++- 10 files changed, 668 insertions(+), 47 deletions(-)