Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1383191 > unrolled thread

[PATCH V2 1/3] arm: dts: imx6qdl: add clocks property for ocotp node

Started byPeng Fan <van.freenix@gmail.com>
First post2016-04-20 11:20 +0200
Last post2016-04-20 11:20 +0200
Articles 2 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [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

#1383191 — [PATCH V2 1/3] arm: dts: imx6qdl: add clocks property for ocotp node

FromPeng Fan <van.freenix@gmail.com>
Date2016-04-20 11:20 +0200
Subject[PATCH V2 1/3] arm: dts: imx6qdl: add clocks property for ocotp node
Message-ID<rpWsF-5yx-9@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1383192 — [PATCH V2 2/3] arm: dts: imx6sl: add clocks property for ocotp node

FromPeng Fan <van.freenix@gmail.com>
Date2016-04-20 11:20 +0200
Subject[PATCH V2 2/3] arm: dts: imx6sl: add clocks property for ocotp node
Message-ID<rpWsG-5yx-19@gated-at.bofh.it>
In reply to#1383191
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/imx6sl.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi
index d12b250..b37da94 100644
--- a/arch/arm/boot/dts/imx6sl.dtsi
+++ b/arch/arm/boot/dts/imx6sl.dtsi
@@ -853,6 +853,7 @@
 			ocotp: ocotp@021bc000 {
 				compatible = "fsl,imx6sl-ocotp", "syscon";
 				reg = <0x021bc000 0x4000>;
+				clocks = <&clks IMX6SL_CLK_OCOTP>;
 			};
 
 			audmux: audmux@021d8000 {
-- 
2.6.6

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web