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=-13.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham 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 7D53DC2BC0E for ; Thu, 3 Sep 2020 19:14:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6366920E65 for ; Thu, 3 Sep 2020 19:14:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599160497; bh=5wEJhG2qmYzHCfFTECenuZ9F/HtYOo5DQI6qyiDLdrE=; h=From:To:Subject:Date:In-Reply-To:References:List-ID:From; b=Y4BSQBZEcXP6I/W812mOPGbN9mdrnuNckaeDROzWMqYmZqc7tbP7cUpmdrDEh553d 7r4vvsON7i8SZ9/z8VypvR6hTGDdGyG5M2veJa85ESIiJmPz9yaXdO5C542CsUag6H nft28+0tthV5denmUz/43z+nb0pCFMdSPMARtM6Q= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729357AbgICTO4 (ORCPT ); Thu, 3 Sep 2020 15:14:56 -0400 Received: from mail.kernel.org ([198.145.29.99]:35900 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729309AbgICTOy (ORCPT ); Thu, 3 Sep 2020 15:14:54 -0400 Received: from localhost.localdomain (unknown [194.230.155.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5334320DD4; Thu, 3 Sep 2020 19:14:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599160494; bh=5wEJhG2qmYzHCfFTECenuZ9F/HtYOo5DQI6qyiDLdrE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=2FC8aimwkuS5Ij29DocsCjkGFX8YLW5sNerkU/tTLZUNN1YWCZoIqD7qV2OsuBL0c 2mVDDSB0VtORO6hzQuBoCvWDF9Gm4xPzaigkWrZyG/SsaQFVZwCx+K0dBnshRkEHgO Nl8mejAC2BVFBo/OVwsbHUgAZMJRTwbTt9tTFksU= From: Krzysztof Kozlowski To: David Airlie , Daniel Vetter , Rob Herring , Kukjin Kim , Krzysztof Kozlowski , Maxime Ripard , Heiko Stuebner , Inki Dae , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org Subject: [PATCH v2 4/6] dt-bindings: gpu: samsung-rotator: Add missing properties Date: Thu, 3 Sep 2020 21:14:36 +0200 Message-Id: <20200903191438.12781-4-krzk@kernel.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200903191438.12781-1-krzk@kernel.org> References: <20200903191438.12781-1-krzk@kernel.org> Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org Add common properties appearing in DTSes (iommus, power-domains) to fix dtbs_check warnings like: arch/arm/boot/dts/exynos4210-i9100.dt.yaml: rotator@12810000: 'iommus', 'power-domains' do 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/samsung-rotator.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/gpu/samsung-rotator.yaml b/Documentation/devicetree/bindings/gpu/samsung-rotator.yaml index 665c6e3b31d3..f480174fe0d3 100644 --- a/Documentation/devicetree/bindings/gpu/samsung-rotator.yaml +++ b/Documentation/devicetree/bindings/gpu/samsung-rotator.yaml @@ -22,6 +22,9 @@ properties: interrupts: maxItems: 1 + iommus: true + power-domains: true + clocks: maxItems: 1 -- 2.17.1 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=-13.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham 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 64CE6C433E9 for ; Thu, 3 Sep 2020 19:16:23 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 39AC62083B for ; Thu, 3 Sep 2020 19:16:23 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="XE7Qn3A8"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="2FC8aimw" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 39AC62083B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:MIME-Version:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:References:In-Reply-To:Message-Id:Date:Subject:To: From:Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=n/8WZC6KgJvQDZ+qE9PU5ejVGOWemhx3C3ZyohVajkQ=; b=XE7Qn3A8wauxVeJc9VVSrqo6Gs i57vyy5+1Wl4iVeN5mEn5B3O2TmuzJqQEUwi3RMFCXBgHGu1LtZM7hFmBndteg7047ryTfeErMgJ7 GtwurCjzZzW83r7zLYoDYz/hgOSJNMOJ+o1O8IlfY3sEn27zSeVjPUHSZCcfYuXaijI52baK5e7KE uoxALu1GvCdVLderLk3NpaVZxfIZvEZBnFRQ3h77pVHw/6qpC8ci0G94QI+2S3O/xw4CjMSQCfN8Q fUsZoV1kZXdFFGN6BOjTOAWkbFkkmkg0rl02Kqv6B5Krrm3OwnfCcHQ/BPppJJ9lP7iQwhIdZq0zu 5xmMR/MA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kDuhQ-0005A8-W5; Thu, 03 Sep 2020 19:15:09 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kDuhD-00052w-48 for linux-arm-kernel@lists.infradead.org; Thu, 03 Sep 2020 19:14:56 +0000 Received: from localhost.localdomain (unknown [194.230.155.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5334320DD4; Thu, 3 Sep 2020 19:14:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599160494; bh=5wEJhG2qmYzHCfFTECenuZ9F/HtYOo5DQI6qyiDLdrE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=2FC8aimwkuS5Ij29DocsCjkGFX8YLW5sNerkU/tTLZUNN1YWCZoIqD7qV2OsuBL0c 2mVDDSB0VtORO6hzQuBoCvWDF9Gm4xPzaigkWrZyG/SsaQFVZwCx+K0dBnshRkEHgO Nl8mejAC2BVFBo/OVwsbHUgAZMJRTwbTt9tTFksU= From: Krzysztof Kozlowski To: David Airlie , Daniel Vetter , Rob Herring , Kukjin Kim , Krzysztof Kozlowski , Maxime Ripard , Heiko Stuebner , Inki Dae , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org Subject: [PATCH v2 4/6] dt-bindings: gpu: samsung-rotator: Add missing properties Date: Thu, 3 Sep 2020 21:14:36 +0200 Message-Id: <20200903191438.12781-4-krzk@kernel.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200903191438.12781-1-krzk@kernel.org> References: <20200903191438.12781-1-krzk@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200903_151455_302102_0088911E X-CRM114-Status: GOOD ( 15.46 ) 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: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Add common properties appearing in DTSes (iommus, power-domains) to fix dtbs_check warnings like: arch/arm/boot/dts/exynos4210-i9100.dt.yaml: rotator@12810000: 'iommus', 'power-domains' do 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/samsung-rotator.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/gpu/samsung-rotator.yaml b/Documentation/devicetree/bindings/gpu/samsung-rotator.yaml index 665c6e3b31d3..f480174fe0d3 100644 --- a/Documentation/devicetree/bindings/gpu/samsung-rotator.yaml +++ b/Documentation/devicetree/bindings/gpu/samsung-rotator.yaml @@ -22,6 +22,9 @@ properties: interrupts: maxItems: 1 + iommus: true + power-domains: true + clocks: maxItems: 1 -- 2.17.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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=-12.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham 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 4009AC2BBDB for ; Thu, 3 Sep 2020 19:14:56 +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 1E46F2100A for ; Thu, 3 Sep 2020 19:14:56 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="2FC8aimw" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1E46F2100A 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 75C006E20E; Thu, 3 Sep 2020 19:14:55 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7609D6E20E for ; Thu, 3 Sep 2020 19:14:54 +0000 (UTC) Received: from localhost.localdomain (unknown [194.230.155.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5334320DD4; Thu, 3 Sep 2020 19:14:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599160494; bh=5wEJhG2qmYzHCfFTECenuZ9F/HtYOo5DQI6qyiDLdrE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=2FC8aimwkuS5Ij29DocsCjkGFX8YLW5sNerkU/tTLZUNN1YWCZoIqD7qV2OsuBL0c 2mVDDSB0VtORO6hzQuBoCvWDF9Gm4xPzaigkWrZyG/SsaQFVZwCx+K0dBnshRkEHgO Nl8mejAC2BVFBo/OVwsbHUgAZMJRTwbTt9tTFksU= From: Krzysztof Kozlowski To: David Airlie , Daniel Vetter , Rob Herring , Kukjin Kim , Krzysztof Kozlowski , Maxime Ripard , Heiko Stuebner , Inki Dae , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org Subject: [PATCH v2 4/6] dt-bindings: gpu: samsung-rotator: Add missing properties Date: Thu, 3 Sep 2020 21:14:36 +0200 Message-Id: <20200903191438.12781-4-krzk@kernel.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200903191438.12781-1-krzk@kernel.org> References: <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: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Add common properties appearing in DTSes (iommus, power-domains) to fix dtbs_check warnings like: arch/arm/boot/dts/exynos4210-i9100.dt.yaml: rotator@12810000: 'iommus', 'power-domains' do 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/samsung-rotator.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/gpu/samsung-rotator.yaml b/Documentation/devicetree/bindings/gpu/samsung-rotator.yaml index 665c6e3b31d3..f480174fe0d3 100644 --- a/Documentation/devicetree/bindings/gpu/samsung-rotator.yaml +++ b/Documentation/devicetree/bindings/gpu/samsung-rotator.yaml @@ -22,6 +22,9 @@ properties: interrupts: maxItems: 1 + iommus: true + power-domains: true + clocks: maxItems: 1 -- 2.17.1 _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel