From 82f027bb988f3c40faae5c1bf04be87bfbc22f99 Mon Sep 17 00:00:00 2001 From: Erwan Gouriou Date: Tue, 28 Feb 2023 15:29:38 +0100 Subject: [PATCH] dts: stm32f446: Add PLL I2S node Describe PLL I2S node for F446 derived parts. Signed-off-by: Erwan Gouriou --- dts/arm/st/f4/stm32f446.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dts/arm/st/f4/stm32f446.dtsi b/dts/arm/st/f4/stm32f446.dtsi index 75dd74072f1..32647405a05 100644 --- a/dts/arm/st/f4/stm32f446.dtsi +++ b/dts/arm/st/f4/stm32f446.dtsi @@ -10,7 +10,9 @@ / { clocks { - /delete-node/ plli2s; + plli2s: plli2s { + compatible = "st,stm32f412-plli2s-clock"; + }; }; soc {