From patchwork Fri Dec 14 22:16:38 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jordan Crouse X-Patchwork-Id: 10731747 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 411B31580 for ; Fri, 14 Dec 2018 22:16:48 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F41092BCE6 for ; Fri, 14 Dec 2018 22:16:47 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E847F2C2CF; Fri, 14 Dec 2018 22:16:47 +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=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=unavailable 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 9B3802BCE6 for ; Fri, 14 Dec 2018 22:16:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729752AbeLNWQq (ORCPT ); Fri, 14 Dec 2018 17:16:46 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:52508 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730956AbeLNWQq (ORCPT ); Fri, 14 Dec 2018 17:16:46 -0500 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 334C760735; Fri, 14 Dec 2018 22:16:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1544825805; bh=+smpJUVAR7l2d6l++qjb4f9GCJcmiD1B0Kufu4sQ0gs=; h=From:To:Cc:Subject:Date:From; b=Z+cwwO+J8IRpIDnjkThgIE3lz11J3bQ9D777csRz1TCH0vnOFimed+QX3FP8ECXix APvlRQXNy+FR+Lb9hpwX0jeZn3klZI6WCrj4mKqmpYTLXGyzspkzsaHaY1kFovE5aT 30HPHprd8tseIQ0xNNCyVlZBoJlTSyNufkWvMf34= Received: from jcrouse-lnx.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: jcrouse@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 8C9B9601C3; Fri, 14 Dec 2018 22:16:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1544825804; bh=+smpJUVAR7l2d6l++qjb4f9GCJcmiD1B0Kufu4sQ0gs=; h=From:To:Cc:Subject:Date:From; b=GcQQcX30JIkYvIsnRGQHxyxJ3TNEUEM6EaeMvmyDo74H4YNL+JAy0K1cLL3Ts0XYz 0dKOb2fyDW9kXRSsskvnhyqCUB06SanpAmiIIM1oA8WXCFfONGW60vzYh5An+WCSew nzts6zxb6X59eB+KV/PPp2yzblDjyWFFTeeB3GXA= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 8C9B9601C3 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=jcrouse@codeaurora.org From: Jordan Crouse To: freedreno@lists.freedesktop.org, dri-devel@lists.freedesktop.org Cc: nm@ti.com, devicetree@vger.kernel.org, rnayak@codeaurora.org, linux-pm@vger.kernel.org, linux-arm-msm@vger.kernel.org, dianders@chromium.org, vireshk@kernel.org, linux-arm-kernel@lists.infradead.org, georgi.djakov@linaro.org Subject: [PATCH v2 0/2] arm64: dts: sdm845: Add sdm845 GPU interconnect Date: Fri, 14 Dec 2018 15:16:38 -0700 Message-Id: <20181214221640.25354-1-jcrouse@codeaurora.org> X-Mailer: git-send-email 2.18.0 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 Two quick patches to document and add an interconnect port definition for the sdm845 GPU. This is based on the base GPU DT changes: https://patchwork.freedesktop.org/series/39308/ As well as the DT nodes from Georgi: https://patchwork.kernel.org/patch/10719483/ v2: Fix interconnect supplier to match latest per Doug Anderson *** BLURB HERE *** Jordan Crouse (2): dt-bindings: drm/msm/a6xx: Document interconnect properties for GPU arm64: dts: sdm845: Add interconnect for GPU Documentation/devicetree/bindings/display/msm/gpu.txt | 6 ++++++ arch/arm64/boot/dts/qcom/sdm845.dtsi | 3 +++ 2 files changed, 9 insertions(+)