[PATCH 1/1] ARM: dts: stm32: Add missing reset-cells node in stm32f476

Alexandre Torgue alexandre.torgue at st.com
Mon Jun 12 02:49:33 PDT 2017


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 at 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



More information about the linux-arm-kernel mailing list