mbox series

[GIT,PULL] Gemini fixes for v5.2

Message ID CACRpkdbTdVeDaCra3iiaRhf3vby3zMx+WaL+AQ5XhS6VSyGZ7Q@mail.gmail.com
State New
Headers show
Series [GIT,PULL] Gemini fixes for v5.2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git

Message

Linus Walleij June 19, 2019, 11:31 a.m. UTC
Hi ARM SoC folks,

here are two DTS fixes for the Gemini for v5.2. Please
pull them in to ARM SoC.

Yours,
Linus Walleij


The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
tags/gemini-dts-v5.2

for you to fetch changes up to 36558020128b1a48b7bddd5792ee70e3f64b04b0:

  ARM: dts: gemini Fix up DNS-313 compatible string (2019-06-19 13:24:03 +0200)

----------------------------------------------------------------
This fixes up two issues with the Gemini DTS files:
- Blank console after a while on the DIR-685 so as
  not to waste power
- Fix up the erroneous compatible string on the DNS-313

----------------------------------------------------------------
Linus Walleij (2):
      ARM: dts: Blank D-Link DIR-685 console
      ARM: dts: gemini Fix up DNS-313 compatible string

 arch/arm/boot/dts/gemini-dlink-dir-685.dts | 2 +-
 arch/arm/boot/dts/gemini-dlink-dns-313.dts | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Olof Johansson June 19, 2019, 2:26 p.m. UTC | #1
On Wed, Jun 19, 2019 at 01:31:12PM +0200, Linus Walleij wrote:
> Hi ARM SoC folks,
> 
> here are two DTS fixes for the Gemini for v5.2. Please
> pull them in to ARM SoC.
> 
> Yours,
> Linus Walleij
> 
> 
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
> tags/gemini-dts-v5.2
> 
> for you to fetch changes up to 36558020128b1a48b7bddd5792ee70e3f64b04b0:
> 
>   ARM: dts: gemini Fix up DNS-313 compatible string (2019-06-19 13:24:03 +0200)
> 
> ----------------------------------------------------------------
> This fixes up two issues with the Gemini DTS files:
> - Blank console after a while on the DIR-685 so as
>   not to waste power
> - Fix up the erroneous compatible string on the DNS-313

Merged, thanks!


-Olof