Hi Gabriel, On 10/14/2016 11:18 AM, gabriel.fernandez@xxxxxx wrote:
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 e911af8..4052023 100644 --- a/arch/arm/boot/dts/stm32f469-disco.dts +++ b/arch/arm/boot/dts/stm32f469-disco.dts @@ -66,6 +66,10 @@ }; }; +&rcc { + compatible = "st,stm32f469-rcc", "st,stm32-rcc"; +}; +
With this patch, stm32f469-disco doesn't boot if clk drivers patch are not applied. Can you please send a new version to keep compatibility with older clk driver.
&rcc { > + compatible = "st,stm32f469-rcc", "st,stm32-rcc"; -> compatible = "st,stm32f469-rcc", "st,stm32f42xx-rcc", "st,stm32-rcc"; > +}; > + I will take it in next pull request round. Regards Alex
&clk_hse { clock-frequency = <8000000>; };
-- 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