* [PATCH] arm64: dts: imx8mp: Reorder clock to match fsl,imx6q-pcie.yaml
@ 2023-01-16 10:16 Marek Vasut
2023-01-17 2:15 ` Hongxing Zhu
2023-01-26 6:51 ` Shawn Guo
0 siblings, 2 replies; 3+ messages in thread
From: Marek Vasut @ 2023-01-16 10:16 UTC (permalink / raw)
To: linux-arm-kernel
Cc: Marek Vasut, Adam Ford, Fabio Estevam, Krzysztof Kozlowski,
Laurent Pinchart, Lucas Stach, NXP Linux Team, Peng Fan,
Pengutronix Kernel Team, Richard Cochran, Richard Zhu,
Rob Herring, Sascha Hauer, Shawn Guo, devicetree
Reorder the PCIe clock in DT to match YAML DT schema. No functional change.
Signed-off-by: Marek Vasut <marex@denx.de>
---
Cc: Adam Ford <aford173@gmail.com>
Cc: Fabio Estevam <festevam@denx.de>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Lucas Stach <l.stach@pengutronix.de>
Cc: Marek Vasut <marex@denx.de>
Cc: NXP Linux Team <linux-imx@nxp.com>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Pengutronix Kernel Team <kernel@pengutronix.de>
Cc: Richard Cochran <richardcochran@gmail.com>
Cc: Richard Zhu <hongxing.zhu@nxp.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: devicetree@vger.kernel.org
To: linux-arm-kernel@lists.infradead.org
---
arch/arm64/boot/dts/freescale/imx8mp.dtsi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
index 90932dac41fc1..5120c20fc601c 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
@@ -1213,9 +1213,9 @@ pcie: pcie@33800000 {
reg = <0x33800000 0x400000>, <0x1ff00000 0x80000>;
reg-names = "dbi", "config";
clocks = <&clk IMX8MP_CLK_HSIO_ROOT>,
- <&clk IMX8MP_CLK_PCIE_ROOT>,
- <&clk IMX8MP_CLK_HSIO_AXI>;
- clock-names = "pcie", "pcie_aux", "pcie_bus";
+ <&clk IMX8MP_CLK_HSIO_AXI>,
+ <&clk IMX8MP_CLK_PCIE_ROOT>;
+ clock-names = "pcie", "pcie_bus", "pcie_aux";
assigned-clocks = <&clk IMX8MP_CLK_PCIE_AUX>;
assigned-clock-rates = <10000000>;
assigned-clock-parents = <&clk IMX8MP_SYS_PLL2_50M>;
--
2.39.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* RE: [PATCH] arm64: dts: imx8mp: Reorder clock to match fsl,imx6q-pcie.yaml
2023-01-16 10:16 [PATCH] arm64: dts: imx8mp: Reorder clock to match fsl,imx6q-pcie.yaml Marek Vasut
@ 2023-01-17 2:15 ` Hongxing Zhu
2023-01-26 6:51 ` Shawn Guo
1 sibling, 0 replies; 3+ messages in thread
From: Hongxing Zhu @ 2023-01-17 2:15 UTC (permalink / raw)
To: Marek Vasut, linux-arm-kernel@lists.infradead.org
Cc: Adam Ford, Fabio Estevam, Krzysztof Kozlowski, Laurent Pinchart,
Lucas Stach, dl-linux-imx, Peng Fan, Pengutronix Kernel Team,
Richard Cochran, Rob Herring, Sascha Hauer, Shawn Guo,
devicetree@vger.kernel.org
> -----Original Message-----
> From: Marek Vasut <marex@denx.de>
> Sent: 2023年1月16日 18:17
> To: linux-arm-kernel@lists.infradead.org
> Cc: Marek Vasut <marex@denx.de>; Adam Ford <aford173@gmail.com>;
> Fabio Estevam <festevam@denx.de>; Krzysztof Kozlowski
> <krzysztof.kozlowski+dt@linaro.org>; Laurent Pinchart
> <laurent.pinchart@ideasonboard.com>; Lucas Stach <l.stach@pengutronix.de>;
> dl-linux-imx <linux-imx@nxp.com>; Peng Fan <peng.fan@nxp.com>;
> Pengutronix Kernel Team <kernel@pengutronix.de>; Richard Cochran
> <richardcochran@gmail.com>; Hongxing Zhu <hongxing.zhu@nxp.com>; Rob
> Herring <robh+dt@kernel.org>; Sascha Hauer <s.hauer@pengutronix.de>;
> Shawn Guo <shawnguo@kernel.org>; devicetree@vger.kernel.org
> Subject: [PATCH] arm64: dts: imx8mp: Reorder clock to match
> fsl,imx6q-pcie.yaml
>
> Reorder the PCIe clock in DT to match YAML DT schema. No functional change.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Richard Zhu <hongxing.zhu@nxp.com>
> ---
> Cc: Adam Ford <aford173@gmail.com>
> Cc: Fabio Estevam <festevam@denx.de>
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
> Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> Cc: Lucas Stach <l.stach@pengutronix.de>
> Cc: Marek Vasut <marex@denx.de>
> Cc: NXP Linux Team <linux-imx@nxp.com>
> Cc: Peng Fan <peng.fan@nxp.com>
> Cc: Pengutronix Kernel Team <kernel@pengutronix.de>
> Cc: Richard Cochran <richardcochran@gmail.com>
> Cc: Richard Zhu <hongxing.zhu@nxp.com>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Sascha Hauer <s.hauer@pengutronix.de>
> Cc: Shawn Guo <shawnguo@kernel.org>
> Cc: devicetree@vger.kernel.org
> To: linux-arm-kernel@lists.infradead.org
> ---
> arch/arm64/boot/dts/freescale/imx8mp.dtsi | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi
> b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
> index 90932dac41fc1..5120c20fc601c 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
> @@ -1213,9 +1213,9 @@ pcie: pcie@33800000 {
> reg = <0x33800000 0x400000>, <0x1ff00000 0x80000>;
> reg-names = "dbi", "config";
> clocks = <&clk IMX8MP_CLK_HSIO_ROOT>,
> - <&clk IMX8MP_CLK_PCIE_ROOT>,
> - <&clk IMX8MP_CLK_HSIO_AXI>;
> - clock-names = "pcie", "pcie_aux", "pcie_bus";
> + <&clk IMX8MP_CLK_HSIO_AXI>,
> + <&clk IMX8MP_CLK_PCIE_ROOT>;
> + clock-names = "pcie", "pcie_bus", "pcie_aux";
> assigned-clocks = <&clk IMX8MP_CLK_PCIE_AUX>;
> assigned-clock-rates = <10000000>;
> assigned-clock-parents = <&clk IMX8MP_SYS_PLL2_50M>;
> --
> 2.39.0
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] arm64: dts: imx8mp: Reorder clock to match fsl,imx6q-pcie.yaml
2023-01-16 10:16 [PATCH] arm64: dts: imx8mp: Reorder clock to match fsl,imx6q-pcie.yaml Marek Vasut
2023-01-17 2:15 ` Hongxing Zhu
@ 2023-01-26 6:51 ` Shawn Guo
1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2023-01-26 6:51 UTC (permalink / raw)
To: Marek Vasut
Cc: linux-arm-kernel, Adam Ford, Fabio Estevam, Krzysztof Kozlowski,
Laurent Pinchart, Lucas Stach, NXP Linux Team, Peng Fan,
Pengutronix Kernel Team, Richard Cochran, Richard Zhu,
Rob Herring, Sascha Hauer, devicetree
On Mon, Jan 16, 2023 at 11:16:49AM +0100, Marek Vasut wrote:
> Reorder the PCIe clock in DT to match YAML DT schema. No functional change.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
Applied, thanks!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-01-26 6:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-16 10:16 [PATCH] arm64: dts: imx8mp: Reorder clock to match fsl,imx6q-pcie.yaml Marek Vasut
2023-01-17 2:15 ` Hongxing Zhu
2023-01-26 6:51 ` Shawn Guo
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).