projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c832fe
)
arm64: dts: imx8mm: Reorder flexspi clock-names entry
author
Kuldeep Singh
<kuldeep.singh@nxp.com>
Tue, 9 Mar 2021 11:14:24 +0000
(16:44 +0530)
committer
Shawn Guo
<shawnguo@kernel.org>
Mon, 29 Mar 2021 01:49:57 +0000
(09:49 +0800)
Reorder flexspi clock-names entry to make it compliant with bindings.
Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/freescale/imx8mm.dtsi
b/arch/arm64/boot/dts/freescale/imx8mm.dtsi
index 6bf1d15ba16a88b1890aa510c815eb637d35f487..a27e02bee6b4797376e213adb3acfabcc7af9df6 100644
(file)
--- a/
arch/arm64/boot/dts/freescale/imx8mm.dtsi
+++ b/
arch/arm64/boot/dts/freescale/imx8mm.dtsi
@@
-887,7
+887,7
@@
interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clk IMX8MM_CLK_QSPI_ROOT>,
<&clk IMX8MM_CLK_QSPI_ROOT>;
- clock-names = "fspi
", "fspi_en
";
+ clock-names = "fspi
_en", "fspi
";
status = "disabled";
};