2018-03-15 09:07:54

by Patrice CHOTARD

[permalink] [raw]
Subject: [GIT PULL] STi DT update for v4.17 round 2

Hi Arnd, Kevin, Olof

PLease consider this second round of STi dts update for v4.17

The following changes since commit 0e04ce02e6a2ac30d21294d8bb2aeceb8489e52b:

ARM: dts: STi: Remove unused clk_ext2f_a9 clock (2018-02-13 13:31:38
+0100)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti.git

for you to fetch changes up to 9a5f4879cd8de167e82f335317c63f2ffdc80129:

ARM: dts: stih4xx: Add missing #sound-dai-cells (2018-03-15 09:52:25
+0100)

----------------------------------------------------------------

STi DT update:

Add missing #sound-dai-cells which fix DT dtc warnings when building
with W=1

----------------------------------------------------------------
Rob Herring (1):
ARM: dts: stih4xx: Add missing #sound-dai-cells

arch/arm/boot/dts/stih407.dtsi | 1 +
arch/arm/boot/dts/stih410.dtsi | 1 +
2 files changed, 2 insertions(+)


2018-03-15 15:01:00

by Arnd Bergmann

[permalink] [raw]
Subject: Re: [GIT PULL] STi DT update for v4.17 round 2

On Thu, Mar 15, 2018 at 10:06 AM, Patrice CHOTARD
<[email protected]> wrote:
> Hi Arnd, Kevin, Olof
>
> PLease consider this second round of STi dts update for v4.17
>
> The following changes since commit 0e04ce02e6a2ac30d21294d8bb2aeceb8489e52b:
>
> ARM: dts: STi: Remove unused clk_ext2f_a9 clock (2018-02-13 13:31:38
> +0100)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti.git
>
> for you to fetch changes up to 9a5f4879cd8de167e82f335317c63f2ffdc80129:
>
> ARM: dts: stih4xx: Add missing #sound-dai-cells (2018-03-15 09:52:25
> +0100)
>
> ----------------------------------------------------------------
>
> STi DT update:
>
> Add missing #sound-dai-cells which fix DT dtc warnings when building
> with W=1

You missed a tag name for this one, but I found tags/sti-dt-for-v4.17-round2
to be the one that matches the commit ID above and pulled that.

Arnd

2018-03-15 15:24:31

by Patrice CHOTARD

[permalink] [raw]
Subject: Re: [GIT PULL] STi DT update for v4.17 round 2

Hi Arnd

On 03/15/2018 03:59 PM, Arnd Bergmann wrote:
> On Thu, Mar 15, 2018 at 10:06 AM, Patrice CHOTARD
> <[email protected]> wrote:
>> Hi Arnd, Kevin, Olof
>>
>> PLease consider this second round of STi dts update for v4.17
>>
>> The following changes since commit 0e04ce02e6a2ac30d21294d8bb2aeceb8489e52b:
>>
>> ARM: dts: STi: Remove unused clk_ext2f_a9 clock (2018-02-13 13:31:38
>> +0100)
>>
>> are available in the git repository at:
>>
>> git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti.git
>>
>> for you to fetch changes up to 9a5f4879cd8de167e82f335317c63f2ffdc80129:
>>
>> ARM: dts: stih4xx: Add missing #sound-dai-cells (2018-03-15 09:52:25
>> +0100)
>>
>> ----------------------------------------------------------------
>>
>> STi DT update:
>>
>> Add missing #sound-dai-cells which fix DT dtc warnings when building
>> with W=1
>
> You missed a tag name for this one, but I found tags/sti-dt-for-v4.17-round2
> to be the one that matches the commit ID above and pulled that.
>
> Arnd
>

Sorry for that.
I will check that point, i noticed that i got the same issue with the
previous pull request for STi DT.

Thanks

Patrice