From: Shawn Guo <shawnguo@kernel.org>
To: haibo.chen@nxp.com
Cc: robh+dt@kernel.org, s.hauer@pengutronix.de,
kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com,
aisheng.dong@nxp.com, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] arm64: dts: imx8qm: minor fix for schema dts check
Date: Wed, 22 Sep 2021 11:12:31 +0800 [thread overview]
Message-ID: <20210922031230.GI10217@dragon> (raw)
In-Reply-To: <1629272675-7142-1-git-send-email-haibo.chen@nxp.com>
On Wed, Aug 18, 2021 at 03:44:35PM +0800, haibo.chen@nxp.com wrote:
> From: Haibo Chen <haibo.chen@nxp.com>
>
> Add minor fix to pass schema dts check.
>
> Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
> ---
> .../arm64/boot/dts/freescale/imx8-ss-conn.dtsi | 18 +++++++++---------
> .../boot/dts/freescale/imx8qm-ss-conn.dtsi | 4 ++--
> 2 files changed, 11 insertions(+), 11 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/freescale/imx8-ss-conn.dtsi b/arch/arm64/boot/dts/freescale/imx8-ss-conn.dtsi
> index a79f42a9618e..639220dbff00 100644
> --- a/arch/arm64/boot/dts/freescale/imx8-ss-conn.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8-ss-conn.dtsi
> @@ -38,9 +38,9 @@ conn_subsys: bus@5b000000 {
> interrupts = <GIC_SPI 232 IRQ_TYPE_LEVEL_HIGH>;
> reg = <0x5b010000 0x10000>;
> clocks = <&sdhc0_lpcg IMX_LPCG_CLK_4>,
> - <&sdhc0_lpcg IMX_LPCG_CLK_5>,
> - <&sdhc0_lpcg IMX_LPCG_CLK_0>;
> - clock-names = "ipg", "per", "ahb";
> + <&sdhc0_lpcg IMX_LPCG_CLK_0>,
> + <&sdhc0_lpcg IMX_LPCG_CLK_5>;
> + clock-names = "ipg", "ahb", "per";
> power-domains = <&pd IMX_SC_R_SDHC_0>;
> status = "disabled";
> };
> @@ -49,9 +49,9 @@ conn_subsys: bus@5b000000 {
> interrupts = <GIC_SPI 233 IRQ_TYPE_LEVEL_HIGH>;
> reg = <0x5b020000 0x10000>;
> clocks = <&sdhc1_lpcg IMX_LPCG_CLK_4>,
> - <&sdhc1_lpcg IMX_LPCG_CLK_5>,
> - <&sdhc1_lpcg IMX_LPCG_CLK_0>;
> - clock-names = "ipg", "per", "ahb";
> + <&sdhc1_lpcg IMX_LPCG_CLK_0>,
> + <&sdhc1_lpcg IMX_LPCG_CLK_5>;
> + clock-names = "ipg", "ahb", "per";
> power-domains = <&pd IMX_SC_R_SDHC_1>;
> fsl,tuning-start-tap = <20>;
> fsl,tuning-step= <2>;
> @@ -62,9 +62,9 @@ conn_subsys: bus@5b000000 {
> interrupts = <GIC_SPI 234 IRQ_TYPE_LEVEL_HIGH>;
> reg = <0x5b030000 0x10000>;
> clocks = <&sdhc2_lpcg IMX_LPCG_CLK_4>,
> - <&sdhc2_lpcg IMX_LPCG_CLK_5>,
> - <&sdhc2_lpcg IMX_LPCG_CLK_0>;
> - clock-names = "ipg", "per", "ahb";
> + <&sdhc2_lpcg IMX_LPCG_CLK_0>,
> + <&sdhc2_lpcg IMX_LPCG_CLK_5>;
> + clock-names = "ipg", "ahb", "per";
> power-domains = <&pd IMX_SC_R_SDHC_2>;
> status = "disabled";
> };
> diff --git a/arch/arm64/boot/dts/freescale/imx8qm-ss-conn.dtsi b/arch/arm64/boot/dts/freescale/imx8qm-ss-conn.dtsi
> index 42637a45701c..17bbe2e16126 100644
> --- a/arch/arm64/boot/dts/freescale/imx8qm-ss-conn.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8qm-ss-conn.dtsi
> @@ -13,9 +13,9 @@
> };
>
> &usdhc1 {
> - compatible = "fsl,imx8qm-usdhc", "fsl,imx8qxp-usdhc", "fsl,imx7d-usdhc";
> + compatible = "fsl,imx8qxp-usdhc", "fsl,imx7d-usdhc";
We should document "fsl,imx8qm-usdhc" instead?
Shawn
> };
>
> &usdhc2 {
> - compatible = "fsl,imx8qm-usdhc", "fsl,imx8qxp-usdhc", "fsl,imx7d-usdhc";
> + compatible = "fsl,imx8qxp-usdhc", "fsl,imx7d-usdhc";
> };
> --
> 2.17.1
>
next prev parent reply other threads:[~2021-09-22 3:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-18 7:44 [PATCH] arm64: dts: imx8qm: minor fix for schema dts check haibo.chen
2021-09-22 3:12 ` Shawn Guo [this message]
2021-09-22 3:14 ` Shawn Guo
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=20210922031230.GI10217@dragon \
--to=shawnguo@kernel.org \
--cc=aisheng.dong@nxp.com \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=haibo.chen@nxp.com \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=robh+dt@kernel.org \
--cc=s.hauer@pengutronix.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).