From patchwork Wed Dec 7 05:53:56 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kunihiko Hayashi X-Patchwork-Id: 30636 Return-Path: Delivered-To: ouuuleilei@gmail.com Received: by 2002:adf:f944:0:0:0:0:0 with SMTP id q4csp1402wrr; Tue, 6 Dec 2022 21:55:44 -0800 (PST) X-Google-Smtp-Source: AA0mqf7l5fqIDcy/xWwaOma3+2niMzrCP8h2mYgEF3TRXh9OG5Tb/qtNLhpMPwO051RdGFopa30U X-Received: by 2002:aa7:d80d:0:b0:46b:7645:86a9 with SMTP id v13-20020aa7d80d000000b0046b764586a9mr31444632edq.311.1670392544462; Tue, 06 Dec 2022 21:55:44 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1670392544; cv=none; d=google.com; s=arc-20160816; b=OuLaxVhIm0hGDe7nXvNyTRy/X8z87GRDDUnluDm7zHS0Mx+YeimiZQ9sVcIHSoRRea 3lRbl9z4Vk8ziXLiWkmbDDEEFokheLrFmubTdFEcO3zCOpdDtqCPAMGZ/TKcw12mzqMt ABrfiA0FgJY1WZ3ZXu6Yo/B3O5H/AFOeUZjN9AC25x0NH/NUnb7aOVWytyzayYpBUBur nCQIjRd/yfFJlCH08lHlNXjoMCi2DW0B632ovzCbmu3ojbFBlCZcJxqP3OYN3TpvBBNz 8bWGsefTZDmIFSWJUJ4UdzUONXuTRp23SSFpLZzsv63WJT5Zunbgpymi0lXYI/iuRwCy ay6Q== 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 :references:in-reply-to:message-id:date:subject:cc:to:from; bh=cjXyN3d3TTXzdtYKSbfm2PJuRCcG/3RWo6+FjP+YrVE=; b=nPc1j0TfpYowYZorNYETHQQ5q7pskJvvwuDo17I5iXGzaA1eJx6dk269+ycLEwR1Il FUA2eOIrdjB8TL22uZMAOioE5h1WnadCSqzoF8RIqPp/wXLdZyHGmwxgbsAWnpfHuybg isSSY5dabLn2xLJkxxRYuK41ikm0simeAvZfazy+hwtf+a5LrcWKicg4THapKR4P5guh OnOGieH49rvfBLhgrcnkJvrsNjrD0MI7j2iQDDUhtkwra3J5fRrpPRs2W/ognq/LXZpN TI/U92+E6Wej8s2Y/XoAE8IqVfZRNpo36M9t5guXWnNRcvcyAAj7ebSVd3FVIKxXNtQY Pyzg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id r5-20020aa7c145000000b00468468cd389si3192320edp.205.2022.12.06.21.55.20; Tue, 06 Dec 2022 21:55:44 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229732AbiLGFyy (ORCPT + 99 others); Wed, 7 Dec 2022 00:54:54 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36544 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229699AbiLGFyf (ORCPT ); Wed, 7 Dec 2022 00:54:35 -0500 Received: from mx.socionext.com (mx.socionext.com [202.248.49.38]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 2ABAC58BD5; Tue, 6 Dec 2022 21:54:32 -0800 (PST) Received: from unknown (HELO iyokan2-ex.css.socionext.com) ([172.31.9.54]) by mx.socionext.com with ESMTP; 07 Dec 2022 14:54:31 +0900 Received: from mail.mfilter.local (m-filter-1 [10.213.24.61]) by iyokan2-ex.css.socionext.com (Postfix) with ESMTP id 7BB222058B4F; Wed, 7 Dec 2022 14:54:31 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Wed, 7 Dec 2022 14:54:31 +0900 Received: from plum.e01.socionext.com (unknown [10.212.243.119]) by kinkan2.css.socionext.com (Postfix) with ESMTP id DDC301DA6; Wed, 7 Dec 2022 14:54:30 +0900 (JST) From: Kunihiko Hayashi To: Rob Herring , Krzysztof Kozlowski Cc: Masami Hiramatsu , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Kunihiko Hayashi Subject: [PATCH v2 07/16] dt-bindings: nvmem: Fix node descriptions in uniphier-efuse example Date: Wed, 7 Dec 2022 14:53:56 +0900 Message-Id: <20221207055405.30940-8-hayashi.kunihiko@socionext.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221207055405.30940-1-hayashi.kunihiko@socionext.com> References: <20221207055405.30940-1-hayashi.kunihiko@socionext.com> MIME-Version: 1.0 X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org X-getmail-retrieved-from-mailbox: =?utf-8?q?INBOX?= X-GMAIL-THRID: =?utf-8?q?1751533532857805965?= X-GMAIL-MSGID: =?utf-8?q?1751533532857805965?= Prior to adding dt-bindings for SoC-dependent controllers, rename the parent node to the generic name in the example. And also add missing compatibles and reg property for the parent nodes. Signed-off-by: Kunihiko Hayashi --- .../devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml b/Documentation/devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml index 2578e39deda9..33ba78083b38 100644 --- a/Documentation/devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml +++ b/Documentation/devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml @@ -33,8 +33,10 @@ examples: - | // The UniPhier eFuse should be a subnode of a "soc-glue" node. - soc-glue@5f900000 { - compatible = "simple-mfd"; + syscon@5f900000 { + compatible = "socionext,uniphier-ld20-soc-glue-debug", + "simple-mfd", "syscon"; + reg = <0x5f900000 0x2000>; #address-cells = <1>; #size-cells = <1>; ranges = <0x0 0x5f900000 0x2000>;