Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1383191
| From | Peng Fan <van.freenix@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH V2 1/3] arm: dts: imx6qdl: add clocks property for ocotp node |
| Date | 2016-04-20 11:20 +0200 |
| Message-ID | <rpWsF-5yx-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Add clocks property for ocotp node.
Signed-off-by: Peng Fan <van.freenix@gmail.com>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Sascha Hauer <kernel@pengutronix.de>
Cc: Rob Herring <robh+dt@kernel.org>
---
V2:
none
arch/arm/boot/dts/imx6qdl.dtsi | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index b42822a..6b2ef6c 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -1100,6 +1100,7 @@
ocotp: ocotp@021bc000 {
compatible = "fsl,imx6q-ocotp", "syscon";
reg = <0x021bc000 0x4000>;
+ clocks = <&clks IMX6QDL_CLK_IIM>;
};
tzasc@021d0000 { /* TZASC1 */
--
2.6.6
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH V2 1/3] arm: dts: imx6qdl: add clocks property for ocotp node Peng Fan <van.freenix@gmail.com> - 2016-04-20 11:20 +0200 [PATCH V2 2/3] arm: dts: imx6sl: add clocks property for ocotp node Peng Fan <van.freenix@gmail.com> - 2016-04-20 11:20 +0200
csiph-web