mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 10:47:04 +07:00
ad8044f87c
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>
12 lines
252 B
Plaintext
12 lines
252 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
/dts-v1/;
|
|
|
|
#include "pxa300-raumfeld-common.dtsi"
|
|
#include "pxa300-raumfeld-tuneable-clock.dtsi"
|
|
|
|
/ {
|
|
model = "Raumfeld Speaker S (PXA3xx)";
|
|
compatible = "raumfeld,raumfeld-speaker-s-pxa303", "marvell,pxa300";
|
|
};
|