mbox series

[GIT,PULL,7/9] ARM: tegra: Device tree changes for v5.1-rc1

Message ID 20190208150935.32108-8-thierry.reding@gmail.com
State Deferred
Headers show
Series Tegra changes for v5.1-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.1-arm-dt

Message

Thierry Reding Feb. 8, 2019, 3:09 p.m. UTC
Hi ARM SoC maintainers,

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/tegra/linux.git tags/tegra-for-5.1-arm-dt

for you to fetch changes up to de45b787dab563d4d62b0457e89525be945dae96:

  ARM: tegra: add "jedec,spi-nor" flash compatible binding (2019-02-06 14:15:19 +0100)

Thanks,
Thierry

----------------------------------------------------------------
ARM: tegra: Device tree changes for v5.1-rc1

Contains a single patch that adds the "jedec,spi-nor" compatible string
where appropriate.

----------------------------------------------------------------
Rafał Miłecki (1):
      ARM: tegra: add "jedec,spi-nor" flash compatible binding

 arch/arm/boot/dts/tegra114-dalmore.dts    | 2 +-
 arch/arm/boot/dts/tegra124-jetson-tk1.dts | 2 +-
 arch/arm/boot/dts/tegra124-nyan.dtsi      | 2 +-
 arch/arm/boot/dts/tegra124-venice2.dts    | 2 +-
 arch/arm/boot/dts/tegra20-trimslice.dts   | 2 +-
 arch/arm/boot/dts/tegra30-beaver.dts      | 2 +-
 arch/arm/boot/dts/tegra30-cardhu.dtsi     | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

Comments

Arnd Bergmann Feb. 15, 2019, 2:51 p.m. UTC | #1
On Fri, Feb 8, 2019 at 4:09 PM Thierry Reding <thierry.reding@gmail.com> wrote:
> ARM: tegra: Device tree changes for v5.1-rc1
>
> Contains a single patch that adds the "jedec,spi-nor" compatible string
> where appropriate.

Pulled into arm/dt, thanks!

    Arnd