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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 70F6DC433EF for ; Mon, 11 Jul 2022 23:06:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231955AbiGKXGb (ORCPT ); Mon, 11 Jul 2022 19:06:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59552 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230040AbiGKXGW (ORCPT ); Mon, 11 Jul 2022 19:06:22 -0400 Received: from mail-io1-f43.google.com (mail-io1-f43.google.com [209.85.166.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CBC4A87354; Mon, 11 Jul 2022 16:06:15 -0700 (PDT) Received: by mail-io1-f43.google.com with SMTP id z81so6401599iof.0; Mon, 11 Jul 2022 16:06:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=lA3VV/WpusZOkVyB8IDWGHdkdcsPsUKR/xBEoxl1NBs=; b=q4Ly2YIxJeQQlxP/4RvkE4syzfxxuQK5+90+fZ2YMAQmlI1y7I3AXrhpMJvgYCESnD N3MJXJvB6dFBlnwjvYTTCCMCgUSjZBkBYsJcj0449HPOPEZhxQLMkFrTZ+dPwf+om9fp JHmkTHe9rEH1nMRvKhlO8whFqDq4C31a/bEOdNXlkn9XpASlEPFlHxX9kBTR3VMP3Uxg DHJj/Lexbu3k9bQpOBuZbdkZQCerL1VYXA4R6t4w3I/W8FeNntnH9CjclM1QlXZW8K++ /TRX3D2YWrgMYFWmcdmX7yxEQdOOKUaXXLJz764cY9NUPwmvBwjWnKNUGO1QmUMgENfv iIXg== X-Gm-Message-State: AJIora+bZOanF8i/X+k50/IWRqQ6vlbiCJ+8FTbMjkDcvkIVyytmg/Q9 YOfT7oXegfHw9yBLvIZCYg== X-Google-Smtp-Source: AGRyM1sQM927nejfjbcjCQ76dhLSfN/pXwwnLN6hKB6L8AasvHEbhuqFwPESIkqTQ+4MAHoDnQ9s0g== X-Received: by 2002:a05:6638:349f:b0:33f:68a2:5eb5 with SMTP id t31-20020a056638349f00b0033f68a25eb5mr2019006jal.167.1657580774868; Mon, 11 Jul 2022 16:06:14 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id a25-20020a027359000000b0033f3fcba96bsm3447203jae.100.2022.07.11.16.06.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 11 Jul 2022 16:06:14 -0700 (PDT) Received: (nullmailer pid 437817 invoked by uid 1000); Mon, 11 Jul 2022 23:06:13 -0000 Date: Mon, 11 Jul 2022 17:06:13 -0600 From: Rob Herring To: Kavyasree Kotagiri Cc: robh+dt@kernel.org, Kavyasree.Kotagiri@microchip.com, krzysztof.kozlowski+dt@linaro.org, linux-kernel@vger.kernel.org, alexandre.belloni@bootlin.com, linux-arm-kernel@lists.infradead.org, UNGLinuxDriver@microchip.com, nicolas.ferre@microchip.com, devicetree@vger.kernel.org, claudiu.beznea@microchip.com Subject: Re: [PATCH v8 2/3] dt-bindings: mfd: atmel,sama5d2-flexcom: Add new compatible string for lan966x Message-ID: <20220711230613.GA437776-robh@kernel.org> References: <20220708115619.254073-1-kavyasree.kotagiri@microchip.com> <20220708115619.254073-3-kavyasree.kotagiri@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220708115619.254073-3-kavyasree.kotagiri@microchip.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 08 Jul 2022 09:56:18 -0200, Kavyasree Kotagiri wrote: > LAN966x SoC flexcoms has two optional I/O lines. Namely, CS0 and CS1 > in flexcom SPI mode. CTS and RTS in flexcom USART mode. These pins > can be mapped to lan966x FLEXCOM_SHARED[0-20] pins and usage depends on > functions being configured. > > Signed-off-by: Kavyasree Kotagiri > --- > v7 -> v8: > - Changed compatible string to microchip,lan9668-flexcom. > > v6 -> v7: > - Add #address-cells, #size-cells to flx3 example. > > v5 -> v6: > - Removed spi node from flx3 example. > > v4 -> v5: > - Fixed indentations and dt-schema errors. > - No errors seen with 'make dt_binding_check'. > > v3 -> v4: > - Added else condition to allOf:if:then. > > v2 -> v3: > - Add reg property of lan966x missed in v2. > > v1 -> v2: > - Use allOf:if:then for lan966x dt properties > > .../bindings/mfd/atmel,sama5d2-flexcom.yaml | 65 ++++++++++++++++++- > 1 file changed, 64 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring 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 63136C433EF for ; Mon, 11 Jul 2022 23:07:11 +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:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=XqjUooXSHOsRWQ/sp0E8XYGkLjJ7xduPoxV4bfQN4HU=; b=mP9Ev2H4vvolE4 I2BGUt3N7X+wTSSPPrs+xNTQm16rNV3IYdnzl3x+r4cfM6jL+5agmysBM8FpiRMiwRP4ZnWL6+de7 dt2qxaSdVeuEsUmd8EGvniJbsCTDfqMngU7L4uhDe+W5+MiIQBig8KNBpcS07WJ23TpmwARQCahHL QNRLoHCHnMOs7kDn6AnRD8DKvdE3aD38A0Pn9cL8l/QKDQ41n+lWUSZDDXyHsj8H8TWQQ4D5UEyi6 O7Tj/lP9wQ9a9+cCmfIV+oZYPapHlszJBvxY8TJX70oYmVB1uG8XR5nOeIrOc2aKS1b1qrBPsVQNv 99Z9YtDjwo5AVeoON1YQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oB2Tr-005UGD-NZ; Mon, 11 Jul 2022 23:06:19 +0000 Received: from mail-io1-f47.google.com ([209.85.166.47]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oB2Tp-005UEC-0o for linux-arm-kernel@lists.infradead.org; Mon, 11 Jul 2022 23:06:18 +0000 Received: by mail-io1-f47.google.com with SMTP id v185so6316743ioe.11 for ; Mon, 11 Jul 2022 16:06:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=lA3VV/WpusZOkVyB8IDWGHdkdcsPsUKR/xBEoxl1NBs=; b=ohJr9RlMR8e2YBU0tmwD8d2eLQEPgth4gjcswyGNyBiPfiEMkPC1XF+BzDF3vVADVE j0DG3ZYOFXxFJOd5ucXrDgIAoFbzeSKMJvE8Wj4yAghzilkJCqq9dOXWL6KbvEziNA/C XeZAfDMOAhm261gqadI2lULaT9rl98j6//Gn90FeiFoq7VlN96Sx7lDzuNJ7PVNBDdX6 DUzMa9oTC5aEqSFJlHV8hcpCWd9SqFmZrPawUWkBfWj/mP60rUwhfqyFRksq623GCjFg JplWYiglGpbApWgVoYBN2gkzFdGslkxwtbbFqCm/zmv0dz5CHHmCHnXNaODkUjqpwGpG KK4w== X-Gm-Message-State: AJIora/ABc1YQDEl5GOhe+lLJtjdW5lgdySAkxDwe+KgJ0QaxoqtFuvS 8ARuLLBrIZEzBxvxoh0KbQ== X-Google-Smtp-Source: AGRyM1sQM927nejfjbcjCQ76dhLSfN/pXwwnLN6hKB6L8AasvHEbhuqFwPESIkqTQ+4MAHoDnQ9s0g== X-Received: by 2002:a05:6638:349f:b0:33f:68a2:5eb5 with SMTP id t31-20020a056638349f00b0033f68a25eb5mr2019006jal.167.1657580774868; Mon, 11 Jul 2022 16:06:14 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id a25-20020a027359000000b0033f3fcba96bsm3447203jae.100.2022.07.11.16.06.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 11 Jul 2022 16:06:14 -0700 (PDT) Received: (nullmailer pid 437817 invoked by uid 1000); Mon, 11 Jul 2022 23:06:13 -0000 Date: Mon, 11 Jul 2022 17:06:13 -0600 From: Rob Herring To: Kavyasree Kotagiri Subject: Re: [PATCH v8 2/3] dt-bindings: mfd: atmel,sama5d2-flexcom: Add new compatible string for lan966x Message-ID: <20220711230613.GA437776-robh@kernel.org> References: <20220708115619.254073-1-kavyasree.kotagiri@microchip.com> <20220708115619.254073-3-kavyasree.kotagiri@microchip.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220708115619.254073-3-kavyasree.kotagiri@microchip.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220711_160617_090493_99A48810 X-CRM114-Status: GOOD ( 13.30 ) 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: , Cc: devicetree@vger.kernel.org, alexandre.belloni@bootlin.com, Kavyasree.Kotagiri@microchip.com, linux-kernel@vger.kernel.org, UNGLinuxDriver@microchip.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, claudiu.beznea@microchip.com, linux-arm-kernel@lists.infradead.org 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 Fri, 08 Jul 2022 09:56:18 -0200, Kavyasree Kotagiri wrote: > LAN966x SoC flexcoms has two optional I/O lines. Namely, CS0 and CS1 > in flexcom SPI mode. CTS and RTS in flexcom USART mode. These pins > can be mapped to lan966x FLEXCOM_SHARED[0-20] pins and usage depends on > functions being configured. > > Signed-off-by: Kavyasree Kotagiri > --- > v7 -> v8: > - Changed compatible string to microchip,lan9668-flexcom. > > v6 -> v7: > - Add #address-cells, #size-cells to flx3 example. > > v5 -> v6: > - Removed spi node from flx3 example. > > v4 -> v5: > - Fixed indentations and dt-schema errors. > - No errors seen with 'make dt_binding_check'. > > v3 -> v4: > - Added else condition to allOf:if:then. > > v2 -> v3: > - Add reg property of lan966x missed in v2. > > v1 -> v2: > - Use allOf:if:then for lan966x dt properties > > .../bindings/mfd/atmel,sama5d2-flexcom.yaml | 65 ++++++++++++++++++- > 1 file changed, 64 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel