From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-lf1-f50.google.com (mail-lf1-f50.google.com [209.85.167.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DB2D34428 for ; Tue, 9 Aug 2022 16:05:20 +0000 (UTC) Received: by mail-lf1-f50.google.com with SMTP id v2so8990086lfi.6 for ; Tue, 09 Aug 2022 09:05:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=2sKCf9ZKSlcTNKeuU2aWfd4L6pnmOrDWUSqmI6fFKX8=; b=bTQjI2BHyw2f+Tnku7sYfkNWsLhWUrb44VDwgB+BLGNI+L2K7MhzxYXYcExLB8LR2W lBcnY+B8xdcIC2GlDgqEtA70+6ivW31GG3z3U/yxPcvXjmk4tshwbGM1MD+q4C3XD4w2 cJpyZ2UyloQYQFVYqd5wXaHb4guR/GQhIc9XSQpAMtWB+V56HrS3h9jpq2BzVBKCvhax B/hywRWedBkgrCz5qByzVNK303fS0gEZyEMZEziKBThkt3BDiccZQbWM/E7U/wlCVfX3 YvW0rIO2zq6XEmJblqR9X1U+uWwwazgZjjKkQFUiGb3VtmQXt16XgA7Q/E7WIiUlT8mr PX6A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=2sKCf9ZKSlcTNKeuU2aWfd4L6pnmOrDWUSqmI6fFKX8=; b=i8K36zNDMOD0SjAmwk28MO2Z4lcwdCOaIHoS0eHY2FfoFSFs4ssEnR3vItPOMNxafn vOQn1ieiUdaT96vpL1BTLZ+4AdIvqrWBfxKv2ql+9+hadvWhS+yCSnrvcdaz4XMYgcMS /snfT0yHnxtBgVY6J5KhNifI8tnmSeaPi/jc0qozwoGocmOH11zkhfsEuwJSck0KhVem qEo6M2DF8WLwA4A/ZVbUncP/TdyhmOj/xq7t8E/XW/t4ThaHqT/txWczY09XMGH8BTPU sHqdYBqvmWzuYpejnq694pO0v+7UnjZiHpSIc2gllmeHUL/aRuvuFbZEW5uvfkbG9TP3 aGUA== X-Gm-Message-State: ACgBeo1ycOOWrmDGXE7WetimX2zEAueBE0xwdt2lm4+6ozg48iFcLNzJ /fcSAn3RBW57ohBuOlfFqW6Nbw== X-Google-Smtp-Source: AA6agR7/JH4Rl+hjT86FmJEOgCluUzJLkTTOJern+M60BdxIAadELBCCw7At3ldhoER0sG45xrRJ1g== X-Received: by 2002:a05:6512:1043:b0:48b:2d4b:a13e with SMTP id c3-20020a056512104300b0048b2d4ba13emr7869247lfb.19.1660061118909; Tue, 09 Aug 2022 09:05:18 -0700 (PDT) Received: from [192.168.1.39] ([83.146.140.105]) by smtp.gmail.com with ESMTPSA id z16-20020a19f710000000b00485caa0f5dfsm22203lfe.44.2022.08.09.09.05.17 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 09 Aug 2022 09:05:18 -0700 (PDT) Message-ID: <5eb4d4a0-9895-dc0b-ba6a-ac435674892d@linaro.org> Date: Tue, 9 Aug 2022 19:05:16 +0300 Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 Subject: Re: [PATCH v2 1/3] dt-bindings: gpio: Add imx-scu gpio driver bindings Content-Language: en-US To: Shenwei Wang , robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, linus.walleij@linaro.org, brgl@bgdev.pl, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, imx@lists.linux.dev References: <20220809143105.17967-1-shenwei.wang@nxp.com> <20220809143105.17967-2-shenwei.wang@nxp.com> From: Krzysztof Kozlowski In-Reply-To: <20220809143105.17967-2-shenwei.wang@nxp.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 09/08/2022 17:31, Shenwei Wang wrote: > Add binding document for the imx-scu gpio driver. > > Signed-off-by: Shenwei Wang > --- > .../bindings/gpio/fsl,imx8-scu-gpio.yaml | 39 +++++++++++++++++++ > 1 file changed, 39 insertions(+) > create mode 100644 Documentation/devicetree/bindings/gpio/fsl,imx8-scu-gpio.yaml > > diff --git a/Documentation/devicetree/bindings/gpio/fsl,imx8-scu-gpio.yaml b/Documentation/devicetree/bindings/gpio/fsl,imx8-scu-gpio.yaml > new file mode 100644 > index 000000000000..4cbe3108a612 > --- /dev/null > +++ b/Documentation/devicetree/bindings/gpio/fsl,imx8-scu-gpio.yaml > @@ -0,0 +1,39 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/gpio/fsl,imx8-scu-gpio.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: GPIO driver over IMX SCU firmware API > + > +maintainers: > + - Shenwei Wang > + > +description: | > + This module provides the standard interface to control the > + resource pins in SCU domain on i.MX8 platforms. > + > +properties: > + compatible: > + enum: > + - fsl,imx8-scu-gpio This should be rather a specific imx8 chip. See other imx8 SCU bindings. Strictly speaking there is no "imx8" SoC and compatible should be derived from SoC. Best regards, Krzysztof 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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 5457EC25B07 for ; Tue, 9 Aug 2022 16:06:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=sTFZ5AX5hgEpN9MJjWJC9Ytpvj89a4b1aG2okugZaTo=; b=qenMAH3K2DLwir 7qkN+bmU+Bs3CH4caXdvmSbxoZAXN0Gbl6JxuszzBpnSrj8qgiIpUtU5y4FV3JHt2c7YyrOACjbtw Szo6YSILcltDgZbd+VdKyf0vBpWRYm5WW2yOYimoC4R9Zu38MM/3NW1H6TMLoOLKr41RyhbJBLw+1 eO4c83Sde306mN8oT2pYMRUm44i39f/P4UXOYPncCOwH/JMNVCMDQiZWZnAYqiI1jaFRPS/pOOYsz dE8x42IKwvrGfL2sZPmEjDInmMdEnISLwNuydWz2J2IMwiTb/bUpT+fz8a59gvN9Q8cchyk30W9Sy xFRadQbo15B+ZLqEuPUg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oLRjS-004ozK-Rf; Tue, 09 Aug 2022 16:05:26 +0000 Received: from mail-lf1-x129.google.com ([2a00:1450:4864:20::129]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oLRjO-004ov2-RC for linux-arm-kernel@lists.infradead.org; Tue, 09 Aug 2022 16:05:24 +0000 Received: by mail-lf1-x129.google.com with SMTP id a9so17583418lfm.12 for ; Tue, 09 Aug 2022 09:05:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=2sKCf9ZKSlcTNKeuU2aWfd4L6pnmOrDWUSqmI6fFKX8=; b=bTQjI2BHyw2f+Tnku7sYfkNWsLhWUrb44VDwgB+BLGNI+L2K7MhzxYXYcExLB8LR2W lBcnY+B8xdcIC2GlDgqEtA70+6ivW31GG3z3U/yxPcvXjmk4tshwbGM1MD+q4C3XD4w2 cJpyZ2UyloQYQFVYqd5wXaHb4guR/GQhIc9XSQpAMtWB+V56HrS3h9jpq2BzVBKCvhax B/hywRWedBkgrCz5qByzVNK303fS0gEZyEMZEziKBThkt3BDiccZQbWM/E7U/wlCVfX3 YvW0rIO2zq6XEmJblqR9X1U+uWwwazgZjjKkQFUiGb3VtmQXt16XgA7Q/E7WIiUlT8mr PX6A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=2sKCf9ZKSlcTNKeuU2aWfd4L6pnmOrDWUSqmI6fFKX8=; b=XYmHLEWXpJw4W/jpaSUER3eC6w9D4MTi1L13jbOzRJ6NoVQ7AqIcr+Aa3+1w/R8cBK /r+GR8OQUIheCipY3+nnIKeCr5DgF3RSmF8VfFQ2Is9abS8A8BcMtw86saUBZFrWPo5s 3s6zdNqw/ATU6TESxvn40KBNIS5S1KJkrDertzdM6R4erdSH5wn/rBCAVCJIDUgcVGcE kWv/+HbdAWDFrpKwgHnyqjvGNwfOhQKnKdpM2O33ZuB8cPSNUCdfTWLnBFLW8yRA5wBJ SLaZrsWOV/3W3WkRg81qOSgJ6z5NV1Bs+OZmYRlQomvVtc+B+8Orel44cXzSs9QAZTtD nbvQ== X-Gm-Message-State: ACgBeo3/O/40CUKr7EDB13sRKxsMNl7XdWosOraRHTL6/mNhmC8lSbnv SnCAr9NoMa5JtSDVbuxZWcPrCw== X-Google-Smtp-Source: AA6agR7/JH4Rl+hjT86FmJEOgCluUzJLkTTOJern+M60BdxIAadELBCCw7At3ldhoER0sG45xrRJ1g== X-Received: by 2002:a05:6512:1043:b0:48b:2d4b:a13e with SMTP id c3-20020a056512104300b0048b2d4ba13emr7869247lfb.19.1660061118909; Tue, 09 Aug 2022 09:05:18 -0700 (PDT) Received: from [192.168.1.39] ([83.146.140.105]) by smtp.gmail.com with ESMTPSA id z16-20020a19f710000000b00485caa0f5dfsm22203lfe.44.2022.08.09.09.05.17 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 09 Aug 2022 09:05:18 -0700 (PDT) Message-ID: <5eb4d4a0-9895-dc0b-ba6a-ac435674892d@linaro.org> Date: Tue, 9 Aug 2022 19:05:16 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 Subject: Re: [PATCH v2 1/3] dt-bindings: gpio: Add imx-scu gpio driver bindings Content-Language: en-US To: Shenwei Wang , robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, linus.walleij@linaro.org, brgl@bgdev.pl, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, imx@lists.linux.dev References: <20220809143105.17967-1-shenwei.wang@nxp.com> <20220809143105.17967-2-shenwei.wang@nxp.com> From: Krzysztof Kozlowski In-Reply-To: <20220809143105.17967-2-shenwei.wang@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220809_090522_993992_B03CD05C X-CRM114-Status: GOOD ( 17.78 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 09/08/2022 17:31, Shenwei Wang wrote: > Add binding document for the imx-scu gpio driver. > > Signed-off-by: Shenwei Wang > --- > .../bindings/gpio/fsl,imx8-scu-gpio.yaml | 39 +++++++++++++++++++ > 1 file changed, 39 insertions(+) > create mode 100644 Documentation/devicetree/bindings/gpio/fsl,imx8-scu-gpio.yaml > > diff --git a/Documentation/devicetree/bindings/gpio/fsl,imx8-scu-gpio.yaml b/Documentation/devicetree/bindings/gpio/fsl,imx8-scu-gpio.yaml > new file mode 100644 > index 000000000000..4cbe3108a612 > --- /dev/null > +++ b/Documentation/devicetree/bindings/gpio/fsl,imx8-scu-gpio.yaml > @@ -0,0 +1,39 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/gpio/fsl,imx8-scu-gpio.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: GPIO driver over IMX SCU firmware API > + > +maintainers: > + - Shenwei Wang > + > +description: | > + This module provides the standard interface to control the > + resource pins in SCU domain on i.MX8 platforms. > + > +properties: > + compatible: > + enum: > + - fsl,imx8-scu-gpio This should be rather a specific imx8 chip. See other imx8 SCU bindings. Strictly speaking there is no "imx8" SoC and compatible should be derived from SoC. Best regards, Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel