mbox

[GIT,PULL] ARM: berlin: DT CPU clock fixup for v4.4

Message ID 1444934667-5451-1-git-send-email-sebastian.hesselbarth@gmail.com
State New
Headers show

Pull-request

git://git.infradead.org/users/hesselba/linux-berlin.git tags/berlin-dt-cpuclk-for-4.4-1

Message

Sebastian Hesselbarth Oct. 15, 2015, 6:44 p.m. UTC
Arnd, Kevin, Olof,

this is the single patch PR to fix the broken DT PR for Berlin
sent earlier. As Arnd requested, this only contains a patch adding
the missing CPUID_CLK to Berlin clock dt-binding include.

Please pull.

Sebastian

The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:

  Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)

are available in the git repository at:

  git://git.infradead.org/users/hesselba/linux-berlin.git tags/berlin-dt-cpuclk-for-4.4-1

for you to fetch changes up to 28c039eebaaa28def9364b9a12a30192be8b4730:

  ARM: berlin: dts: add CLKID_CPU for BG2Q (2015-10-15 20:31:41 +0200)

----------------------------------------------------------------
Marvell Berlin DT CPU clock for 4.4
- add missing CLKID_CPU for Berlin BG2Q

----------------------------------------------------------------
Sebastian Hesselbarth (1):
      ARM: berlin: dts: add CLKID_CPU for BG2Q

 include/dt-bindings/clock/berlin2q.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Arnd Bergmann Oct. 15, 2015, 6:53 p.m. UTC | #1
On Thursday 15 October 2015 20:44:27 Sebastian Hesselbarth wrote:
> Arnd, Kevin, Olof,
> 
> this is the single patch PR to fix the broken DT PR for Berlin
> sent earlier. As Arnd requested, this only contains a patch adding
> the missing CPUID_CLK to Berlin clock dt-binding include.
> 
> Please pull.
> 
> Sebastian
> 
> The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:
> 
>   Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)
> 
> are available in the git repository at:
> 
>   git://git.infradead.org/users/hesselba/linux-berlin.git tags/berlin-dt-cpuclk-for-4.4-1
> 
> for you to fetch changes up to 28c039eebaaa28def9364b9a12a30192be8b4730:
> 
>   ARM: berlin: dts: add CLKID_CPU for BG2Q (2015-10-15 20:31:41 +0200)
> 
> ----------------------------------------------------------------
> Marvell Berlin DT CPU clock for 4.4
> - add missing CLKID_CPU for Berlin BG2Q
> 

Pulled into next/dt, thanks a lot for the fix!

	Arnd
Sebastian Hesselbarth Oct. 15, 2015, 6:55 p.m. UTC | #2
On 15.10.2015 20:53, Arnd Bergmann wrote:
> On Thursday 15 October 2015 20:44:27 Sebastian Hesselbarth wrote:
>> Arnd, Kevin, Olof,
>>
>> this is the single patch PR to fix the broken DT PR for Berlin
>> sent earlier. As Arnd requested, this only contains a patch adding
>> the missing CPUID_CLK to Berlin clock dt-binding include.
>>
>> Please pull.
>>
>> Sebastian
>>
>> The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:
>>
>>    Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)
>>
>> are available in the git repository at:
>>
>>    git://git.infradead.org/users/hesselba/linux-berlin.git tags/berlin-dt-cpuclk-for-4.4-1
>>
>> for you to fetch changes up to 28c039eebaaa28def9364b9a12a30192be8b4730:
>>
>>    ARM: berlin: dts: add CLKID_CPU for BG2Q (2015-10-15 20:31:41 +0200)
>>
>> ----------------------------------------------------------------
>> Marvell Berlin DT CPU clock for 4.4
>> - add missing CLKID_CPU for Berlin BG2Q
>>
>
> Pulled into next/dt, thanks a lot for the fix!

Thanks a lot for the resolution!

Sebastian