From patchwork Thu Feb 9 01:43:40 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kunihiko Hayashi X-Patchwork-Id: 54664 Return-Path: Delivered-To: ouuuleilei@gmail.com Received: by 2002:adf:eb09:0:0:0:0:0 with SMTP id s9csp63167wrn; Wed, 8 Feb 2023 17:50:58 -0800 (PST) X-Google-Smtp-Source: AK7set8GcAYkFsaY7jMNbVTruDMzL9UVkYN0KXAQrIkWbuePJpiJMIGe0ZmS9ZB/EOhq8cbobpJn X-Received: by 2002:a05:6a20:7f8e:b0:bb:c590:8db1 with SMTP id d14-20020a056a207f8e00b000bbc5908db1mr10432751pzj.0.1675907458233; Wed, 08 Feb 2023 17:50:58 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1675907458; cv=none; d=google.com; s=arc-20160816; b=nCFpftCGCUXB/s+OH11bGimWRu/2hlGqvxQf7V5b7cHvKQWrB7TuxMTdvI6Ffz8yJv F49l94nqAQ+gB3hdZABOa7o6Vb2+0RwkQjqza96ii32uHYos5oWb31Pxmtptvok9Qr/l oNp+rG8smVpx4UNW2sSDasIbnz6FOG+gAqqogYCz4ING9Y7lA70NFfonIcLPA8Ic3nWn Nghhd2jLIZqMdcKF2yrwjXunxfei9EgGBAGSmF0BR/spwLpaLRXa8joAWJmkwEaZnLpj VF8t9TvzFyhilvkXhMbBHKALzv8N4pBzqRtXwHCE7c7M824bqhlWALyb7es9ytR0pHZS /myA== 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=kwXUjvlYf2GqbJWLoc9DegBcHlVHu+Hh7qLN47oSORA=; b=Z15TMppDo9F9tF5aIDz7N/J+/1CXeqb8MD48DfO5Kg22qW6OABk4e80kVEywuQeeji MQE803NqkszUP90lWr0080ZSKnaoJWx0Za+JRv/3S77QBWKAmYXbAgb475j/o/TvR+fL LFWHsur9P2UIB9XanVAVOIByyZ8Cxlz+IOuXsjmVvNsR2MTsVBd2IEyjf9vsKab5q0dH icqDxq1zklWBBqP8N5so4qNMD2IzeB/68/q50Ot1j1TtCLQJe1WSqP3AJ5iJIOcT24Fy FBlvNA58ECPk4DX/348NPR4ydsK1EJtj2kk+5CDSp91z3HIohUevFZv0bII7RKayeRlL 4x8A== 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 s7-20020a63af47000000b004fb3e3f4c00si419970pgo.512.2023.02.08.17.50.45; Wed, 08 Feb 2023 17:50:58 -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 S230502AbjBIBnp (ORCPT + 99 others); Wed, 8 Feb 2023 20:43:45 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34932 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229848AbjBIBno (ORCPT ); Wed, 8 Feb 2023 20:43:44 -0500 Received: from mx.socionext.com (mx.socionext.com [202.248.49.38]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 07DA3DBCD; Wed, 8 Feb 2023 17:43:42 -0800 (PST) Received: from unknown (HELO iyokan2-ex.css.socionext.com) ([172.31.9.54]) by mx.socionext.com with ESMTP; 09 Feb 2023 10:43:42 +0900 Received: from mail.mfilter.local (m-filter-1 [10.213.24.61]) by iyokan2-ex.css.socionext.com (Postfix) with ESMTP id 726EB2058B4F; Thu, 9 Feb 2023 10:43:42 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Thu, 9 Feb 2023 10:43:53 +0900 Received: from plum.e01.socionext.com (unknown [10.212.243.119]) by kinkan2.css.socionext.com (Postfix) with ESMTP id AD7F73D57; Thu, 9 Feb 2023 10:43:41 +0900 (JST) From: Kunihiko Hayashi To: Wolfram Sang , Rob Herring , Krzysztof Kozlowski , Masami Hiramatsu Cc: linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Kunihiko Hayashi Subject: [PATCH] dt-bindings: i2c: uniphier: Add resets property Date: Thu, 9 Feb 2023 10:43:40 +0900 Message-Id: <20230209014340.17979-1-hayashi.kunihiko@socionext.com> X-Mailer: git-send-email 2.25.1 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?1757316338818547076?= X-GMAIL-MSGID: =?utf-8?q?1757316338818547076?= UniPhier I2C controller allows reset control support. Add resets property to the controller as optional. Signed-off-by: Kunihiko Hayashi Acked-by: Krzysztof Kozlowski --- .../devicetree/bindings/i2c/socionext,uniphier-fi2c.yaml | 3 +++ .../devicetree/bindings/i2c/socionext,uniphier-i2c.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/i2c/socionext,uniphier-fi2c.yaml b/Documentation/devicetree/bindings/i2c/socionext,uniphier-fi2c.yaml index c76131902b77..4bbe9e775da1 100644 --- a/Documentation/devicetree/bindings/i2c/socionext,uniphier-fi2c.yaml +++ b/Documentation/devicetree/bindings/i2c/socionext,uniphier-fi2c.yaml @@ -29,6 +29,9 @@ properties: minimum: 100000 maximum: 400000 + resets: + maxItems: 1 + required: - compatible - reg diff --git a/Documentation/devicetree/bindings/i2c/socionext,uniphier-i2c.yaml b/Documentation/devicetree/bindings/i2c/socionext,uniphier-i2c.yaml index ddde08636ab0..5abf496edb59 100644 --- a/Documentation/devicetree/bindings/i2c/socionext,uniphier-i2c.yaml +++ b/Documentation/devicetree/bindings/i2c/socionext,uniphier-i2c.yaml @@ -29,6 +29,9 @@ properties: minimum: 100000 maximum: 400000 + resets: + maxItems: 1 + required: - compatible - reg