From patchwork Mon May 16 22:47:59 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Packham X-Patchwork-Id: 12851546 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 13AF6C433EF for ; Mon, 16 May 2022 22:49:25 +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:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=s2J/nDBz64cV/R7EMv6QnNRtc9CW28PIHCqp9bpLHts=; b=OQyhH7GrtcAj8b Rb9mkVaDFSmPv4UrD608LiRBqADSF+b8tvFTMhEe8mkyfw9Us1bq0xfWhXPlyR+OC9JtkC9jO5QmI 6CRvlHOzvtAteC14yrLBobq1AhJn0jE4/bOCGQZeDLDW4zsVW2Q/BBYYCJOMNE2Kl6WaRWVTM2WmT WT8Se6BljoAh0kp5uonhDAyVeq4r8lx+eZM9Vilq7FtlAOXGS4YabBPOR+vV+xGl2HC+DzAaewOf1 LkcX0tTRS67SUALUe9PdTN7PRNRAqmg4d8KOTZcKkzSit1adzEcNZMtXOkBV7RLn3dc6/Wf8KAOSa WviAMSWOevg2I1I2DQfQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nqjVp-00AVrM-Lk; Mon, 16 May 2022 22:48:25 +0000 Received: from gate2.alliedtelesis.co.nz ([202.36.163.20]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nqjVb-00AVkm-Vj for linux-arm-kernel@lists.infradead.org; Mon, 16 May 2022 22:48:14 +0000 Received: from svr-chch-seg1.atlnz.lc (mmarshal3.atlnz.lc [10.32.18.43]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by gate2.alliedtelesis.co.nz (Postfix) with ESMTPS id 7DE102C01C6; Mon, 16 May 2022 22:48:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alliedtelesis.co.nz; s=mail181024; t=1652741288; bh=1GS6Dpv7peXBo+oFsPrM70r4NHWXy3wXeFEEXUeukEY=; h=From:To:Cc:Subject:Date:From; b=N1xkDZA60xwb9JDZp4pIqQn3aHzQ/Ya5SG4rUD30f3qmXokILitrD1mLvVo+suvUm SoK9+SiC0lz17Ul4uKYFEyje7QMXXblOgDE184/X+d1VUNOF2bCWsELBdg0bazKV6S VSQ01Xk8f7v4wBKSvopq2XrGQANUU+6tWyqZqi3gOnPYzoNl5oCmgrlddJQznaJAur 3XnYp0sLFGAECb9hgfdnH+uIf2QQ7bOXDhPKihb6N7fSmMX2ZLBoWo5TrIK+kakyZB 1XvjLMVRl68+3B73pvoieAtOlZSLOe2b6eTKTQNtwuUxOq53OeheZ6wSJhzKviK0Vg iRHpWd/newY3Q== Received: from pat.atlnz.lc (Not Verified[10.32.16.33]) by svr-chch-seg1.atlnz.lc with Trustwave SEG (v8, 2, 6, 11305) id ; Tue, 17 May 2022 10:48:08 +1200 Received: from chrisp-dl.ws.atlnz.lc (chrisp-dl.ws.atlnz.lc [10.33.22.30]) by pat.atlnz.lc (Postfix) with ESMTP id 3E0FC13ED7D; Tue, 17 May 2022 10:48:08 +1200 (NZST) Received: by chrisp-dl.ws.atlnz.lc (Postfix, from userid 1030) id 360C92A0086; Tue, 17 May 2022 10:48:08 +1200 (NZST) From: Chris Packham To: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, andrew@lunn.ch, gregory.clement@bootlin.com, sebastian.hesselbarth@gmail.com, kabel@kernel.org Cc: netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Chris Packham Subject: [PATCH 0/2] armada-3720-turris-mox and orion-mdio Date: Tue, 17 May 2022 10:47:59 +1200 Message-Id: <20220516224801.1656752-1-chris.packham@alliedtelesis.co.nz> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 X-SEG-SpamProfiler-Analysis: v=2.3 cv=U+Hs8tju c=1 sm=1 tr=0 a=KLBiSEs5mFS1a/PbTCJxuA==:117 a=oZkIemNP1mAA:10 a=mjDiMDIlsi9F-Tf1zcUA:9 X-SEG-SpamProfiler-Score: 0 x-atlnz-ls: pat X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220516_154812_624367_3C52EB67 X-CRM114-Status: UNSURE ( 9.77 ) X-CRM114-Notice: Please train this message. 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This is a follow up to the change that converted the orion-mdio dt-binding from txt to DT schema format. At the time I thought the binding needed 'unevaluatedProperties: false' because the core mdio.yaml binding didn't handle the DSA switches. In reality it was simply the invalid reg property causing the downstream nodes to be unevaluated. Fixing the reg nodes means we can set 'unevaluatedProperties: true' Marek, I don't know if you had a change for the reg properties in flight. I didn't see anything on lore/lkml so sorry if this crosses with something you've done. Chris Packham (2): arm64: dts: armada-3720-turris-mox: Correct reg property for mdio devices dt-bindings: net: marvell,orion-mdio: Set unevaluatedProperties to false .../devicetree/bindings/net/marvell,orion-mdio.yaml | 2 +- .../boot/dts/marvell/armada-3720-turris-mox.dts | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-)