mbox series

[GIT,PULL,2/2] ARM: dts: socfpga: updates for v5.1

Message ID 20190204160210.18046-2-dinguyen@kernel.org
State New
Headers show
Series [GIT,PULL,1/2] ARM: defconfig: socfpga_defconfig: updates for v5.1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_for_v5.1

Message

Dinh Nguyen Feb. 4, 2019, 4:02 p.m. UTC
Hi Arnd, Kevin, and Olof:

Please pull in these DTS updates for v5.1.

Thanks,
Dinh

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_for_v5.1

for you to fetch changes up to 1c909b2dfe6a21de2c24dc1c1405593e40e3a88c:

  ARM: dts: socfpga: update more missing reset properties (2019-01-29 17:12:52 -0600)

----------------------------------------------------------------
SoCFPGA DTS updates for v5.1
- Add SMMU node for Stratix10
- Add vendor prefix fo Novtech
- Add a new 96Boards Chameleon96 board that uses a Cyclone5 SoCFPGA
- Add missing reset properties for all IP on Cyclone5 and Arria10

----------------------------------------------------------------
Dinh Nguyen (1):
      ARM: dts: socfpga: update missing reset property peripherals

Manivannan Sadhasivam (2):
      dt-bindings: vendor-prefixes: Add Novtech Vendor Prefix
      ARM: dts: Add support for 96Boards Chameleon96 board

Simon Goldschmidt (1):
      ARM: dts: socfpga: update more missing reset properties

Thor Thayer (1):
      arm64: dts: stratix10: Add Stratix10 SMMU support

 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/socfpga.dtsi                     |  16 +++
 arch/arm/boot/dts/socfpga_arria10.dtsi             |  18 +++
 arch/arm/boot/dts/socfpga_cyclone5_chameleon96.dts | 130 +++++++++++++++++++++
 arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi  |  29 +++++
 6 files changed, 195 insertions(+)
 create mode 100644 arch/arm/boot/dts/socfpga_cyclone5_chameleon96.dts

Comments

Arnd Bergmann Feb. 15, 2019, 2:39 p.m. UTC | #1
On Mon, Feb 4, 2019 at 5:02 PM Dinh Nguyen <dinguyen@kernel.org> wrote:
> SoCFPGA DTS updates for v5.1
> - Add SMMU node for Stratix10
> - Add vendor prefix fo Novtech
> - Add a new 96Boards Chameleon96 board that uses a Cyclone5 SoCFPGA
> - Add missing reset properties for all IP on Cyclone5 and Arria10
>

Pulled into arm/dt, thanks!

      Arnd