linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Florian Fainelli <f.fainelli@gmail.com>
To: soc@kernel.org
Cc: William Zhang <william.zhang@broadcom.com>,
	Florian Fainelli <f.fainelli@gmail.com>,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	Anand Gore <anand.gore@broadcom.com>,
	linux-arm-kernel@lists.infradead.org, arnd@arndb.de,
	olof@lixom.net, khilman@kernel.org,
	bcm-kernel-feedback-list@broadcom.com
Subject: [GIT PULL 4/7] Broadcom devicetree-arm64 changes for 5.20
Date: Mon, 11 Jul 2022 09:44:48 -0700	[thread overview]
Message-ID: <20220711164451.3542127-5-f.fainelli@gmail.com> (raw)
In-Reply-To: <20220711164451.3542127-1-f.fainelli@gmail.com>

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

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

for you to fetch changes up to eab6bb0994b806525fc5e362e8b865f61c4a9e20:

  arm64: dts: Add DTS files for bcmbca SoC BCM6813 (2022-06-15 10:40:02 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM64-based SocS Device Tree
updates for 5.20, please pull the following:

- William adds the ARCH_BCMBCA Kconfig entry to follow the ARM 32-bit
  counter part and adds basic support for these DSL/PON SoCs: 63158,
  4912, 63146, 6856, 6813

- Anand adds basic support for the 6858 SoC

- Krzysztof fixes a missing space between a property name and its value
  in a number of DTS files

----------------------------------------------------------------
Anand Gore (1):
      ARM64: dts: Add DTS files for bcmbca SoC BCM6858

Krzysztof Kozlowski (1):
      arm64: dts: broadcom: adjust whitespace around '='

William Zhang (6):
      arm64: bcmbca: add arch bcmbca machine entry
      arm64: dts: Add DTS files for bcmbca SoC BCM63158
      arm64: dts: Add DTS files for bcmbca SoC BCM4912
      arm64: dts: Add DTS files for bcmbca SoC BCM63146
      arm64: dts: Add DTS files for bcmbca SoC BCM6856
      arm64: dts: Add DTS files for bcmbca SoC BCM6813

 arch/arm64/Kconfig.platforms                       |   9 ++
 arch/arm64/boot/dts/broadcom/Makefile              |   1 +
 arch/arm64/boot/dts/broadcom/bcmbca/Makefile       |   7 ++
 arch/arm64/boot/dts/broadcom/bcmbca/bcm4912.dtsi   | 128 +++++++++++++++++++++
 arch/arm64/boot/dts/broadcom/bcmbca/bcm63146.dtsi  | 110 ++++++++++++++++++
 arch/arm64/boot/dts/broadcom/bcmbca/bcm63158.dtsi  | 128 +++++++++++++++++++++
 arch/arm64/boot/dts/broadcom/bcmbca/bcm6813.dtsi   | 128 +++++++++++++++++++++
 arch/arm64/boot/dts/broadcom/bcmbca/bcm6856.dtsi   | 103 +++++++++++++++++
 arch/arm64/boot/dts/broadcom/bcmbca/bcm6858.dtsi   | 121 +++++++++++++++++++
 arch/arm64/boot/dts/broadcom/bcmbca/bcm94912.dts   |  30 +++++
 arch/arm64/boot/dts/broadcom/bcmbca/bcm963146.dts  |  30 +++++
 arch/arm64/boot/dts/broadcom/bcmbca/bcm963158.dts  |  30 +++++
 arch/arm64/boot/dts/broadcom/bcmbca/bcm96813.dts   |  30 +++++
 arch/arm64/boot/dts/broadcom/bcmbca/bcm96856.dts   |  30 +++++
 arch/arm64/boot/dts/broadcom/bcmbca/bcm96858.dts   |  30 +++++
 .../arm64/boot/dts/broadcom/stingray/stingray.dtsi |   2 +-
 16 files changed, 916 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/Makefile
 create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm4912.dtsi
 create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm63146.dtsi
 create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm63158.dtsi
 create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm6813.dtsi
 create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm6856.dtsi
 create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm6858.dtsi
 create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm94912.dts
 create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm963146.dts
 create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm963158.dts
 create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm96813.dts
 create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm96856.dts
 create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm96858.dts

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2022-07-11 16:46 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-11 16:44 [PATCH 0/7] Broadcom SoC updates for 5.20 Florian Fainelli
2022-07-11 16:44 ` [GIT PULL 1/7] Broadcom defconfig changes " Florian Fainelli
2022-07-11 16:44 ` [GIT PULL 2/7] Broadcom defconfig-arm64 " Florian Fainelli
2022-07-11 16:44 ` [GIT PULL 3/7] Broadcom devicetree " Florian Fainelli
2022-07-11 16:44 ` Florian Fainelli [this message]
2022-07-11 16:44 ` [GIT PULL 5/7] Broadcom drivers " Florian Fainelli
2022-07-11 16:44 ` [GIT PULL 6/7] Broadcom maintainers " Florian Fainelli
2022-07-11 16:44 ` [GIT PULL 7/7] Broadcom soc " Florian Fainelli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220711164451.3542127-5-f.fainelli@gmail.com \
    --to=f.fainelli@gmail.com \
    --cc=anand.gore@broadcom.com \
    --cc=arnd@arndb.de \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=khilman@kernel.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=olof@lixom.net \
    --cc=soc@kernel.org \
    --cc=william.zhang@broadcom.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).