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=-9.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, 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 70C0DCA9EA0 for ; Fri, 25 Oct 2019 12:45:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 50D7421D7F for ; Fri, 25 Oct 2019 12:45:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727890AbfJYMpc (ORCPT ); Fri, 25 Oct 2019 08:45:32 -0400 Received: from laurent.telenet-ops.be ([195.130.137.89]:58304 "EHLO laurent.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2407310AbfJYMpc (ORCPT ); Fri, 25 Oct 2019 08:45:32 -0400 Received: from ramsan ([84.195.182.253]) by laurent.telenet-ops.be with bizsmtp id HolW2100M5USYZQ01olWbQ; Fri, 25 Oct 2019 14:45:30 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1iNyyA-0004Y4-Jx; Fri, 25 Oct 2019 14:45:30 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1iNyyA-0004eI-Hm; Fri, 25 Oct 2019 14:45:30 +0200 From: Geert Uytterhoeven To: Rob Herring , Stephen Boyd Cc: devicetree-spec@vger.kernel.org, devicetree@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH devicetree-specification] Nexus: Fix double "one" Date: Fri, 25 Oct 2019 14:45:29 +0200 Message-Id: <20191025124529.17829-1-geert+renesas@glider.be> 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 The first "one" should be "on". Fixes: 32c96cd64dd24e34 ("Document nexus nodes/specifier remapping") Signed-off-by: Geert Uytterhoeven --- source/devicetree-basics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/devicetree-basics.rst b/source/devicetree-basics.rst index b91b048ff685bf22..65fed30bcda7b440 100644 --- a/source/devicetree-basics.rst +++ b/source/devicetree-basics.rst @@ -1407,7 +1407,7 @@ Specifier Mapping Example The following shows the representation of a fragment of a devicetree with two GPIO controllers and a sample specifier map for describing the GPIO routing of a few gpios on both of the controllers through a connector -on a board to a device. The expansion device node is one one side of the +on a board to a device. The expansion device node is on one side of the connector node and the SoC with the two GPIO controllers is on the other side of the connector. -- 2.17.1