mbox series

[GIT,PULL,2/3] Broadcom devicetree-arm64 fixes for 4.18

Message ID 20180619233104.32173-2-f.fainelli@gmail.com
State New
Headers show
Series [GIT,PULL,1/3] Broadcom devicetree fixes for 4.18 | expand

Pull-request

https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.18/devicetree-arm64-fixes

Message

Florian Fainelli June 19, 2018, 11:31 p.m. UTC
The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:

  Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)

are available in the git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.18/devicetree-arm64-fixes

for you to fetch changes up to 75af23c4736c5633894ea0baf9bca1cf6b248ca4:

  arm64: dts: Stingray: Fix I2C controller interrupt type (2018-06-18 09:47:36 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM64-based SoCs Device Tree fixes
for 4.18, please pull the following:

- Scott fixes both the bcm958742k and bcm958742t reference boards to
  have the correct eMMC voltage specified

- Ray fixes the I2C and PCIe Device Tree nodes interrupt specifiers for
  Northstar 2 and Stingray SoCs.

----------------------------------------------------------------
Ray Jui (3):
      arm64: dts: ns2: Fix I2C controller interrupt type
      arm64: dts: ns2: Fix PCIe controller interrupt type
      arm64: dts: Stingray: Fix I2C controller interrupt type

Scott Branden (2):
      arm64: dts: specify 1.8V EMMC capabilities for bcm958742k
      arm64: dts: specify 1.8V EMMC capabilities for bcm958742t

 arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi     | 8 ++++----
 arch/arm64/boot/dts/broadcom/stingray/bcm958742k.dts | 4 ++++
 arch/arm64/boot/dts/broadcom/stingray/bcm958742t.dts | 4 ++++
 arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi  | 4 ++--
 4 files changed, 14 insertions(+), 6 deletions(-)

Comments

Olof Johansson June 23, 2018, 5:21 p.m. UTC | #1
On Tue, Jun 19, 2018 at 4:31 PM, Florian Fainelli <f.fainelli@gmail.com> wrote:
> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
>
>   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
>
> are available in the git repository at:
>
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.18/devicetree-arm64-fixes
>
> for you to fetch changes up to 75af23c4736c5633894ea0baf9bca1cf6b248ca4:
>
>   arm64: dts: Stingray: Fix I2C controller interrupt type (2018-06-18 09:47:36 -0700)
>
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM64-based SoCs Device Tree fixes
> for 4.18, please pull the following:
>
> - Scott fixes both the bcm958742k and bcm958742t reference boards to
>   have the correct eMMC voltage specified
>
> - Ray fixes the I2C and PCIe Device Tree nodes interrupt specifiers for
>   Northstar 2 and Stingray SoCs.
>
> ----------------------------------------------------------------
> Ray Jui (3):
>       arm64: dts: ns2: Fix I2C controller interrupt type
>       arm64: dts: ns2: Fix PCIe controller interrupt type
>       arm64: dts: Stingray: Fix I2C controller interrupt type
>
> Scott Branden (2):
>       arm64: dts: specify 1.8V EMMC capabilities for bcm958742k
>       arm64: dts: specify 1.8V EMMC capabilities for bcm958742t

Merged, thanks!

Btw, for fixes you don't need to split up per topic, we're happy to
take single branches there since volume tends to be lower and we pile
it all into a fixes branch at our end anyway.



-Olof
Florian Fainelli June 23, 2018, 6:49 p.m. UTC | #2
On June 23, 2018 10:21:02 AM PDT, Olof Johansson <olof@lixom.net> wrote:
>On Tue, Jun 19, 2018 at 4:31 PM, Florian Fainelli
><f.fainelli@gmail.com> wrote:
>> The following changes since commit
>ce397d215ccd07b8ae3f71db689aedb85d56ab40:
>>
>>   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
>>
>> are available in the git repository at:
>>
>>   https://github.com/Broadcom/stblinux.git
>tags/arm-soc/for-4.18/devicetree-arm64-fixes
>>
>> for you to fetch changes up to
>75af23c4736c5633894ea0baf9bca1cf6b248ca4:
>>
>>   arm64: dts: Stingray: Fix I2C controller interrupt type (2018-06-18
>09:47:36 -0700)
>>
>> ----------------------------------------------------------------
>> This pull request contains Broadcom ARM64-based SoCs Device Tree
>fixes
>> for 4.18, please pull the following:
>>
>> - Scott fixes both the bcm958742k and bcm958742t reference boards to
>>   have the correct eMMC voltage specified
>>
>> - Ray fixes the I2C and PCIe Device Tree nodes interrupt specifiers
>for
>>   Northstar 2 and Stingray SoCs.
>>
>> ----------------------------------------------------------------
>> Ray Jui (3):
>>       arm64: dts: ns2: Fix I2C controller interrupt type
>>       arm64: dts: ns2: Fix PCIe controller interrupt type
>>       arm64: dts: Stingray: Fix I2C controller interrupt type
>>
>> Scott Branden (2):
>>       arm64: dts: specify 1.8V EMMC capabilities for bcm958742k
>>       arm64: dts: specify 1.8V EMMC capabilities for bcm958742t
>
>Merged, thanks!
>
>Btw, for fixes you don't need to split up per topic, we're happy to
>take single branches there since volume tends to be lower and we pile
>it all into a fixes branch at our end anyway.

Good to know that will simplify things greatly on my side. Thanks!