From patchwork Wed Dec 9 11:51:41 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lukasz Luba X-Patchwork-Id: 1413368 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=arm.com Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4Crb5s4Q46z9sWC for ; Wed, 9 Dec 2020 22:53:01 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730684AbgLILwp (ORCPT ); Wed, 9 Dec 2020 06:52:45 -0500 Received: from foss.arm.com ([217.140.110.172]:33448 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729988AbgLILwp (ORCPT ); Wed, 9 Dec 2020 06:52:45 -0500 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 36DE231B; Wed, 9 Dec 2020 03:52:00 -0800 (PST) Received: from e123648.arm.com (unknown [10.57.24.55]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 2918A3F718; Wed, 9 Dec 2020 03:51:57 -0800 (PST) From: Lukasz Luba To: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org Cc: lukasz.luba@arm.com, robh@kernel.org, airlied@linux.ie, daniel@ffwll.ch Subject: [PATCH 0/2] Add DT bindings with dynamic-power-coefficient for Mali GPUs Date: Wed, 9 Dec 2020 11:51:41 +0000 Message-Id: <20201209115143.15321-1-lukasz.luba@arm.com> X-Mailer: git-send-email 2.17.1 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi all, The patch set aims to add a new property dynamic-power-coefficient to Mali GPU DT bindings. This property is known from CPUs and they are both aligned. It is used for Energy Model registration. Regards, Lukasz Luba Lukasz Luba (2): dt-bindings: mali-midgard: Add dynamic-power-coefficient dt-bindings: mali-bifrost: Add dynamic-power-coefficient .../bindings/gpu/arm,mali-bifrost.yaml | 17 +++++++++++++++++ .../bindings/gpu/arm,mali-midgard.yaml | 17 +++++++++++++++++ 2 files changed, 34 insertions(+)