From nobody Thu Apr 9 04:44:52 2026 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 DE21EC4332F for ; Wed, 2 Nov 2022 18:52:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231718AbiKBSwn (ORCPT ); Wed, 2 Nov 2022 14:52:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49980 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231712AbiKBSwg (ORCPT ); Wed, 2 Nov 2022 14:52:36 -0400 Received: from mail-qv1-xf2a.google.com (mail-qv1-xf2a.google.com [IPv6:2607:f8b0:4864:20::f2a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 038BA1F624 for ; Wed, 2 Nov 2022 11:52:36 -0700 (PDT) Received: by mail-qv1-xf2a.google.com with SMTP id o8so13101569qvw.5 for ; Wed, 02 Nov 2022 11:52:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=XY2P6DWTOMi8nIXSylwfx8faCY5gykzO71qEAStGHFM=; b=yAqMdJPrNsEmbfN+mOl6g9ycWDlQ/yIO59XvIUZPXnq3Uun4s2DZ7q+NSoJfCZENRt 8bhKEjU0tx7e6VqUoWIQyOyIAmKzqjbIowDZDxLfqXSLBE4KQt4nostkH051DJWkaMry 6zpvOt4ZlLT03dWICdlk/KHhI69Sq+PUqelBf265zcRIKWF0OyGHPH8FTjwgegoww0oz tSveV/FKqIKcGNB/qjHqZ4jFE7hfiSXRvTeKdeKFTtVQ4wiNnWVj+8IINkI22F4Btk+K KqB0V1CW+yV6koc9PrckEgPVRWjv5ih6Qa1WKdU0jvPXWH1jvZCbfLCevjUjyW4dRFUC MQTg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=XY2P6DWTOMi8nIXSylwfx8faCY5gykzO71qEAStGHFM=; b=T+nI6uMwyJhbelieQapkUbdGPbiLQCG2Wp2Db4aLmsSYVmwUDAV7n5x4h0MNdbNfEH wtaZGaKcURU4y6grE87VlOFWnsg2zvBJwiyIwq0HIW5lXt5Iz12YjZ8oM4YaaRgnpu9M OhcwfMEmqfGgY3Si6pGhrLlcNifBXzE7sVP4UdRtZcRtRX5TVKF6YL4ygXewENUhI1jG nQdBVV+kXpgDbjoUdC1S+rZquUzE9xHDka3wiuqD5YM0vsdgJgYJk09mjjkovq+98yuK HOA/V75t0193UOBldXp4t6TV5dhVVbQM02ELlnwENt+d3Q21T2w8KqrxtbrtXwpjwUiY G2qA== X-Gm-Message-State: ACrzQf0BJSjisGQmpV23D/hyHi5/QAUMLx0wvB5XukpYVL64OA3Rk9SF yrKQ+5KIGsI6eTXbKfi1SmgKSg== X-Google-Smtp-Source: AMsMyM7pcVwfat6ksB892Xu4HqXUDRlO14UcENtNGt8n6qoBpoyXNhP9AeIz4tPGc86ESKUm1a1fBg== X-Received: by 2002:a05:6214:27ef:b0:4bb:f5db:39d5 with SMTP id jt15-20020a05621427ef00b004bbf5db39d5mr16664293qvb.43.1667415155208; Wed, 02 Nov 2022 11:52:35 -0700 (PDT) Received: from krzk-bin.. ([2601:586:5000:570:28d9:4790:bc16:cc93]) by smtp.gmail.com with ESMTPSA id ay7-20020a05620a178700b006cfc1d827cbsm8874387qkb.9.2022.11.02.11.52.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Nov 2022 11:52:34 -0700 (PDT) From: Krzysztof Kozlowski To: Andrew Lunn , Vivien Didelot , Florian Fainelli , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH v2] dt-bindings: net: nxp,sja1105: document spi-cpol/cpha Date: Wed, 2 Nov 2022 14:52:32 -0400 Message-Id: <20221102185232.131168-1-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Some boards use SJA1105 Ethernet Switch with SPI CPOL and CPHA, so document this to fix dtbs_check warnings: arch/arm64/boot/dts/freescale/fsl-lx2160a-bluebox3.dtb: ethernet-switch@0= : Unevaluated properties are not allowed ('spi-cpol' was unexpected) Signed-off-by: Krzysztof Kozlowski --- Changes since v1: 1. Add also cpha --- Documentation/devicetree/bindings/net/dsa/nxp,sja1105.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/net/dsa/nxp,sja1105.yaml b/D= ocumentation/devicetree/bindings/net/dsa/nxp,sja1105.yaml index 1e26d876d146..3debbf0f3789 100644 --- a/Documentation/devicetree/bindings/net/dsa/nxp,sja1105.yaml +++ b/Documentation/devicetree/bindings/net/dsa/nxp,sja1105.yaml @@ -36,6 +36,9 @@ properties: reg: maxItems: 1 =20 + spi-cpha: true + spi-cpol: true + # Optional container node for the 2 internal MDIO buses of the SJA1110 # (one for the internal 100base-T1 PHYs and the other for the single # 100base-TX PHY). The "reg" property does not have physical significanc= e. --=20 2.34.1