projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f172604
)
arm64: dts: meson-axg: add pdm
author
Jerome Brunet
<jbrunet@baylibre.com>
Fri, 31 Aug 2018 15:02:16 +0000
(17:02 +0200)
committer
Kevin Hilman
<khilman@baylibre.com>
Thu, 13 Sep 2018 04:51:28 +0000
(21:51 -0700)
Add the PDM device of the axg audio subsystem
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-axg.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
index 36be63d69e7f9aa4756229bef044a36418352a47..883ddfce2374ebbe337cc30ed3cc9ae4b3c9bfaf 100644
(file)
--- a/
arch/arm64/boot/dts/amlogic/meson-axg.dtsi
+++ b/
arch/arm64/boot/dts/amlogic/meson-axg.dtsi
@@
-152,6
+152,18
@@
ethmac: ethernet@ff3f0000 {
status = "disabled";
};
+ pdm: audio-controller@ff632000 {
+ compatible = "amlogic,axg-pdm";
+ reg = <0x0 0xff632000 0x0 0x34>;
+ #sound-dai-cells = <0>;
+ sound-name-prefix = "PDM";
+ clocks = <&clkc_audio AUD_CLKID_PDM>,
+ <&clkc_audio AUD_CLKID_PDM_DCLK>,
+ <&clkc_audio AUD_CLKID_PDM_SYSCLK>;
+ clock-names = "pclk", "dclk", "sysclk";
+ status = "disabled";
+ };
+
periphs: bus@ff634000 {
compatible = "simple-bus";
reg = <0x0 0xff634000 0x0 0x2000>;