From: Christian Hewitt <christianshewitt@gmail.com>
To: Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Kevin Hilman <khilman@baylibre.com>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org
Cc: Christian Hewitt <christianshewitt@gmail.com>
Subject: [PATCH 0/5] arm64: dts: meson: Simplify G12/SM1 Audio Configs
Date: Sun, 19 Apr 2020 05:38:10 +0000 [thread overview]
Message-ID: <20200419053815.15731-1-christianshewitt@gmail.com> (raw)
This series creates two new dtsi with the HDMI and HDMI+S/PDIF audio configs
used in most G12/SM1 Android box devices and some SBC's and switches most dts
to use them. I have not touched the SEI510/610 which have extra hardware
in their dts, and the U200 which does not currently have audio support, but
will likely receive an 'all possible routings' master config when Jerome
sends his next set of changes (looking at his WIP branch) so I leave U200
for him to address later.
One advantaage of common configs is that distros that need to embed alsa
conf files as part of their userspace support now only need to include two
confs that will automatically support more boards and boxes as they are
added, instead of needing to track and add confs or card aliases for every
new device.
Christian Hewitt (5):
arm64: dts: meson: create common hdmi/hdmi-spdif audio dtsi
arm64: dts: meson: convert ugoos-am6 to common w400 dtsi
arm64: dts: meson: convert odroid-n2 to hdmi dtsi
arm64: dts: meson: convert khadas-vim3/vim3l to hdmi dtsi
arm64: dts: meson: convert x96max to hdmi dtsi
.../amlogic/meson-g12-audio-hdmi-spdif.dtsi | 139 +++++
.../dts/amlogic/meson-g12-audio-hdmi.dtsi | 96 ++++
.../boot/dts/amlogic/meson-g12a-x96-max.dts | 131 +----
.../dts/amlogic/meson-g12b-khadas-vim3.dtsi | 85 ---
.../boot/dts/amlogic/meson-g12b-odroid-n2.dts | 89 +--
.../boot/dts/amlogic/meson-g12b-ugoos-am6.dts | 541 +-----------------
.../boot/dts/amlogic/meson-g12b-w400.dtsi | 423 ++++++++++++++
.../boot/dts/amlogic/meson-khadas-vim3.dtsi | 1 +
8 files changed, 663 insertions(+), 842 deletions(-)
create mode 100644 arch/arm64/boot/dts/amlogic/meson-g12-audio-hdmi-spdif.dtsi
create mode 100644 arch/arm64/boot/dts/amlogic/meson-g12-audio-hdmi.dtsi
create mode 100644 arch/arm64/boot/dts/amlogic/meson-g12b-w400.dtsi
--
2.17.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2020-04-19 5:38 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-19 5:38 Christian Hewitt [this message]
2020-04-19 5:38 ` [PATCH 1/5] arm64: dts: meson: create common hdmi/hdmi-spdif audio dtsi Christian Hewitt
2020-04-19 5:38 ` [PATCH 2/5] arm64: dts: meson: convert ugoos-am6 to common w400 dtsi Christian Hewitt
2020-04-19 5:38 ` [PATCH 3/5] arm64: dts: meson: convert odroid-n2 to hdmi dtsi Christian Hewitt
2020-04-19 5:38 ` [PATCH 4/5] arm64: dts: meson: convert khadas-vim3/vim3l " Christian Hewitt
2020-04-19 5:38 ` [PATCH 5/5] arm64: dts: meson: convert x96max " Christian Hewitt
2020-04-20 11:03 ` [PATCH 0/5] arm64: dts: meson: Simplify G12/SM1 Audio Configs Jerome Brunet
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=20200419053815.15731-1-christianshewitt@gmail.com \
--to=christianshewitt@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=khilman@baylibre.com \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=robh+dt@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).