diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-08-31 17:02:16 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-09-12 21:51:28 -0700 |
commit | c362e4e0052a98b8eec58e2e5b0cdaea58103456 (patch) | |
tree | d3269d3f8c81fc889a9cfa61f3ea1f6a1576797d /arch/arm64/boot/dts/amlogic | |
parent | f1726043426c73592868e2f447b4e260a4a68d91 (diff) | |
download | talos-obmc-linux-c362e4e0052a98b8eec58e2e5b0cdaea58103456.tar.gz talos-obmc-linux-c362e4e0052a98b8eec58e2e5b0cdaea58103456.zip |
arm64: dts: meson-axg: add pdm
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>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi index 36be63d69e7f..883ddfce2374 100644 --- a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi @@ -152,6 +152,18 @@ 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>; |