Skip to content

Commit

Permalink
ODROID-C2: arm64: dts: meson-gxbb: add playback audio devices
Browse files Browse the repository at this point in the history
Add missing gxbb ATM

Signed-off-by: Jerome Brunet <[email protected]>

platform 9f03164
  • Loading branch information
jbrun3t authored and scpcom committed May 27, 2020
1 parent 32687aa commit 738e2f0
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,13 @@
};
};

&aiu {
clocks = <&clkc CLKID_AIU>,
<&clkc CLKID_AIU_GLUE>;
clock-names = "top", "glue";
resets = <&reset RESET_AIU>;
};

&apb {
mali: gpu@c0000 {
compatible = "amlogic,meson-gxbb-mali", "arm,mali-450";
Expand Down Expand Up @@ -362,6 +369,17 @@
clocks = <&clkc CLKID_I2C>;
};

&i2s_fifo {
clocks = <&clkc CLKID_I2S_OUT>;
};

&i2s_encoder {
clocks = <&clkc CLKID_MIXER_IFACE>,
<&clkc CLKID_AOCLK_GATE>,
<&clkc CLKID_CTS_AMCLK>;
clock-names = "pclk", "aoclk", "mclk";
};

&periphs {
pinctrl_periphs: pinctrl@4b0 {
compatible = "amlogic,meson-gxbb-periphs-pinctrl";
Expand Down Expand Up @@ -805,6 +823,18 @@
<&clkc CLKID_GCLK_VENCI_INT0>;
};

&spdif_fifo {
clocks = <&clkc CLKID_IEC958>;
};

&spdif_encoder {
clocks = <&clkc CLKID_IEC958_GATE>,
<&clkc CLKID_CTS_MCLK_I958>,
<&clkc CLKID_CTS_AMCLK>,
<&clkc CLKID_CTS_I958>;
clock-names = "pclk", "mclk_i958", "mclk_i2s", "mclk";
};

&spicc {
clocks = <&clkc CLKID_SPICC>;
clock-names = "core";
Expand Down

0 comments on commit 738e2f0

Please sign in to comment.