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 32F9DC433F5 for ; Tue, 29 Mar 2022 00:02:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231277AbiC2AEc (ORCPT ); Mon, 28 Mar 2022 20:04:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44392 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231229AbiC2AEY (ORCPT ); Mon, 28 Mar 2022 20:04:24 -0400 Received: from gate2.alliedtelesis.co.nz (gate2.alliedtelesis.co.nz [202.36.163.20]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7A8A412A82 for ; Mon, 28 Mar 2022 17:02:41 -0700 (PDT) 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 B5E742C06FB; Tue, 29 Mar 2022 00:02:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alliedtelesis.co.nz; s=mail181024; t=1648512159; bh=2yoNCniX/MtoTMpkQdC4Gm/7f/mkXZvG4wvzBibLAz8=; h=From:To:Cc:Subject:Date:From; b=PAkB6PlUPigDCHpXjBgAG4U+deMOinEz6yQdq76Xx3MWsVQN+ptmFdVoSE1I5UuAW tbol0iVpfuJ4ZA9tmAptQQtbeqBEjfa2PwZF2NUNgC+1ZsQ2pe+Zeiqj8Mw0uo243K z1tCx13sZX8GpLsXwQzq2YQ7u1nG248BMezoOIQ3cmQsNIx1ypznpOLeH/mJFYkJ4a l5CXh9XEvhuDRSQ/bScWR1y4UkJEVNp96Toy0m9+GypgwmeydWMzX0IZkTNxU2J+Lt JbCKYNUPJugxUPySRr6vUlkVi0n2YbJWGs8jatbHmHIzo8HXiziVmNsFFUmrv8OWKe se1OJzzAfQuBQ== 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, 29 Mar 2022 13:02:39 +1300 Received: from chrisp-dl.ws.atlnz.lc (chrisp-dl.ws.atlnz.lc [10.33.22.30]) by pat.atlnz.lc (Postfix) with ESMTP id 6FAA313EE00; Tue, 29 Mar 2022 13:02:39 +1300 (NZDT) Received: by chrisp-dl.ws.atlnz.lc (Postfix, from userid 1030) id C91392A2679; Tue, 29 Mar 2022 13:02:35 +1300 (NZDT) From: Chris Packham To: ulf.hansson@linaro.org, robh+dt@kernel.org, krzk+dt@kernel.org, huziji@marvell.com, andrew@lunn.ch, gregory.clement@bootlin.com, sebastian.hesselbarth@gmail.com Cc: linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Chris Packham Subject: [PATCH v4 0/2] mmc: xenon: Convert to JSON schema Date: Tue, 29 Mar 2022 13:02:29 +1300 Message-Id: <20220329000231.3544810-1-chris.packham@alliedtelesis.co.nz> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-SEG-SpamProfiler-Analysis: v=2.3 cv=Cfh2G4jl c=1 sm=1 tr=0 a=KLBiSEs5mFS1a/PbTCJxuA==:117 a=o8Y5sQTvuykA:10 a=RB5vAHK8orW3AuQTtkgA:9 X-SEG-SpamProfiler-Score: 0 x-atlnz-ls: pat Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series converts the xenon-sdhci-binding to JSON schema. There are so= me schema violations with the clock nodes for the existing dts. It's unclear whether the ap806/ap807 actually need the 2nd clock but the change that introduced the requirement to the old binding was fairly explicit about t= his being required for cp110 and ap806. Chris Packham (2): arm64: dts: marvell: Update sdhci node names to match schema dt-bindings: mmc: xenon: Convert to JSON schema .../bindings/mmc/marvell,xenon-sdhci.txt | 173 ----------- .../bindings/mmc/marvell,xenon-sdhci.yaml | 275 ++++++++++++++++++ MAINTAINERS | 2 +- arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 4 +- arch/arm64/boot/dts/marvell/armada-ap80x.dtsi | 2 +- arch/arm64/boot/dts/marvell/armada-cp11x.dtsi | 2 +- 6 files changed, 280 insertions(+), 178 deletions(-) delete mode 100644 Documentation/devicetree/bindings/mmc/marvell,xenon-s= dhci.txt create mode 100644 Documentation/devicetree/bindings/mmc/marvell,xenon-s= dhci.yaml --=20 2.35.1 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 D2EC8C433F5 for ; Tue, 29 Mar 2022 00:04:12 +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=r4w2+o8BKMDZnjJ+02FGfLZe997y+qL7bb4m5oobVe8=; b=c623KqDITSQaqa voC6US6VVS4drtxW1ttFs+67iKXds5VG3GTm8fhmwkhC5TkBHXWa20imnNcfCa2e5cO+wVzszWSZc ZOhGwaF065nBBP/ktJKA2R1SQoPxEA3Pwq6bnKJTqt5i1Q1UYitfvEmhx3ERAO/G56Vl6sLBqdzvQ JFd7LDvv2WA6d/KRbAgeLgRlmBUMnz7dmYH9puZ6HU2k4BYWrUkqjK20njXTHrloH6b7wWGrJ2yFv Xe7k0jnCxFGFrSBZ17jr5MReipJ2f0sl2f6w5L+bU+uNo0JRgzJPUv8Ll2ZzqEx95W3CWgtXcu8e/ RDNAyAA5tMl9+OZ5Xalw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nYzJw-00AVh4-UB; Tue, 29 Mar 2022 00:02:49 +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 1nYzJs-00AVfr-PJ for linux-arm-kernel@lists.infradead.org; Tue, 29 Mar 2022 00:02:46 +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 B5E742C06FB; Tue, 29 Mar 2022 00:02:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alliedtelesis.co.nz; s=mail181024; t=1648512159; bh=2yoNCniX/MtoTMpkQdC4Gm/7f/mkXZvG4wvzBibLAz8=; h=From:To:Cc:Subject:Date:From; b=PAkB6PlUPigDCHpXjBgAG4U+deMOinEz6yQdq76Xx3MWsVQN+ptmFdVoSE1I5UuAW tbol0iVpfuJ4ZA9tmAptQQtbeqBEjfa2PwZF2NUNgC+1ZsQ2pe+Zeiqj8Mw0uo243K z1tCx13sZX8GpLsXwQzq2YQ7u1nG248BMezoOIQ3cmQsNIx1ypznpOLeH/mJFYkJ4a l5CXh9XEvhuDRSQ/bScWR1y4UkJEVNp96Toy0m9+GypgwmeydWMzX0IZkTNxU2J+Lt JbCKYNUPJugxUPySRr6vUlkVi0n2YbJWGs8jatbHmHIzo8HXiziVmNsFFUmrv8OWKe se1OJzzAfQuBQ== 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, 29 Mar 2022 13:02:39 +1300 Received: from chrisp-dl.ws.atlnz.lc (chrisp-dl.ws.atlnz.lc [10.33.22.30]) by pat.atlnz.lc (Postfix) with ESMTP id 6FAA313EE00; Tue, 29 Mar 2022 13:02:39 +1300 (NZDT) Received: by chrisp-dl.ws.atlnz.lc (Postfix, from userid 1030) id C91392A2679; Tue, 29 Mar 2022 13:02:35 +1300 (NZDT) From: Chris Packham To: ulf.hansson@linaro.org, robh+dt@kernel.org, krzk+dt@kernel.org, huziji@marvell.com, andrew@lunn.ch, gregory.clement@bootlin.com, sebastian.hesselbarth@gmail.com Cc: linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Chris Packham Subject: [PATCH v4 0/2] mmc: xenon: Convert to JSON schema Date: Tue, 29 Mar 2022 13:02:29 +1300 Message-Id: <20220329000231.3544810-1-chris.packham@alliedtelesis.co.nz> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 X-SEG-SpamProfiler-Analysis: v=2.3 cv=Cfh2G4jl c=1 sm=1 tr=0 a=KLBiSEs5mFS1a/PbTCJxuA==:117 a=o8Y5sQTvuykA:10 a=RB5vAHK8orW3AuQTtkgA: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-20220328_170245_184177_ECE2DEC3 X-CRM114-Status: UNSURE ( 9.19 ) 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: , 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 This series converts the xenon-sdhci-binding to JSON schema. There are some schema violations with the clock nodes for the existing dts. It's unclear whether the ap806/ap807 actually need the 2nd clock but the change that introduced the requirement to the old binding was fairly explicit about this being required for cp110 and ap806. Chris Packham (2): arm64: dts: marvell: Update sdhci node names to match schema dt-bindings: mmc: xenon: Convert to JSON schema .../bindings/mmc/marvell,xenon-sdhci.txt | 173 ----------- .../bindings/mmc/marvell,xenon-sdhci.yaml | 275 ++++++++++++++++++ MAINTAINERS | 2 +- arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 4 +- arch/arm64/boot/dts/marvell/armada-ap80x.dtsi | 2 +- arch/arm64/boot/dts/marvell/armada-cp11x.dtsi | 2 +- 6 files changed, 280 insertions(+), 178 deletions(-) delete mode 100644 Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.txt create mode 100644 Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.yaml -- 2.35.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel