From: Kevin Hilman <khilman@baylibre.com>
To: soc@kernel.org, arm@kernel.org
Cc: linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org
Subject: [GIT PULL] arm64: dts: amlogic updates for v5.13
Date: Mon, 05 Apr 2021 15:48:18 -0700 [thread overview]
Message-ID: <7h5z10mjpp.fsf@baylibre.com> (raw)
The following changes since commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8:
Linux 5.12-rc1 (2021-02-28 16:05:19 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt64
for you to fetch changes up to 727d93ed3ba67307a82c3ac5ebc7e335265e8b9e:
arm64: dts: meson: add initial device-tree for MeCool KIII Pro (2021-04-05 15:35:39 -0700)
----------------------------------------------------------------
arm64: dts: amlogic updates for v5.13
- new boards: MeCool KII & KIII, Minix NEO U9-H
- used fixed index for MMC devices
----------------------------------------------------------------
Alexander Stein (1):
arm64: dts: amlogic: Assign a fixed index to mmc devices
Christian Hewitt (5):
dt-bindings: arm: amlogic: add support for the Minix NEO U9-H
arm64: dts: meson: add initial device-tree for Minix NEO U9-H
dt-bindings: arm: amlogic: add MeCool KII/KIII Pro bindings
arm64: dts: meson: add initial device-tree for MeCool KII Pro
arm64: dts: meson: add initial device-tree for MeCool KIII Pro
Documentation/devicetree/bindings/arm/amlogic.yaml | 3 +++
arch/arm64/boot/dts/amlogic/Makefile | 3 +++
arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi | 6 +++++
arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 6 +++++
arch/arm64/boot/dts/amlogic/meson-gxl-s905d-mecool-kii-pro.dts | 86 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm64/boot/dts/amlogic/meson-gxm-mecool-kiii-pro.dts | 113 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm64/boot/dts/amlogic/meson-gxm-minix-neo-u9h.dts | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
7 files changed, 337 insertions(+)
create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxl-s905d-mecool-kii-pro.dts
create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxm-mecool-kiii-pro.dts
create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxm-minix-neo-u9h.dts
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@baylibre.com>
To: soc@kernel.org, arm@kernel.org
Cc: linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org
Subject: [GIT PULL] arm64: dts: amlogic updates for v5.13
Date: Mon, 05 Apr 2021 15:48:18 -0700 [thread overview]
Message-ID: <7h5z10mjpp.fsf@baylibre.com> (raw)
The following changes since commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8:
Linux 5.12-rc1 (2021-02-28 16:05:19 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt64
for you to fetch changes up to 727d93ed3ba67307a82c3ac5ebc7e335265e8b9e:
arm64: dts: meson: add initial device-tree for MeCool KIII Pro (2021-04-05 15:35:39 -0700)
----------------------------------------------------------------
arm64: dts: amlogic updates for v5.13
- new boards: MeCool KII & KIII, Minix NEO U9-H
- used fixed index for MMC devices
----------------------------------------------------------------
Alexander Stein (1):
arm64: dts: amlogic: Assign a fixed index to mmc devices
Christian Hewitt (5):
dt-bindings: arm: amlogic: add support for the Minix NEO U9-H
arm64: dts: meson: add initial device-tree for Minix NEO U9-H
dt-bindings: arm: amlogic: add MeCool KII/KIII Pro bindings
arm64: dts: meson: add initial device-tree for MeCool KII Pro
arm64: dts: meson: add initial device-tree for MeCool KIII Pro
Documentation/devicetree/bindings/arm/amlogic.yaml | 3 +++
arch/arm64/boot/dts/amlogic/Makefile | 3 +++
arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi | 6 +++++
arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 6 +++++
arch/arm64/boot/dts/amlogic/meson-gxl-s905d-mecool-kii-pro.dts | 86 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm64/boot/dts/amlogic/meson-gxm-mecool-kiii-pro.dts | 113 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm64/boot/dts/amlogic/meson-gxm-minix-neo-u9h.dts | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
7 files changed, 337 insertions(+)
create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxl-s905d-mecool-kii-pro.dts
create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxm-mecool-kiii-pro.dts
create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxm-minix-neo-u9h.dts
WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@baylibre.com>
To: soc@kernel.org, arm@kernel.org
Cc: linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org
Subject: [GIT PULL] arm64: dts: amlogic updates for v5.13
Date: Mon, 05 Apr 2021 15:48:18 -0700 [thread overview]
Message-ID: <7h5z10mjpp.fsf@baylibre.com> (raw)
Message-ID: <20210405224818.WT--MOIsAMJx1oejJoqoZLoYZI2N5e3lBiK_tRBvEq8@z> (raw)
The following changes since commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8:
Linux 5.12-rc1 (2021-02-28 16:05:19 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt64
for you to fetch changes up to 727d93ed3ba67307a82c3ac5ebc7e335265e8b9e:
arm64: dts: meson: add initial device-tree for MeCool KIII Pro (2021-04-05 15:35:39 -0700)
----------------------------------------------------------------
arm64: dts: amlogic updates for v5.13
- new boards: MeCool KII & KIII, Minix NEO U9-H
- used fixed index for MMC devices
----------------------------------------------------------------
Alexander Stein (1):
arm64: dts: amlogic: Assign a fixed index to mmc devices
Christian Hewitt (5):
dt-bindings: arm: amlogic: add support for the Minix NEO U9-H
arm64: dts: meson: add initial device-tree for Minix NEO U9-H
dt-bindings: arm: amlogic: add MeCool KII/KIII Pro bindings
arm64: dts: meson: add initial device-tree for MeCool KII Pro
arm64: dts: meson: add initial device-tree for MeCool KIII Pro
Documentation/devicetree/bindings/arm/amlogic.yaml | 3 +++
arch/arm64/boot/dts/amlogic/Makefile | 3 +++
arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi | 6 +++++
arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 6 +++++
arch/arm64/boot/dts/amlogic/meson-gxl-s905d-mecool-kii-pro.dts | 86 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm64/boot/dts/amlogic/meson-gxm-mecool-kiii-pro.dts | 113 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm64/boot/dts/amlogic/meson-gxm-minix-neo-u9h.dts | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
7 files changed, 337 insertions(+)
create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxl-s905d-mecool-kii-pro.dts
create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxm-mecool-kiii-pro.dts
create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxm-minix-neo-u9h.dts
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2021-04-05 22:48 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-05 22:48 Kevin Hilman [this message]
2021-04-05 22:48 ` [GIT PULL] arm64: dts: amlogic updates for v5.13 Kevin Hilman
2021-04-05 22:48 ` Kevin Hilman
2021-04-08 15:24 ` Arnd Bergmann
2021-04-08 15:24 ` Arnd Bergmann
2021-04-08 15:24 ` Arnd Bergmann
2021-04-09 18:10 ` Kevin Hilman
2021-04-09 18:10 ` Kevin Hilman
2021-04-09 18:10 ` Kevin Hilman
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=7h5z10mjpp.fsf@baylibre.com \
--to=khilman@baylibre.com \
--cc=arm@kernel.org \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=soc@kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.