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

From: Patrice CHOTARD
Date: Tue Aug 07 2018 - 08:01:37 EST


I will send a v2

Thanks for reviewing ;-)

Patrice

On 08/07/2018 01:56 PM, Alexandre Torgue wrote:
> 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