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 79B5DC7EE23 for ; Wed, 7 Jun 2023 23:05:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230219AbjFGXFW (ORCPT ); Wed, 7 Jun 2023 19:05:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60108 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233626AbjFGXFG (ORCPT ); Wed, 7 Jun 2023 19:05:06 -0400 Received: from mail-io1-f42.google.com (mail-io1-f42.google.com [209.85.166.42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 72F6B10DE; Wed, 7 Jun 2023 16:05:05 -0700 (PDT) Received: by mail-io1-f42.google.com with SMTP id ca18e2360f4ac-77a1cad6532so131455139f.1; Wed, 07 Jun 2023 16:05:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686179104; x=1688771104; h=in-reply-to:content-transfer-encoding:content-disposition :mime-version:references:message-id:subject:cc:to:from:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=SKlzSAskxYQjFMQrq1GcFEOvXKAgtJCbeNAdADGIZQM=; b=ko/v1TjFCs19BEP2w8YXPul+VsvJUfxoz9+NS7yFPGKG1F4jb/ASGJWKQ8Ig05aQ4g 2usqjpEvgj2EHnm6QzIVt5T7E45+/trqQC4jY07/yjHAkNJjSVrHDPkXul6pZdeJF20g KH5GI5Hl4kWavKnEFi2/o55VX8m+5AP82jwWMrvIlbmKKsdZbGK3UbiwBlPOold0/bNP EvP5NyWCQU8vzi4OBrNb9kL/SNbjeYPXisDJhQzGh17IrDDe5nSTZiYL3brT2vKiKGrf 1UWRWX9alrcDKx9sLqnGjEuF5xG21L4Lr0jHv40fuk5zOiSLyy+WCJQ5PnBwMluMOLGy 8BYA== X-Gm-Message-State: AC+VfDwEziqGsMOOiVsJ8wtqJubJG6rwk5Or/QJUseFmwAxYJbsz5GKm 5HklvpKEfboqrNQ2+4IS0g== X-Google-Smtp-Source: ACHHUZ6tk+oTIhwIPYYov3AbcNbbjKddfdX4uFboDrcRsYwo3fRyb/y/XYtMePP7i5wgf8PrNnjPbw== X-Received: by 2002:a05:6602:2001:b0:776:fd07:3c96 with SMTP id y1-20020a056602200100b00776fd073c96mr9432362iod.7.1686179104733; Wed, 07 Jun 2023 16:05:04 -0700 (PDT) Received: from robh_at_kernel.org ([64.188.179.250]) by smtp.gmail.com with ESMTPSA id d26-20020a5d9bda000000b00763699c3d02sm4150726ion.0.2023.06.07.16.05.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 07 Jun 2023 16:05:04 -0700 (PDT) Received: (nullmailer pid 153358 invoked by uid 1000); Wed, 07 Jun 2023 23:04:59 -0000 Date: Wed, 7 Jun 2023 17:04:59 -0600 From: Rob Herring To: Leonard =?iso-8859-1?Q?G=F6hrs?= Cc: Woojung Huh , UNGLinuxDriver@microchip.com, Andrew Lunn , Florian Fainelli , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Marek Vasut , kernel@pengutronix.de, Krzysztof Kozlowski , Conor Dooley , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 5/8] dt-bindings: net: dsa: microchip: add missing spi-{cpha,cpol} properties Message-ID: <20230607230459.GA151104-robh@kernel.org> References: <20230607115508.2964574-1-l.goehrs@pengutronix.de> <20230607115508.2964574-5-l.goehrs@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230607115508.2964574-5-l.goehrs@pengutronix.de> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, Jun 07, 2023 at 01:55:04PM +0200, Leonard Göhrs wrote: > This patch allows setting the correct SPI phase and polarity for KSZ > switches. > > Signed-off-by: Leonard Göhrs > --- > Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml b/Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml > index e51be1ac03623..f7c620d9ee8b4 100644 > --- a/Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml > +++ b/Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml > @@ -49,6 +49,9 @@ properties: > Set if the output SYNCLKO clock should be disabled. Do not mix with > microchip,synclko-125. > > + spi-cpha: true > + spi-cpol: true These should only be needed if the mode is configurable or variable. Otherwise, the driver for the device should set the mode correctly. Rob