aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/pxa300-raumfeld-speaker-l.dts
diff options
context:
space:
mode:
authorDaniel Mack <daniel@zonque.org>2018-11-30 18:55:43 +0100
committerRobert Jarzmik <robert.jarzmik@free.fr>2018-12-03 22:51:01 +0100
commitad8044f87c0b53ee45f5d367584eefb222a06883 (patch)
treefda469cbbe1696329892afd0cdec1bc93c9f7192 /arch/arm/boot/dts/pxa300-raumfeld-speaker-l.dts
parentARM: dts: pxa: clean up USB controller nodes (diff)
downloadlinux-dev-ad8044f87c0b53ee45f5d367584eefb222a06883.tar.xz
linux-dev-ad8044f87c0b53ee45f5d367584eefb222a06883.zip
ARM: dts: pxa3xx: Add Raumfeld DTS files
This patch adds a set of DTS files that support all PXA3xx based Raumfeld audio hardware devices. Common nodes are factored out into 'common' and 'tuneable-clock' include files to keep the top-level DTS files smaller. Signed-off-by: Daniel Mack <daniel@zonque.org> [Robert: Reordered Makefile in alphabetical order] Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Diffstat (limited to 'arch/arm/boot/dts/pxa300-raumfeld-speaker-l.dts')
-rw-r--r--arch/arm/boot/dts/pxa300-raumfeld-speaker-l.dts11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/pxa300-raumfeld-speaker-l.dts b/arch/arm/boot/dts/pxa300-raumfeld-speaker-l.dts
new file mode 100644
index 000000000000..5a0f7f17856f
--- /dev/null
+++ b/arch/arm/boot/dts/pxa300-raumfeld-speaker-l.dts
@@ -0,0 +1,11 @@
+// SPDX-License-Identifier: GPL-2.0
+
+/dts-v1/;
+
+#include "pxa300-raumfeld-common.dtsi"
+#include "pxa300-raumfeld-tuneable-clock.dtsi"
+
+/ {
+ model = "Raumfeld Speaker L (PXA3xx)";
+ compatible = "raumfeld,raumfeld-speaker-l-pxa303", "marvell,pxa300";
+};