Re: [PATCH 1/3] ARM: dts: stm32: Fix DT dtc warnings for stm32h7

From: Alexandre Torgue
Date: Tue Aug 07 2018 - 07:56:49 EST


Hi Patrice

On 08/07/2018 01:38 PM, Alexandre Torgue wrote:
+ÂÂÂ #address-cells = <1>;
+ÂÂÂ #size-cells = <1>;
+
ÂÂÂÂÂ clocks {
ÂÂÂÂÂÂÂÂÂ clk_hse: clk-hse {
ÂÂÂÂÂÂÂÂÂÂÂÂÂ #clock-cells = <0>;
@@ -60,7 +62,7 @@
ÂÂÂÂÂÂÂÂÂÂÂÂÂ clock-frequency = <32768>;
ÂÂÂÂÂÂÂÂÂ };
-ÂÂÂÂÂÂÂ clk_i2s: i2s_ckin {
+ÂÂÂÂÂÂÂ clk_i2s: i2s-ckin {

clock driver deals with "i2s_ckin" for clock source selection. I need to check deeper if this change could cause an issue.

Sorry I didn't check in the well driver. As far I can see it's ok for this part of patch.

cheers
Alex


thx
Alex