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


Groups > linux.kernel > #1436516 > unrolled thread

[PATCH 4/4] ARM: dts: stm32f429: add missing #reset-cells of rcc

Started by<gabriel.fernandez@st.com>
First post2016-07-04 15:50 +0200
Last post2016-07-04 15:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 4/4] ARM: dts: stm32f429: add missing #reset-cells of rcc <gabriel.fernandez@st.com> - 2016-07-04 15:50 +0200

#1436516 — [PATCH 4/4] ARM: dts: stm32f429: add missing #reset-cells of rcc

From<gabriel.fernandez@st.com>
Date2016-07-04 15:50 +0200
Subject[PATCH 4/4] ARM: dts: stm32f429: add missing #reset-cells of rcc
Message-ID<rRcq6-6dI-19@gated-at.bofh.it>
From: Gabriel Fernandez <gabriel.fernandez@st.com>

This patch adds #reset-cells property to rcc node.

Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com>
---
 arch/arm/boot/dts/stm32f429.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/stm32f429.dtsi b/arch/arm/boot/dts/stm32f429.dtsi
index 35df462..fe89236 100644
--- a/arch/arm/boot/dts/stm32f429.dtsi
+++ b/arch/arm/boot/dts/stm32f429.dtsi
@@ -326,6 +326,7 @@
 		};
 
 		rcc: rcc@40023810 {
+			#reset-cells = <1>;
 			#clock-cells = <2>;
 			compatible = "st,stm32f42xx-rcc", "st,stm32-rcc";
 			reg = <0x40023800 0x400>;
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web