linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: imx8mp: Reorder flexspi clock-names entry
@ 2021-09-08  6:51 Kuldeep Singh
  2021-09-22  8:19 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Kuldeep Singh @ 2021-09-08  6:51 UTC (permalink / raw)
  To: devicetree, linux-arm-kernel, linux-kernel; +Cc: Shawn Guo, Kuldeep Singh

Reorder flexspi clock-names entry to make it compliant with bindings.

Signed-off-by: Kuldeep Singh <kuldeep.singh@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 3096acf63437..278c48ca03c2 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
@@ -785,7 +785,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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm64: dts: imx8mp: Reorder flexspi clock-names entry
  2021-09-08  6:51 [PATCH] arm64: dts: imx8mp: Reorder flexspi clock-names entry Kuldeep Singh
@ 2021-09-22  8:19 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2021-09-22  8:19 UTC (permalink / raw)
  To: Kuldeep Singh; +Cc: devicetree, linux-arm-kernel, linux-kernel

On Wed, Sep 08, 2021 at 12:21:26PM +0530, Kuldeep Singh wrote:
> Reorder flexspi clock-names entry to make it compliant with bindings.
> 
> Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>

Applied, thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-22  8:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-08  6:51 [PATCH] arm64: dts: imx8mp: Reorder flexspi clock-names entry Kuldeep Singh
2021-09-22  8:19 ` 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).