All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dong Aisheng <aisheng.dong@nxp.com>
To: devicetree@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org, linux-imx@nxp.com,
	kernel@pengutronix.de, aisheng.dong@nxp.com, dongas86@gmail.com,
	robh+dt@kernel.org, shawnguo@kernel.org
Subject: [PATCH 7/7] arm64: dts: imx8mp: fix fspi dt schema check error
Date: Thu, 15 Jul 2021 16:25:36 +0800	[thread overview]
Message-ID: <20210715082536.1882077-8-aisheng.dong@nxp.com> (raw)
In-Reply-To: <20210715082536.1882077-1-aisheng.dong@nxp.com>

arch/arm64/boot/dts/freescale/imx8mp-evk.dt.yaml: spi@30bb0000: clock-names:0: 'fspi_en' was expected
	From schema: /home/b29396/linux/linux-linus/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml
arch/arm64/boot/dts/freescale/imx8mp-evk.dt.yaml: spi@30bb0000: clock-names:1: 'fspi' was expected
	From schema: /home/b29396/linux/linux-linus/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml

Cc: Rob Herring <robh+dt@kernel.org>
Cc: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx8mp.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
index 9f7c7f587d38..decbab0b7445 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
@@ -767,7 +767,7 @@ flexspi: spi@30bb0000 {
 				interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
 				clocks = <&clk IMX8MP_CLK_QSPI_ROOT>,
 					 <&clk IMX8MP_CLK_QSPI_ROOT>;
-				clock-names = "fspi", "fspi_en";
+				clock-names = "fspi_en", "fspi";
 				assigned-clock-rates = <80000000>;
 				assigned-clocks = <&clk IMX8MP_CLK_QSPI>;
 				#address-cells = <1>;
-- 
2.25.1


WARNING: multiple messages have this Message-ID (diff)
From: Dong Aisheng <aisheng.dong@nxp.com>
To: devicetree@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org, linux-imx@nxp.com,
	kernel@pengutronix.de, aisheng.dong@nxp.com, dongas86@gmail.com,
	robh+dt@kernel.org, shawnguo@kernel.org
Subject: [PATCH 7/7] arm64: dts: imx8mp: fix fspi dt schema check error
Date: Thu, 15 Jul 2021 16:25:36 +0800	[thread overview]
Message-ID: <20210715082536.1882077-8-aisheng.dong@nxp.com> (raw)
In-Reply-To: <20210715082536.1882077-1-aisheng.dong@nxp.com>

arch/arm64/boot/dts/freescale/imx8mp-evk.dt.yaml: spi@30bb0000: clock-names:0: 'fspi_en' was expected
	From schema: /home/b29396/linux/linux-linus/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml
arch/arm64/boot/dts/freescale/imx8mp-evk.dt.yaml: spi@30bb0000: clock-names:1: 'fspi' was expected
	From schema: /home/b29396/linux/linux-linus/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml

Cc: Rob Herring <robh+dt@kernel.org>
Cc: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx8mp.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
index 9f7c7f587d38..decbab0b7445 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
@@ -767,7 +767,7 @@ flexspi: spi@30bb0000 {
 				interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
 				clocks = <&clk IMX8MP_CLK_QSPI_ROOT>,
 					 <&clk IMX8MP_CLK_QSPI_ROOT>;
-				clock-names = "fspi", "fspi_en";
+				clock-names = "fspi_en", "fspi";
 				assigned-clock-rates = <80000000>;
 				assigned-clocks = <&clk IMX8MP_CLK_QSPI>;
 				#address-cells = <1>;
-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2021-07-15  8:26 UTC|newest]

Thread overview: 69+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-15  8:25 [PATCH 0/7] dt-bindings: imx8mp: fix dt schema check errors Dong Aisheng
2021-07-15  8:25 ` Dong Aisheng
2021-07-15  8:25 ` [PATCH 1/7] dt-bindings: can: flexcan: fix imx8mp compatbile Dong Aisheng
2021-07-15  8:25   ` Dong Aisheng
2021-07-15  9:12   ` Marc Kleine-Budde
2021-07-15  9:12     ` Marc Kleine-Budde
2021-07-15 10:45     ` Dong Aisheng
2021-07-15 10:45       ` Dong Aisheng
2021-07-15 11:00       ` Joakim Zhang
2021-07-15 11:00         ` Joakim Zhang
2021-07-15 11:07         ` Marc Kleine-Budde
2021-07-15 11:07           ` Marc Kleine-Budde
2021-07-15 11:36           ` Dong Aisheng
2021-07-15 11:36             ` Dong Aisheng
2021-07-15 11:44             ` Joakim Zhang
2021-07-15 11:44               ` Joakim Zhang
2021-07-15 11:49               ` Dong Aisheng
2021-07-15 11:49                 ` Dong Aisheng
2021-07-15 12:10                 ` Marc Kleine-Budde
2021-07-15 12:10                   ` Marc Kleine-Budde
2021-07-15 12:07             ` Marc Kleine-Budde
2021-07-15 12:07               ` Marc Kleine-Budde
2021-07-16  2:04               ` Joakim Zhang
2021-07-16  2:04                 ` Joakim Zhang
2021-07-16  9:06                 ` Marc Kleine-Budde
2021-07-16  9:06                   ` Marc Kleine-Budde
2021-07-15  8:25 ` [PATCH 2/7] dt-bindings: spi: flexspi: convert to json schema Dong Aisheng
2021-07-15  8:25   ` Dong Aisheng
2021-07-15  9:25   ` [EXT] " Kuldeep Singh
2021-07-15  9:25     ` Kuldeep Singh
2021-07-15 10:43     ` Dong Aisheng
2021-07-15 10:43       ` Dong Aisheng
2021-07-15  8:25 ` [PATCH 3/7] dt-bindings: net: dsa: sja1105: fix wrong indentation Dong Aisheng
2021-07-15  8:25   ` Dong Aisheng
2021-07-15 10:04   ` Vladimir Oltean
2021-07-15 10:04     ` Vladimir Oltean
2021-07-15 10:43     ` Dong Aisheng
2021-07-15 10:43       ` Dong Aisheng
2021-07-15  8:25 ` [PATCH 4/7] dt-bindings: phy: imx8mq-usb-phy: convert to json schema Dong Aisheng
2021-07-15  8:25   ` Dong Aisheng
2021-07-15  8:25   ` Dong Aisheng
2021-07-22  2:47   ` Rob Herring
2021-07-22  2:47     ` Rob Herring
2021-07-22  2:47     ` Rob Herring
2021-08-06 11:30   ` Vinod Koul
2021-08-06 11:30     ` Vinod Koul
2021-08-06 11:30     ` Vinod Koul
2021-07-15  8:25 ` [PATCH 5/7] dt-bindings: soc: imx: add missing anatop binding Dong Aisheng
2021-07-15  8:25   ` Dong Aisheng
2021-07-22  2:49   ` Rob Herring
2021-07-22  2:49     ` Rob Herring
2021-08-02 11:36     ` Dong Aisheng
2021-08-02 11:36       ` Dong Aisheng
2021-08-02 15:01       ` Rob Herring
2021-08-02 15:01         ` Rob Herring
2021-08-03  4:04         ` Dong Aisheng
2021-08-03  4:04           ` Dong Aisheng
2021-07-15  8:25 ` [PATCH 6/7] dt-bindings: soc: imx: add missing iomuxc gpr binding Dong Aisheng
2021-07-15  8:25   ` Dong Aisheng
2021-07-15 13:54   ` Rob Herring
2021-07-15 13:54     ` Rob Herring
2021-07-16  3:28     ` Dong Aisheng
2021-07-16  3:28       ` Dong Aisheng
2021-07-28 17:30       ` Rob Herring
2021-07-28 17:30         ` Rob Herring
2021-08-02 11:36         ` Dong Aisheng
2021-08-02 11:36           ` Dong Aisheng
2021-07-15  8:25 ` Dong Aisheng [this message]
2021-07-15  8:25   ` [PATCH 7/7] arm64: dts: imx8mp: fix fspi dt schema check error Dong Aisheng

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210715082536.1882077-8-aisheng.dong@nxp.com \
    --to=aisheng.dong@nxp.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dongas86@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=robh+dt@kernel.org \
    --cc=shawnguo@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.