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 60AD6C2BB84 for ; Fri, 4 Sep 2020 14:53:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1F25E20770 for ; Fri, 4 Sep 2020 14:53:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599231238; bh=hZGsIMRHkdPzXNT/RmVa15o3xjZybC5hUYWFtM6qSbE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=yfya83E7jBdxuOEEyquxxWRf30J54ZR+W1pw5wBPHcayugtDR30RP8dafVjQF8MiW hdclxY6ITLwSQATCC7rLzHuFX+L2ngBxcVyep1i79a9rJ2XBWvsOjvMgvIPKECD8Sm XzeYKF15AsH0xcfR1NetDvrB47XO35I8+HqEF30o= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730625AbgIDOx5 (ORCPT ); Fri, 4 Sep 2020 10:53:57 -0400 Received: from mail.kernel.org ([198.145.29.99]:48324 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730589AbgIDOxv (ORCPT ); Fri, 4 Sep 2020 10:53:51 -0400 Received: from kozik-lap.mshome.net (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 D529720722; Fri, 4 Sep 2020 14:53:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599231231; bh=hZGsIMRHkdPzXNT/RmVa15o3xjZybC5hUYWFtM6qSbE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=mUCQELnMkTTQRFN+egZB5etIM9dt917pSa8i0aGmzymV0SP3GvgWaNONqMgpgNaeG rjlaRwlc8ka307F0do1PK9PgFKzgHKesR/Yl9R0WRguCvjavLODbga5ggdKSQo/nHf xa1AgGpF07wtepJMR7V2Oz/AoYh1HlRHZ+DUrAGg= From: Krzysztof Kozlowski To: Rob Herring , David Airlie , Daniel Vetter , Lucas Stach , Russell King , Christian Gmeiner , Lee Jones , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Sam Ravnborg , Li Yang , Robert Chiras , Matti Vaittinen , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, etnaviv@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org Cc: Krzysztof Kozlowski Subject: [PATCH 05/13] dt-bindings: gpu: vivante,gc: Remove trailing whitespace Date: Fri, 4 Sep 2020 16:53:04 +0200 Message-Id: <20200904145312.10960-6-krzk@kernel.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200904145312.10960-1-krzk@kernel.org> References: <20200904145312.10960-1-krzk@kernel.org> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Remove whitespace at the end of line. Signed-off-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/gpu/vivante,gc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/gpu/vivante,gc.yaml b/Documentation/devicetree/bindings/gpu/vivante,gc.yaml index 67b71cad7b3b..3ed172629974 100644 --- a/Documentation/devicetree/bindings/gpu/vivante,gc.yaml +++ b/Documentation/devicetree/bindings/gpu/vivante,gc.yaml @@ -33,7 +33,7 @@ properties: - description: AXI/master interface clock - description: GPU core clock - description: Shader clock (only required if GPU has feature PIPE_3D) - - description: AHB/slave interface clock (only required if GPU can gate + - description: AHB/slave interface clock (only required if GPU can gate slave interface independently) minItems: 1 maxItems: 4 -- 2.17.1