projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9eaf998
)
arm64: dts: imx8mn: Reorder flexspi clock-names entry
author
Kuldeep Singh
<kuldeep.singh@nxp.com>
Tue, 9 Mar 2021 11:14:25 +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/imx8mn.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/freescale/imx8mn.dtsi
b/arch/arm64/boot/dts/freescale/imx8mn.dtsi
index 16ea50089567d2639f41e9be4249ff029b0349a8..4dac4da38f4c05122752dd9f5a4bf16a3fa2b5ba 100644
(file)
--- a/
arch/arm64/boot/dts/freescale/imx8mn.dtsi
+++ b/
arch/arm64/boot/dts/freescale/imx8mn.dtsi
@@
-898,7
+898,7
@@
interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clk IMX8MN_CLK_QSPI_ROOT>,
<&clk IMX8MN_CLK_QSPI_ROOT>;
- clock-names = "fspi
", "fspi_en
";
+ clock-names = "fspi
_en", "fspi
";
status = "disabled";
};