mbox series

[GIT,PULL,1/3] Broadcom devicetree-arm64 changes for 6.9

Message ID 20240307200441.2151734-1-florian.fainelli@broadcom.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,1/3] Broadcom devicetree-arm64 changes for 6.9 | expand

Pull-request

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

Message

Florian Fainelli March 7, 2024, 8:04 p.m. UTC
The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 27058b95fbb784406ea4c40b20caa3f04937140c:

  arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells (2024-01-29 10:43:10 -0800)

----------------------------------------------------------------
This pull request contains Broadcom ARM64-based SoCs changes for 6.9,
please pull the following:

- Rafal defines a proper NVMEM layout for the Asus GT-AC5300 router and
  removes some invalid Device Tree properties pertaining to the
  Ethernet switch on bcm4908

----------------------------------------------------------------
Rafał Miłecki (2):
      arm64: dts: broadcom: bcmbca: bcm4908: use NVMEM layout for Asus GT-AC5300
      arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells

 .../boot/dts/broadcom/bcmbca/bcm4908-asus-gt-ac5300.dts     | 13 +++++++------
 arch/arm64/boot/dts/broadcom/bcmbca/bcm4908.dtsi            |  3 ---
 2 files changed, 7 insertions(+), 9 deletions(-)

Comments

Arnd Bergmann March 11, 2024, 8:14 a.m. UTC | #1
On Thu, Mar 7, 2024, at 21:04, Florian Fainelli wrote:
> The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:
>
>   Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)
>
> are available in the Git repository at:
>
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-6.9/devicetree-arm64
>
> for you to fetch changes up to 27058b95fbb784406ea4c40b20caa3f04937140c:
>
>   arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells 
> (2024-01-29 10:43:10 -0800)
>
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM64-based SoCs changes for 6.9,
> please pull the following:
>
> - Rafal defines a proper NVMEM layout for the Asus GT-AC5300 router and
>   removes some invalid Device Tree properties pertaining to the
>   Ethernet switch on bcm4908

I merged your three branches into the soc/late branch of the
soc tree since they came in after I had finished the other
pull requests. My plan is to send a separate PR for the late
branch a few days after the other ones.

      Arnd