From: Gabriel Fernandez <gabriel.fernandez@xxxxxx> This patch adds the QSPI clock for stm32f469 discovery board. Signed-off-by: Gabriel Fernandez <gabriel.fernandez@xxxxxx> --- arch/arm/boot/dts/stm32f469-disco.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/stm32f469-disco.dts b/arch/arm/boot/dts/stm32f469-disco.dts index cb55ac8..80aecc0 100644 --- a/arch/arm/boot/dts/stm32f469-disco.dts +++ b/arch/arm/boot/dts/stm32f469-disco.dts @@ -66,6 +66,10 @@ }; }; +&rcc { + compatible = "st,stm32f46xx-rcc", "st,stm32-rcc"; +}; + &clk_hse { clock-frequency = <8000000>; }; -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html