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 3E5C8C433F5 for ; Tue, 19 Apr 2022 02:46:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345360AbiDSCtK (ORCPT ); Mon, 18 Apr 2022 22:49:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50720 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345117AbiDSCtB (ORCPT ); Mon, 18 Apr 2022 22:49:01 -0400 Received: from gate2.alliedtelesis.co.nz (gate2.alliedtelesis.co.nz [IPv6:2001:df5:b000:5::4]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0C09022291 for ; Mon, 18 Apr 2022 19:46:18 -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 D61892C035C; Tue, 19 Apr 2022 02:46:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alliedtelesis.co.nz; s=mail181024; t=1650336375; bh=sRGk2YLIrbWxJbw0oiF+CRe6renxMpGCpGXuPsK7JdI=; h=From:To:Cc:Subject:Date:From; b=OY9GiVihNEYm7fqbyQJNeSLfHQeKH2+Z+quZZiFRnYdhsLy0nKIZ/Vp5ndQmfA1kt 9Mc+coZ8ZaNvRvUL2tWl4Snz9BapbGjealn9vTUQWLTawg35nxNHEHOwLNJWG6/OZW +NsijBFnmRqYQz71uQYnT2vtZlrzEtcbLyu+chBekPTQI2lTbcSkJKwuh5qWhTTLYf 63Rt2/DQ5uH8Zkwa/+IA8b65euTM8xiVjCfQgVib0lBcFZxea9u06q/7jmbmOKphDu 7aSFbxYzTrUhVl4SJprVgcy5EJonPcr2tkVdjhIxAJOBVo+YGGVqkuXA5KpcBQuLvI DhTNN84yGzoTQ== 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, 19 Apr 2022 14:46:15 +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 A9AE213EE37; Tue, 19 Apr 2022 14:46:15 +1200 (NZST) Received: by chrisp-dl.ws.atlnz.lc (Postfix, from userid 1030) id 0E73D2A2679; Tue, 19 Apr 2022 14:46:14 +1200 (NZST) From: Chris Packham To: ulf.hansson@linaro.org, robh+dt@kernel.org, krzk+dt@kernel.org, andrew@lunn.ch, gregory.clement@bootlin.com, sebastian.hesselbarth@gmail.com, adrian.hunter@intel.com, nico@fluxnic.net 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 v2 0/4] dt-bindings: mmc: Convert orion/dove bindings to JSON schema Date: Tue, 19 Apr 2022 14:46:07 +1200 Message-Id: <20220419024611.1327525-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=RL7N4Lq+ c=1 sm=1 tr=0 a=KLBiSEs5mFS1a/PbTCJxuA==:117 a=z0gMJWrwH1QA:10 a=gYTcDOeBFi1z4r4J0SoA:9 X-SEG-SpamProfiler-Score: 0 x-atlnz-ls: pat Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is a small series converting the device tree bindings for the orion = and dove sdhci controllers to JSON schema. The first 2 patches update the dtsi files to use a node name enforces by = the schema. These need to be applied for the schema to validate correctly. The next 2 patches convert the old text binding to JSON schema. Chris Packham (4): ARM: dts: mvebu: Update mvsdio node names to match schema ARM: dts: dove: Update sdio-host node names to match schema dt-bindings: mmc: convert orion-sdio to JSON schema dt-bindings: mmc: convert sdhci-dove to JSON schema .../bindings/mmc/marvell,dove-sdhci.yaml | 44 +++++++++++++++++++ .../bindings/mmc/marvell,orion-sdio.yaml | 44 +++++++++++++++++++ .../devicetree/bindings/mmc/orion-sdio.txt | 16 ------- .../devicetree/bindings/mmc/sdhci-dove.txt | 14 ------ arch/arm/boot/dts/armada-370-xp.dtsi | 2 +- arch/arm/boot/dts/armada-375.dtsi | 2 +- arch/arm/boot/dts/dove.dtsi | 4 +- arch/arm/boot/dts/kirkwood-6192.dtsi | 2 +- arch/arm/boot/dts/kirkwood-6281.dtsi | 2 +- arch/arm/boot/dts/kirkwood-6282.dtsi | 2 +- 10 files changed, 95 insertions(+), 37 deletions(-) create mode 100644 Documentation/devicetree/bindings/mmc/marvell,dove-sd= hci.yaml create mode 100644 Documentation/devicetree/bindings/mmc/marvell,orion-s= dio.yaml delete mode 100644 Documentation/devicetree/bindings/mmc/orion-sdio.txt delete mode 100644 Documentation/devicetree/bindings/mmc/sdhci-dove.txt --=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 4E887C433EF for ; Tue, 19 Apr 2022 02:47:59 +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=f0JkxmyKDvYtH3ewcnpFUyzUyrZszpP4OzjfnXkIM2k=; b=Atge58omoFa0tG 8bxtadCz1QMgeWZTV+tqLP4lwizd8+xwV+2M/3l3OybHm2Nmpl6sl0NWUHJHLXvjsyHjYZksSXP3z FqMIL+efyYKcZyoBOkTBnT1hCTnNNQk0YPQ8Cen3MhzVqpLzCggO562HV9oJE9bMUTQRCxFJVimmp 3BYzOIXxTenUaCE9e6dk6/T+yQYhfVl3Zg51uRc+AadKRgHHyNjRWMx9kMkVYgKL+eLayXea8l/Xb M/t2Vk5f6fmf7POW77sVJ6M0K9rmDjsFeJNanwIY58E2y9WsSZcb6lv7UWa1YWXtsAttjgkoeJwrH cEeaRs4YQlQ4D2gpGqMg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ngdtL-001BAw-26; Tue, 19 Apr 2022 02:46:59 +0000 Received: from gate2.alliedtelesis.co.nz ([2001:df5:b000:5::4]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ngdss-001B0h-8G for linux-arm-kernel@lists.infradead.org; Tue, 19 Apr 2022 02:46:31 +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 D61892C035C; Tue, 19 Apr 2022 02:46:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alliedtelesis.co.nz; s=mail181024; t=1650336375; bh=sRGk2YLIrbWxJbw0oiF+CRe6renxMpGCpGXuPsK7JdI=; h=From:To:Cc:Subject:Date:From; b=OY9GiVihNEYm7fqbyQJNeSLfHQeKH2+Z+quZZiFRnYdhsLy0nKIZ/Vp5ndQmfA1kt 9Mc+coZ8ZaNvRvUL2tWl4Snz9BapbGjealn9vTUQWLTawg35nxNHEHOwLNJWG6/OZW +NsijBFnmRqYQz71uQYnT2vtZlrzEtcbLyu+chBekPTQI2lTbcSkJKwuh5qWhTTLYf 63Rt2/DQ5uH8Zkwa/+IA8b65euTM8xiVjCfQgVib0lBcFZxea9u06q/7jmbmOKphDu 7aSFbxYzTrUhVl4SJprVgcy5EJonPcr2tkVdjhIxAJOBVo+YGGVqkuXA5KpcBQuLvI DhTNN84yGzoTQ== 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, 19 Apr 2022 14:46:15 +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 A9AE213EE37; Tue, 19 Apr 2022 14:46:15 +1200 (NZST) Received: by chrisp-dl.ws.atlnz.lc (Postfix, from userid 1030) id 0E73D2A2679; Tue, 19 Apr 2022 14:46:14 +1200 (NZST) From: Chris Packham To: ulf.hansson@linaro.org, robh+dt@kernel.org, krzk+dt@kernel.org, andrew@lunn.ch, gregory.clement@bootlin.com, sebastian.hesselbarth@gmail.com, adrian.hunter@intel.com, nico@fluxnic.net 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 v2 0/4] dt-bindings: mmc: Convert orion/dove bindings to JSON schema Date: Tue, 19 Apr 2022 14:46:07 +1200 Message-Id: <20220419024611.1327525-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=RL7N4Lq+ c=1 sm=1 tr=0 a=KLBiSEs5mFS1a/PbTCJxuA==:117 a=z0gMJWrwH1QA:10 a=gYTcDOeBFi1z4r4J0SoA: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-20220418_194630_498262_7A5FB89C X-CRM114-Status: GOOD ( 11.36 ) 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 is a small series converting the device tree bindings for the orion and dove sdhci controllers to JSON schema. The first 2 patches update the dtsi files to use a node name enforces by the schema. These need to be applied for the schema to validate correctly. The next 2 patches convert the old text binding to JSON schema. Chris Packham (4): ARM: dts: mvebu: Update mvsdio node names to match schema ARM: dts: dove: Update sdio-host node names to match schema dt-bindings: mmc: convert orion-sdio to JSON schema dt-bindings: mmc: convert sdhci-dove to JSON schema .../bindings/mmc/marvell,dove-sdhci.yaml | 44 +++++++++++++++++++ .../bindings/mmc/marvell,orion-sdio.yaml | 44 +++++++++++++++++++ .../devicetree/bindings/mmc/orion-sdio.txt | 16 ------- .../devicetree/bindings/mmc/sdhci-dove.txt | 14 ------ arch/arm/boot/dts/armada-370-xp.dtsi | 2 +- arch/arm/boot/dts/armada-375.dtsi | 2 +- arch/arm/boot/dts/dove.dtsi | 4 +- arch/arm/boot/dts/kirkwood-6192.dtsi | 2 +- arch/arm/boot/dts/kirkwood-6281.dtsi | 2 +- arch/arm/boot/dts/kirkwood-6282.dtsi | 2 +- 10 files changed, 95 insertions(+), 37 deletions(-) create mode 100644 Documentation/devicetree/bindings/mmc/marvell,dove-sdhci.yaml create mode 100644 Documentation/devicetree/bindings/mmc/marvell,orion-sdio.yaml delete mode 100644 Documentation/devicetree/bindings/mmc/orion-sdio.txt delete mode 100644 Documentation/devicetree/bindings/mmc/sdhci-dove.txt -- 2.35.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel