Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp9319716ybi; Wed, 24 Jul 2019 02:02:49 -0700 (PDT) X-Google-Smtp-Source: APXvYqxPlg5+NIva7yVdv/gkwTRytd1P3HKJlSTfzy9OtiCm8cGN1JgJVvaRwtSnE1unVMP648em X-Received: by 2002:a63:f857:: with SMTP id v23mr55637895pgj.228.1563958969013; Wed, 24 Jul 2019 02:02:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563958969; cv=none; d=google.com; s=arc-20160816; b=WN+TTIlM1gZCC8ePbbUBaWwFFb2ODC91MWLSQiLczPAhp6QdwkX7VEKADROSggB9H0 FouI9q7ttpAR0LowuqKqPBC35bCaUE472l/944ir5E1q488Fzzptzgv/hAVV2rY7IwK+ x6XvHDzrlNff8GOW1JxHlF4WAIuID6/jYOUnEMpYgiYTNzyOdM0TOT60bIkr2Af1TKbM xPD8l5+5947Kx9KB3fFOn/Kb27pQ5PdbZQickh7v/u6ebCjAwWBygtyQ0VB1OPsvtSuy JqM2Vf4Sxe02VblKL6ZvGbWvMRYbmp69kIzfhCJLPBhm4yZ/zFbxt93WRHZMfcM0xcZ8 b3mw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from; bh=UKJuWfpIyJUOZ2wf/FiNWwmGY1+yp7jJNe2defGRrA8=; b=yeGI2NzWpWVks8UzgntQG5BwFLp0KzPAxDsGbKcKbzSbHZ2uE3Hgr4DvAy2F+AdhRD YGQHv+g12Z5QcLA9hyIwW1cfClUEnGgqRKn5QQX4PUOkpA43etkCfESFqNMeI8sZ/wTJ q+B1DFdxFekG4DRT5S8DjWMCSBM0l628N0Mpopzu6U5A1MhahGm5YbaZI5bncu8vEyIg kDKkEwY1Sq2wl7n6QUVRgDW+IUulX1kNWZhCSFobB0r73fieesISBfht/bHgyWVdHDsE g1u+h3byexJrd3A4X3U+obdWSCHEK1YMmXkiU9RC1VbVfATSUutV3Jr9mEAjPK9tWVD7 ZUNg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f91si12989531plf.300.2019.07.24.02.02.33; Wed, 24 Jul 2019 02:02:48 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726935AbfGXJBR (ORCPT + 99 others); Wed, 24 Jul 2019 05:01:17 -0400 Received: from mailgw02.mediatek.com ([210.61.82.184]:64872 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1726824AbfGXJBQ (ORCPT ); Wed, 24 Jul 2019 05:01:16 -0400 X-UUID: 66cd01796bfa41d598860e4b8dbef898-20190724 X-UUID: 66cd01796bfa41d598860e4b8dbef898-20190724 Received: from mtkcas08.mediatek.inc [(172.21.101.126)] by mailgw02.mediatek.com (envelope-from ) (mhqrelay.mediatek.com ESMTP with TLS) with ESMTP id 919272540; Wed, 24 Jul 2019 17:01:03 +0800 Received: from mtkcas09.mediatek.inc (172.21.101.178) by mtkmbs08n1.mediatek.inc (172.21.101.55) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Wed, 24 Jul 2019 17:01:02 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by mtkcas09.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1395.4 via Frontend Transport; Wed, 24 Jul 2019 17:01:02 +0800 From: To: Matthias Brugger , Rob Herring CC: Weijie Gao , Sean Wang , , , , , Ryder Lee Subject: [PATCH 2/2] dt-bindings: gpu: mali-utgard: add mediatek, mt7623-mali compatible Date: Wed, 24 Jul 2019 17:01:00 +0800 Message-ID: X-Mailer: git-send-email 2.18.0 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Sean Wang The MediaTek MT7623 SoC contains a Mali-450, so add a compatible for it and define its own vendor-specific properties. Signed-off-by: Sean Wang Signed-off-by: Ryder Lee Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/gpu/arm,mali-utgard.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-utgard.txt b/Documentation/devicetree/bindings/gpu/arm,mali-utgard.txt index ae63f09fda7d..73021e2dda25 100644 --- a/Documentation/devicetree/bindings/gpu/arm,mali-utgard.txt +++ b/Documentation/devicetree/bindings/gpu/arm,mali-utgard.txt @@ -17,6 +17,7 @@ Required properties: + amlogic,meson8b-mali + amlogic,meson-gxbb-mali + amlogic,meson-gxl-mali + + mediatek,mt7623-mali + rockchip,rk3036-mali + rockchip,rk3066-mali + rockchip,rk3188-mali @@ -88,6 +89,10 @@ to specify one more vendor-specific compatible, among: Required properties: * resets: phandle to the reset line for the GPU + - mediatek,mt7623-mali + Required properties: + * resets: phandle to the reset line for the GPU + - Rockchip variants: Required properties: * resets: phandle to the reset line for the GPU -- 2.18.0