projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a38fd87
)
dt-bindings: clock: imx8qxp-lpcg: correct the example clock-names
author
Peng Fan
<peng.fan@nxp.com>
Thu, 25 Feb 2021 03:10:01 +0000
(11:10 +0800)
committer
Shawn Guo
<shawnguo@kernel.org>
Mon, 15 Mar 2021 04:22:07 +0000
(12:22 +0800)
Align with all other i.MX using the mmc controller, align
the clock-names.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Documentation/devicetree/bindings/clock/imx8qxp-lpcg.yaml
patch
|
blob
|
history
diff --git
a/Documentation/devicetree/bindings/clock/imx8qxp-lpcg.yaml
b/Documentation/devicetree/bindings/clock/imx8qxp-lpcg.yaml
index 940486ef1051d10fbbf6c0c70f3aebaa2f5e0ec1..0f6fe365ebf3068f38f59967d8b9a4957b688c86 100644
(file)
--- a/
Documentation/devicetree/bindings/clock/imx8qxp-lpcg.yaml
+++ b/
Documentation/devicetree/bindings/clock/imx8qxp-lpcg.yaml
@@
-107,8
+107,8
@@
examples:
interrupts = <GIC_SPI 232 IRQ_TYPE_LEVEL_HIGH>;
reg = <0x5b010000 0x10000>;
clocks = <&sdhc0_lpcg IMX_LPCG_CLK_4>,
- <&sdhc0_lpcg IMX_LPCG_CLK_
0
>,
- <&sdhc0_lpcg IMX_LPCG_CLK_
5
>;
- clock-names = "ipg", "
per", "ahb
";
+ <&sdhc0_lpcg IMX_LPCG_CLK_
5
>,
+ <&sdhc0_lpcg IMX_LPCG_CLK_
0
>;
+ clock-names = "ipg", "
ahb", "per
";
power-domains = <&pd IMX_SC_R_SDHC_0>;
};