From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BA989C43461 for ; Mon, 14 Sep 2020 20:51:22 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 7DE6120E65 for ; Mon, 14 Sep 2020 20:51:22 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7DE6120E65 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 024256E59F; Mon, 14 Sep 2020 20:51:22 +0000 (UTC) Received: from mail-io1-f66.google.com (mail-io1-f66.google.com [209.85.166.66]) by gabe.freedesktop.org (Postfix) with ESMTPS id B60566E59F for ; Mon, 14 Sep 2020 20:51:20 +0000 (UTC) Received: by mail-io1-f66.google.com with SMTP id g128so1602357iof.11 for ; Mon, 14 Sep 2020 13:51:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=q5BuFwXqgWUyM2oW2u+tt0CE/M323vwAM6Qm21hju84=; b=I8EoER/t0D8rH9I53VL/0sWLQGhAUn4gifB4S+aqKm0tP4kC1j6rBG45Kia1lAptg6 M/IxPsApCxdvVEPMiDQl/y0tsQakQ1icSUy7tcRFL6+fnV29UP+3NxYrsTp5eGy4Aou5 dIJePx9icPIdu7pDMxwMRt89S8hrVSQYftlehdbw0Q7sCAmVpqqB9xf5+1IKL3sOVOsm Q2owRTe5hS7mZNyM3TSg/wDy0yPkr+Vit/zZYp7XSDquZOskGAtDwVLB9cZVaqznBPwU IjHvEzCYN4go70E3aMQFwutGDAzmhRh3UoxJjYN9CVA6f1pGZ2a07J/Aq4onYtfekHly UeqA== X-Gm-Message-State: AOAM53353JWk8r3UPTtcNZo4Xf4Pe1oTF6HjIePVaDwjmZPIbmv5oHZ5 z/gtjMyKJajatBdEqJkS6w== X-Google-Smtp-Source: ABdhPJxE2UxbjL3QpfM0FOA4k43+/+Tgm72pSVHJj60Dn1909MAmkzZSXMCLRYo9mu9sX4x7/Aw5ZQ== X-Received: by 2002:a05:6638:1381:: with SMTP id w1mr15242941jad.34.1600116680100; Mon, 14 Sep 2020 13:51:20 -0700 (PDT) Received: from xps15 ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id r17sm7702364ilj.72.2020.09.14.13.51.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Sep 2020 13:51:19 -0700 (PDT) Received: (nullmailer pid 223842 invoked by uid 1000); Mon, 14 Sep 2020 20:51:17 -0000 Date: Mon, 14 Sep 2020 14:51:17 -0600 From: Rob Herring To: Krzysztof Kozlowski Subject: Re: [PATCH v2 1/6] dt-bindings: gpu: arm, mali-midgard: Add missing properties Message-ID: <20200914205117.GA223785@bogus> References: <20200903191438.12781-1-krzk@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200903191438.12781-1-krzk@kernel.org> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org, David Airlie , linux-kernel@vger.kernel.org, Rob Herring , dri-devel@lists.freedesktop.org, Kukjin Kim , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, 03 Sep 2020 21:14:33 +0200, Krzysztof Kozlowski wrote: > Add common properties appearing in DTSes (opp-table) to fix dtbs_check > warnings like: > > arch/arm64/boot/dts/exynos/exynos5433-tm2.dt.yaml: gpu@14ac0000: > 'opp-table' does not match any of the regexes: 'pinctrl-[0-9]+' > > Signed-off-by: Krzysztof Kozlowski > > --- > > Changes since v1: > 1. Add properties instead of using unevaluated > --- > Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml | 1 + > 1 file changed, 1 insertion(+) > Applied, thanks! _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel