All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] ARM: dts: stm32: Add missing reset-cells node in stm32f476
@ 2017-05-17 15:15 ` Lionel Debieve
  0 siblings, 0 replies; 4+ messages in thread
From: Lionel Debieve @ 2017-05-17 15:15 UTC (permalink / raw)
  To: Alexandre Torgue, Maxime Coquelin
  Cc: Gabriel FERNANDEZ,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Lionel Debieve

rcc node must include reset-cells node.

Signed-off-by: Lionel Debieve <lionel.debieve-qxv4g6HH51o@public.gmane.org>
---
 arch/arm/boot/dts/stm32f746.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/stm32f746.dtsi b/arch/arm/boot/dts/stm32f746.dtsi
index c2765ce..b5a04f1 100644
--- a/arch/arm/boot/dts/stm32f746.dtsi
+++ b/arch/arm/boot/dts/stm32f746.dtsi
@@ -336,6 +336,7 @@
 		};
 
 		rcc: rcc@40023800 {
+			#reset-cells = <1>;
 			#clock-cells = <2>;
 			compatible = "st,stm32f746-rcc", "st,stm32-rcc";
 			reg = <0x40023800 0x400>;
-- 
2.7.4

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 1/1] ARM: dts: stm32: Add missing reset-cells node in stm32f476
@ 2017-05-17 15:15 ` Lionel Debieve
  0 siblings, 0 replies; 4+ messages in thread
From: Lionel Debieve @ 2017-05-17 15:15 UTC (permalink / raw)
  To: linux-arm-kernel

rcc node must include reset-cells node.

Signed-off-by: Lionel Debieve <lionel.debieve@st.com>
---
 arch/arm/boot/dts/stm32f746.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/stm32f746.dtsi b/arch/arm/boot/dts/stm32f746.dtsi
index c2765ce..b5a04f1 100644
--- a/arch/arm/boot/dts/stm32f746.dtsi
+++ b/arch/arm/boot/dts/stm32f746.dtsi
@@ -336,6 +336,7 @@
 		};
 
 		rcc: rcc at 40023800 {
+			#reset-cells = <1>;
 			#clock-cells = <2>;
 			compatible = "st,stm32f746-rcc", "st,stm32-rcc";
 			reg = <0x40023800 0x400>;
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/1] ARM: dts: stm32: Add missing reset-cells node in stm32f476
  2017-05-17 15:15 ` Lionel Debieve
@ 2017-06-12  9:49     ` Alexandre Torgue
  -1 siblings, 0 replies; 4+ messages in thread
From: Alexandre Torgue @ 2017-06-12  9:49 UTC (permalink / raw)
  To: Lionel Debieve, Maxime Coquelin
  Cc: Gabriel FERNANDEZ,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA

Hi Lionel,

On 05/17/2017 05:15 PM, Lionel Debieve wrote:
> rcc node must include reset-cells node.
> 
> Signed-off-by: Lionel Debieve <lionel.debieve-qxv4g6HH51o@public.gmane.org>
> ---
>   arch/arm/boot/dts/stm32f746.dtsi | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/boot/dts/stm32f746.dtsi b/arch/arm/boot/dts/stm32f746.dtsi
> index c2765ce..b5a04f1 100644
> --- a/arch/arm/boot/dts/stm32f746.dtsi
> +++ b/arch/arm/boot/dts/stm32f746.dtsi
> @@ -336,6 +336,7 @@
>   		};
>   
>   		rcc: rcc@40023800 {
> +			#reset-cells = <1>;
>   			#clock-cells = <2>;
>   			compatible = "st,stm32f746-rcc", "st,stm32-rcc";
>   			reg = <0x40023800 0x400>;
> 

Applied on stm32-dt-for-v4.13

Thanks
Alex
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/1] ARM: dts: stm32: Add missing reset-cells node in stm32f476
@ 2017-06-12  9:49     ` Alexandre Torgue
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Torgue @ 2017-06-12  9:49 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Lionel,

On 05/17/2017 05:15 PM, Lionel Debieve wrote:
> rcc node must include reset-cells node.
> 
> Signed-off-by: Lionel Debieve <lionel.debieve@st.com>
> ---
>   arch/arm/boot/dts/stm32f746.dtsi | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/boot/dts/stm32f746.dtsi b/arch/arm/boot/dts/stm32f746.dtsi
> index c2765ce..b5a04f1 100644
> --- a/arch/arm/boot/dts/stm32f746.dtsi
> +++ b/arch/arm/boot/dts/stm32f746.dtsi
> @@ -336,6 +336,7 @@
>   		};
>   
>   		rcc: rcc at 40023800 {
> +			#reset-cells = <1>;
>   			#clock-cells = <2>;
>   			compatible = "st,stm32f746-rcc", "st,stm32-rcc";
>   			reg = <0x40023800 0x400>;
> 

Applied on stm32-dt-for-v4.13

Thanks
Alex

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-06-12  9:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-17 15:15 [PATCH 1/1] ARM: dts: stm32: Add missing reset-cells node in stm32f476 Lionel Debieve
2017-05-17 15:15 ` Lionel Debieve
     [not found] ` <1495034156-19593-1-git-send-email-lionel.debieve-qxv4g6HH51o@public.gmane.org>
2017-06-12  9:49   ` Alexandre Torgue
2017-06-12  9:49     ` Alexandre Torgue

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.