Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp1331596pxb; Thu, 4 Feb 2021 10:10:31 -0800 (PST) X-Google-Smtp-Source: ABdhPJzrQHvLA+LSj9Ar4bSM67M7blguEuTC/tpJlr5fg6S+F125Nh3RqkgAuRfePuqN9FNBHTeM X-Received: by 2002:a50:fc06:: with SMTP id i6mr253005edr.20.1612462230868; Thu, 04 Feb 2021 10:10:30 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612462230; cv=none; d=google.com; s=arc-20160816; b=ZvomHGk2j+L7VtJpESQNuvL5fmGZ/5PiseyGZOST9BfniSNinKz+MEW03AqnRD5ype fLd+6Sj1g25yzPUPt1BScVbhL5EgfIAEOKiBgc6lSCneoWnu/csCZb0lWPat/eS86GAI YaIttC52u/2EZ2ZXDj5qIxzYRwNe0kJgLKppsF84/To3Q//9CLMp8E/C9xToH8vOr4lN lAfTqZmHutX2t+RluqFz8yLncbzkZsWvVVI0emCtUP6wkY6zY0ZSim0mqNV+ktg+Af/H yatBX3EuM4vdANZeJrn/W8CD9Jx8bEGFqalkdb+V/aHyaZ+CLGZ+MErxOK7K7kDsE3k1 Xgtg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=8BuuWiclkfEX1Ct3nRHmhU86xwKboAkyUZHTRSk0S+0=; b=VGhImDVM082B2jDOyZsekYqobsZB4rJVHh+Ubgp3hLwdjhiOQhTTsIdxQ+RVjL+24Z JRuOHGDzJLWxNIcA3BWEIiuWmEuf874g3TlX3WvWZrcYvkM5G8tGo6v8Twbqkp9vUZ+V GzrPlMZ0uAx9GIM/TmfDGU84TpUuiYK08LQwintCyDb6B/EvRWjiN1NThuU7gz19XR7y am2DGk97Bt/urRjq1aJKce0Eq+GEZKw1Wv4td1QN45hmjefdzrG4rBtEH/p3WaP25YJ5 NM20mpzQoMLrxJwFMxHOWbW2+QtiYHaDrg+jUHjaiXXJv1j4qYTrtB5Pwa7fS4sc9Keq GmYA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d7si3591739edo.283.2021.02.04.10.10.04; Thu, 04 Feb 2021 10:10:30 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238687AbhBDSIC (ORCPT + 99 others); Thu, 4 Feb 2021 13:08:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43854 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238848AbhBDSDp (ORCPT ); Thu, 4 Feb 2021 13:03:45 -0500 Received: from michel.telenet-ops.be (michel.telenet-ops.be [IPv6:2a02:1800:110:4::f00:18]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 88E7FC061222 for ; Thu, 4 Feb 2021 10:02:36 -0800 (PST) Received: from ramsan.of.borg ([84.195.186.194]) by michel.telenet-ops.be with bizsmtp id R62b240044C55Sk0662bzf; Thu, 04 Feb 2021 19:02:35 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1l7im7-003Fgj-Hx; Thu, 04 Feb 2021 18:50:39 +0100 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1l7eAi-006uBx-2W; Thu, 04 Feb 2021 13:55:44 +0100 From: Geert Uytterhoeven To: Rob Herring Cc: Magnus Damm , devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] dt-bindings: power: renesas,apmu: Group tuples in cpus properties Date: Thu, 4 Feb 2021 13:55:42 +0100 Message-Id: <20210204125542.1645925-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org To improve human readability and enable automatic validation, the tuples in "cpus" properties in device nodes for Advanced Power Management Units for AP-System Core (APMU) should be grouped using angle brackets. Signed-off-by: Geert Uytterhoeven --- Documentation/devicetree/bindings/power/renesas,apmu.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/power/renesas,apmu.yaml b/Documentation/devicetree/bindings/power/renesas,apmu.yaml index 60a23b3beb40c3c8..391897d897f241c9 100644 --- a/Documentation/devicetree/bindings/power/renesas,apmu.yaml +++ b/Documentation/devicetree/bindings/power/renesas,apmu.yaml @@ -52,5 +52,5 @@ examples: apmu@e6152000 { compatible = "renesas,r8a7791-apmu", "renesas,apmu"; reg = <0xe6152000 0x188>; - cpus = <&cpu0 &cpu1>; + cpus = <&cpu0>, <&cpu1>; }; -- 2.25.1