mbox series

[GIT,PULL] STi DT update for v4.17 round 2

Message ID af473935-7cb6-e59a-3b52-055d8492248c@st.com
State New
Headers show
Series [GIT,PULL] STi DT update for v4.17 round 2 | expand

Pull-request

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

Message

Patrice CHOTARD March 15, 2018, 9:06 a.m. UTC
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(+)

Comments

Arnd Bergmann March 15, 2018, 2:59 p.m. UTC | #1
On Thu, Mar 15, 2018 at 10:06 AM, Patrice CHOTARD
<patrice.chotard@st.com> 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
Patrice CHOTARD March 15, 2018, 3:22 p.m. UTC | #2
Hi Arnd

On 03/15/2018 03:59 PM, Arnd Bergmann wrote:
> On Thu, Mar 15, 2018 at 10:06 AM, Patrice CHOTARD
> <patrice.chotard@st.com> 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