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: Stefan Wahren <stefan.wahren@i2se.com>,
	Florian Fainelli <f.fainelli@gmail.com>,
	Chanwoo Choi <cw00.choi@samsung.com>,
	arnd@arndb.de, Christian Lamparter <chunkeey@gmail.com>,
	Andre Przywara <andre.przywara@arm.com>,
	Dave Stevenson <dave.stevenson@raspberrypi.com>,
	Scott Branden <scott.branden@broadcom.com>,
	Adrian Schmutzler <freifunk@adrianschmutzler.de>,
	Ray Jui <ray.jui@broadcom.com>, Maxime Ripard <maxime@cerno.tech>,
	olof@lixom.net, bcm-kernel-feedback-list@broadcom.com,
	khilman@kernel.org, Hoegeun Kwon <hoegeun.kwon@samsung.com>,
	Nicolas Saenz Julienne <nsaenzjulienne@suse.de>,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 1/5] Broadcom devicetree changes for 5.10
Date: Fri, 11 Sep 2020 20:21:48 -0700	[thread overview]
Message-ID: <20200912032153.1216354-1-f.fainelli@gmail.com> (raw)

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 1a4a752ee876b7c7d775d73c51decdbf852ba4d5:

  Merge tag 'tags/bcm2835-dt-next-2020-09-08' into devicetree/next (2020-09-10 13:35:55 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs changes for 5.10,
please pull the following:

- Christian adds support for the Cisco Meraki MR32 which is based on the
  BCM53016 SoC, this requires specifying the PWM, second UART and third
  PCIe controller in Device Tree before finally adding support for the
  board.

- Adrian updates the status properties from "ok" to "okay".

- Andre fixes the SP805 watchdog nodes to have the correct clock names
  and binding for both the Cygnus and Northstar Plus (NSP). He does the
  same thing with the SP804 timer node which was missing an
  "arm,primecell" compatible string.

- Maxime enables the BCM2711 (Raspberry Pi 4) display pipeline since all
  DRM changes are ready.

----------------------------------------------------------------
Adrian Schmutzler (1):
      ARM: dts: NSP: replace status value "ok" by "okay"

Andre Przywara (3):
      ARM: dts: Cygnus: Fix SP805 clocks
      ARM: dts: NSP: Fix SP805 clock-names
      ARM: dts: broadcom: Fix SP804 node

Christian Lamparter (5):
      dt-bindings: ARM: add bindings for the Meraki MR32
      ARM: dts: BCM5301X: Specify PWM in the DT
      ARM: dts: BCM5301X: Specify uart2 in the DT
      ARM: dts: BCM5301X: Specify pcie2 in the DT
      ARM: BCM5301X: Add DT for Meraki MR32

Florian Fainelli (1):
      Merge tag 'tags/bcm2835-dt-next-2020-09-08' into devicetree/next

Maxime Ripard (1):
      ARM: dts: bcm2711: Enable the display pipeline

 .../devicetree/bindings/arm/bcm/brcm,bcm4708.yaml  |   2 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/bcm-cygnus.dtsi                  |   4 +-
 arch/arm/boot/dts/bcm-nsp.dtsi                     |   6 +-
 arch/arm/boot/dts/bcm2711-rpi-4-b.dts              |  48 +++++
 arch/arm/boot/dts/bcm2711.dtsi                     | 122 ++++++++++++-
 arch/arm/boot/dts/bcm53016-meraki-mr32.dts         | 197 +++++++++++++++++++++
 arch/arm/boot/dts/bcm5301x.dtsi                    |  25 ++-
 arch/arm/boot/dts/bcm958525xmc.dts                 |   2 +-
 arch/arm/boot/dts/bcm958625k.dts                   |   2 +-
 10 files changed, 399 insertions(+), 10 deletions(-)
 create mode 100644 arch/arm/boot/dts/bcm53016-meraki-mr32.dts

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

             reply	other threads:[~2020-09-12  3:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-12  3:21 Florian Fainelli [this message]
2020-09-12  3:21 ` [GIT PULL 2/5] Broadcom devicetree-arm64 changes for 5.10 Florian Fainelli
2020-09-12  3:21 ` [GIT PULL 3/5] Broadcom drivers " Florian Fainelli
2020-09-12  3:21 ` [GIT PULL 4/5] Broadcom maintainers " Florian Fainelli
2020-09-12  3:21 ` [GIT PULL 5/5] 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=20200912032153.1216354-1-f.fainelli@gmail.com \
    --to=f.fainelli@gmail.com \
    --cc=andre.przywara@arm.com \
    --cc=arnd@arndb.de \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=chunkeey@gmail.com \
    --cc=cw00.choi@samsung.com \
    --cc=dave.stevenson@raspberrypi.com \
    --cc=freifunk@adrianschmutzler.de \
    --cc=hoegeun.kwon@samsung.com \
    --cc=khilman@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=maxime@cerno.tech \
    --cc=nsaenzjulienne@suse.de \
    --cc=olof@lixom.net \
    --cc=ray.jui@broadcom.com \
    --cc=scott.branden@broadcom.com \
    --cc=soc@kernel.org \
    --cc=stefan.wahren@i2se.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).