mbox series

[GIT,PULL] arm64: dts: Amlogic fixes for v5.3-rc

Message ID 7h1rxq0ws9.fsf@baylibre.com
State New
Headers show
Series [GIT,PULL] arm64: dts: Amlogic fixes for v5.3-rc | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-fixes

Message

Kevin Hilman Aug. 12, 2019, 11:49 p.m. UTC
The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-fixes

for you to fetch changes up to dc7f2cb218b5ef65ab3d455a0e62d27e44075203:

  arm64: dts: amlogic: odroid-n2: keep SD card regulator always on (2019-08-05 14:06:55 -0700)

----------------------------------------------------------------
arm64: dts: Amlogic fixes for v5.3-rc
- a few small DT fixes for g12a/g12b platforms

----------------------------------------------------------------
Neil Armstrong (2):
      arm64: dts: meson-g12a: add missing dwc2 phy-names
      arm64: dts: meson-g12a-sei510: enable IR controller

Xavier Ruppen (1):
      arm64: dts: amlogic: odroid-n2: keep SD card regulator always on

 arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts    | 6 ++++++
 arch/arm64/boot/dts/amlogic/meson-g12a.dtsi          | 1 +
 arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dts | 1 +
 3 files changed, 8 insertions(+)

Comments

Arnd Bergmann Aug. 15, 2019, 12:47 p.m. UTC | #1
On Tue, Aug 13, 2019 at 1:49 AM Kevin Hilman <khilman@baylibre.com> wrote:
>
> The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:
>
>   Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)
>
> are available in the Git repository at:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-fixes
>
> for you to fetch changes up to dc7f2cb218b5ef65ab3d455a0e62d27e44075203:
>
>   arm64: dts: amlogic: odroid-n2: keep SD card regulator always on (2019-08-05 14:06:55 -0700)
>
> ----------------------------------------------------------------
> arm64: dts: Amlogic fixes for v5.3-rc
> - a few small DT fixes for g12a/g12b platforms

Pulled into arm/fixes, thanks!

      Arnd