linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: f.fainelli@gmail.com (Florian Fainelli)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/7] Broadcom devicetree changes for 4.13 (v2)
Date: Tue, 13 Jun 2017 13:10:39 -0700	[thread overview]
Message-ID: <20170613201044.9808-2-f.fainelli@gmail.com> (raw)
In-Reply-To: <20170613201044.9808-1-f.fainelli@gmail.com>

The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:

  Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)

are available in the git repository at:

  http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.13/devicetree

for you to fetch changes up to 4a579ecf3d4f964bd6b39605610201cd4d5a7e8e:

  Merge tag 'bcm2835-dt-next-2017-06-12' into devicetree/next (2017-06-13 12:38:48 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based Device Tree changes for 4.13.

Note that Baruch's changes are fixes that are currently included in v4.12-rc2,
but they are also included here in order to keep this tag based off v4.12-rc1.

Please pull the following:

- Rafal adds CPU and thermal zones to the Northstar (BCM5301X) Device Tree and he
  also adds the MDIO controller nodes for later use by USB PHYs

- Eric adds support for the V3D engine and Ethernet switch on the Cygnus
  platforms, he also adds a set of Device Tree sources and include files for the
  Raspberry Pi 3 (BCM2837) to be used with the ARM/Linux kernel,

- Jon adds CPU and thermal zones to the Northstar Plus Device Tree files

- Stefan updates the Raspberry Pi DTS files with thermal trip points and zones,
  adds support for the USB OTG on the Raspberry Pi Zero which includes the
  proper dwc2 configuration, a generic USB PHY and finally the enabling of the
  OTG controller by including the proper DTS include file

- Gerd switches the Raspberry Pi DTS files to use the SDHOST controller (faster
  than the SDHCI)

----------------------------------------------------------------
Baruch Siach (4):
      ARM: dts: bcm2835: fix uart0 pinctrl node names
      ARM: dts: bcm2835: fix i2c0 pins
      ARM: dts: bcm2835: fix uart0/uart1 pins
      ARM: dts: bcm2835: add index to the ethernet alias

Eric Anholt (3):
      ARM: dts: Add devicetree for the Raspberry Pi 3, for arm32 (v6)
      ARM: dts: Cygnus: Add BCM11360's V3D device
      ARM: dts: Cygnus: Add the ethernet switch and ethernet PHY

Florian Fainelli (2):
      Merge tag 'bcm2835-dt-next-2017-03-30' into devicetree/next
      Merge tag 'bcm2835-dt-next-2017-06-12' into devicetree/next

Gerd Hoffmann (1):
      ARM: dts: bcm283x: switch from &sdhci to &sdhost

Jon Mason (1):
      ARM: dts: NSP: Add Thermal Support

Rafa? Mi?ecki (2):
      ARM: dts: BCM5301X: Add CPU thermal sensor and zone
      ARM: dts: BCM5301X: Specify MDIO bus in the DT

Stefan Wahren (4):
      ARM: dts: bcm283x: Add CPU thermal zone with 1 trip point
      ARM: dts: bcm283x: Add dtsi for OTG mode
      ARM: dts: bcm283x: Add generic USB PHY
      ARM: dts: bcm2835-rpi-zero: Enable OTG mode

 arch/arm/boot/dts/Makefile                  |  1 +
 arch/arm/boot/dts/bcm-cygnus.dtsi           | 71 +++++++++++++++++++++++++++++
 arch/arm/boot/dts/bcm-nsp.dtsi              | 26 +++++++++++
 arch/arm/boot/dts/bcm2835-rpi-zero.dts      |  2 +-
 arch/arm/boot/dts/bcm2835-rpi.dtsi          |  2 +-
 arch/arm/boot/dts/bcm2835.dtsi              |  4 ++
 arch/arm/boot/dts/bcm2836.dtsi              |  4 ++
 arch/arm/boot/dts/bcm2837-rpi-3-b.dts       |  1 +
 arch/arm/boot/dts/bcm283x-rpi-smsc9512.dtsi |  2 +-
 arch/arm/boot/dts/bcm283x-rpi-smsc9514.dtsi |  2 +-
 arch/arm/boot/dts/bcm283x-rpi-usb-otg.dtsi  | 10 ++++
 arch/arm/boot/dts/bcm283x.dtsi              | 49 ++++++++++++++++----
 arch/arm/boot/dts/bcm5301x.dtsi             | 34 ++++++++++++++
 arch/arm/boot/dts/bcm911360_entphn.dts      | 20 ++++++++
 14 files changed, 215 insertions(+), 13 deletions(-)
 create mode 100644 arch/arm/boot/dts/bcm2837-rpi-3-b.dts
 create mode 100644 arch/arm/boot/dts/bcm283x-rpi-usb-otg.dtsi

  reply	other threads:[~2017-06-13 20:10 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-13 20:10 [GIT PULL 1/7] Broadcom soc changes for 4.13 (v2) Florian Fainelli
2017-06-13 20:10 ` Florian Fainelli [this message]
2017-06-22 22:42   ` [GIT PULL 2/7] Broadcom devicetree " Florian Fainelli
2017-06-13 20:10 ` [GIT PULL 3/7] Broadcom devicetree-arm64 " Florian Fainelli
2017-06-22 22:43   ` Florian Fainelli
2017-06-13 20:10 ` [GIT PULL 4/7] Broadcom maintainers " Florian Fainelli
2017-06-19  3:29   ` Olof Johansson
2017-06-19  7:52     ` Lee Jones
2017-06-13 20:10 ` [GIT PULL 5/7] Broadcom defconfig " Florian Fainelli
2017-06-19  3:29   ` Olof Johansson
2017-06-13 20:10 ` [GIT PULL 6/7] Broadcom defconfig-arm64 " Florian Fainelli
2017-06-19  3:30   ` Olof Johansson
2017-06-13 20:10 ` [GIT PULL 7/7] Broadcom drivers " Florian Fainelli
2017-06-19  3:31   ` Olof Johansson
2017-06-22 22:39 ` [GIT PULL 1/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=20170613201044.9808-2-f.fainelli@gmail.com \
    --to=f.fainelli@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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).