From patchwork Mon Mar 30 09:22:18 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 1263835 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=socionext.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=nifty.com header.i=@nifty.com header.a=rsa-sha256 header.s=dec2015msa header.b=dR/P67Xq; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 48rRnw12mmz9sPR for ; Mon, 30 Mar 2020 20:23:00 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727975AbgC3JW7 (ORCPT ); Mon, 30 Mar 2020 05:22:59 -0400 Received: from conuserg-08.nifty.com ([210.131.2.75]:64554 "EHLO conuserg-08.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727874AbgC3JW7 (ORCPT ); Mon, 30 Mar 2020 05:22:59 -0400 Received: from localhost.localdomain (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-08.nifty.com with ESMTP id 02U9MRYO004012; Mon, 30 Mar 2020 18:22:27 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-08.nifty.com 02U9MRYO004012 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1585560147; bh=jub3TGqtGTkZnD38uTgdfqYya/SwA1lK8vt+6CKyAds=; h=From:To:Cc:Subject:Date:From; b=dR/P67Xq4lgIqq9JQjyY8WPrAMVXn0rwdrH9bH+/l6CHnhY/bS9VG1dwiApdpqrDF ILRWFya0YyQsh9xf7mOowuFBMobI0Fz+O1Ixb7CYsh5yCjZxf+gANrjSdHBLX9tAIK Mv5lli9eyUI9otBTv0hyKnK9ntewQSvjhHDB77PhVD/e1cvrnrOMt3FZnEQ3PrJbxx caEEeYrXDWC+XsHAEfYxowuuhbWCyEEnM4iwS6WTGuw6cxPtuM1FBygPpkcN2uhwG9 DPdEn02ZeDbzhM0m9wltfzKXyLk94tS2ja1vGq2zWpxNwp3C7Msmam9a6bL6AR5wZB 59SMie8IQBEYQ== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: devicetree@vger.kernel.org, Rob Herring Cc: Masahiro Yamada , Mark Rutland , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] dt-bindings: uniphier-system-bus: fix warning in the example Date: Mon, 30 Mar 2020 18:22:18 +0900 Message-Id: <20200330092218.28967-1-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.17.1 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Fix the following warning from 'make dt_binding_check'. Warning (unit_address_vs_reg): /example-0/system-bus: node has a reg or ranges property, but no unit name Signed-off-by: Masahiro Yamada --- .../devicetree/bindings/bus/socionext,uniphier-system-bus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/bus/socionext,uniphier-system-bus.yaml b/Documentation/devicetree/bindings/bus/socionext,uniphier-system-bus.yaml index ff9600d6de3b..c4c9119e4a20 100644 --- a/Documentation/devicetree/bindings/bus/socionext,uniphier-system-bus.yaml +++ b/Documentation/devicetree/bindings/bus/socionext,uniphier-system-bus.yaml @@ -72,7 +72,7 @@ examples: // - the UART device is connected at the offset 0x00200000 of CS5 and // mapped to 0x46200000 of the parent bus. - system-bus { + system-bus@58c00000 { compatible = "socionext,uniphier-system-bus"; reg = <0x58c00000 0x400>; #address-cells = <2>;