From patchwork Fri Aug 30 10:44:58 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guillaume Gardet X-Patchwork-Id: 11123741 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 630ED1399 for ; Fri, 30 Aug 2019 10:45:37 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 41DE221897 for ; Fri, 30 Aug 2019 10:45:37 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="W+x1CUJ3" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 41DE221897 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=9QkJ7o4dSSPsBh7wWfOCaPIlHClZ5grHoHQIJF0hplQ=; b=W+x1CUJ3ifH0nn oMW6fuYjoun+dWstLalJ4GzncafwtU+goqOypOw+aOsj4BBCZI6PkICTHZlc03Bl4kNTatrEnYHC9 V2/Y2wj42/RuZFhwZBKouypVjragL7VOJIn8G5V4OMkmjLDvpodgx5wnmVw92+mBJKm8+vagsCSDu otlFmdzaJQ+InFMatKPKoDUYQknd9FXomTDBHla7XxMMxbh00IbhLQPKDlNSiWmkrjGapytwBkfUl e00JBPZcQ40Z3wTmELnnShOmsXJESPO8J4kK16CW6UrKUVdDaslBK3sALb9onfQ5GTwX/Wz70xnFQ f+0aXbAAXm8Rz0ajHNaw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1i3ePL-0002fh-S6; Fri, 30 Aug 2019 10:45:31 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1i3ePI-0002eR-U9 for linux-arm-kernel@lists.infradead.org; Fri, 30 Aug 2019 10:45:30 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id E3951344; Fri, 30 Aug 2019 03:45:25 -0700 (PDT) Received: from localhost.localdomain (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id D384E3F718; Fri, 30 Aug 2019 03:45:24 -0700 (PDT) From: Guillaume Gardet To: linux-samsung-soc@vger.kernel.org Subject: [PATCH V3 1/5] dt-bindings: gpu: mali-midgard: Add samsung exynos5250 compatible Date: Fri, 30 Aug 2019 12:44:58 +0200 Message-Id: <20190830104502.7128-2-guillaume.gardet@arm.com> X-Mailer: git-send-email 2.22.1 In-Reply-To: <20190830104502.7128-1-guillaume.gardet@arm.com> References: <20190725083433.6505-1-guillaume.gardet@arm.com> <20190830104502.7128-1-guillaume.gardet@arm.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190830_034529_019510_9B11129C X-CRM114-Status: UNSURE ( 9.37 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.2 on bombadil.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Marek Szyprowski , Kukjin Kim , linux-arm-kernel@lists.infradead.org, Krzysztof Kozlowski , Guillaume Gardet Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Add "samsung,exynos5250-mali" binding. Signed-off-by: Guillaume Gardet Cc: Kukjin Kim Cc: Krzysztof Kozlowski Cc: Marek Szyprowski Cc: linux-arm-kernel@lists.infradead.org --- V3 changes: * add dt-bindings before node in device tree V2 changes: * new file Documentation/devicetree/bindings/gpu/arm,mali-midgard.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-midgard.txt b/Documentation/devicetree/bindings/gpu/arm,mali-midgard.txt index 9b298edec5b2..bdd1396d9cc3 100644 --- a/Documentation/devicetree/bindings/gpu/arm,mali-midgard.txt +++ b/Documentation/devicetree/bindings/gpu/arm,mali-midgard.txt @@ -17,6 +17,7 @@ Required properties: * which must be preceded by one of the following vendor specifics: + "allwinner,sun50i-h6-mali" + "amlogic,meson-gxm-mali" + + "samsung,exynos5250-mali" + "samsung,exynos5433-mali" + "rockchip,rk3288-mali" + "rockchip,rk3399-mali"