Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754853AbcC1JXr (ORCPT ); Mon, 28 Mar 2016 05:23:47 -0400 Received: from hqemgate14.nvidia.com ([216.228.121.143]:19907 "EHLO hqemgate14.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752037AbcC1JXq (ORCPT ); Mon, 28 Mar 2016 05:23:46 -0400 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Mon, 28 Mar 2016 02:22:33 -0700 From: Alexandre Courbot To: Stephen Warren , Thierry Reding CC: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-tegra@vger.kernel.org, gnurou@gmail.com, Alexandre Courbot Subject: [PATCH v3 0/5] arm64: tegra: fix DT definitions for GM20B GPU Date: Mon, 28 Mar 2016 18:22:59 +0900 Message-ID: <1459156984-32644-1-git-send-email-acourbot@nvidia.com> X-Mailer: git-send-email 2.7.3 X-NVConfidentiality: public MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 854 Lines: 26 Small series that fixes/completes DT bindings for Tegra GPUs and add two missing entries required for the Tegra210 GPU to operate properly. Without these fixes, GM20B will crash during probe on 4.6 because a required clock is not activated. Changes since v2: - Fixed device address in DT examples - Carried Acked-bys Changes since v1: - Renamed "pllg_ref" clock to "ref" in DT bindings Alexandre Courbot (5): dt-bindings: gk20a: Fix typo in compatible name dt-bindings: gk20a: Document iommus property dt-bindings: Add documentation for GM20B GPU arm64: tegra210: Add reference clock to GM20B arm64: tegra210: Add IOMMU node to GM20B .../devicetree/bindings/gpu/nvidia,gk20a.txt | 37 +++++++++++++++++++--- arch/arm64/boot/dts/nvidia/tegra210.dtsi | 8 +++-- 2 files changed, 38 insertions(+), 7 deletions(-) -- 2.7.3