Skip to content

Commit

Permalink
arm64: dts: rockchip: add rk3328 ACODEC node
Browse files Browse the repository at this point in the history
This patch adds audio codec (ACODEC) node that converts to analog
audio signal from I2S for rk3328.

Signed-off-by: Katsuhiro Suzuki <[email protected]>
  • Loading branch information
katsuster authored and ayufan committed Mar 7, 2019
1 parent a8c15a1 commit 7093d70
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3328.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,16 @@
};
};

codec: codec@ff410000 {
compatible = "rockchip,rk3328-codec";
reg = <0x0 0xff410000 0x0 0x1000>;
rockchip,grf = <&grf>;
clocks = <&cru PCLK_ACODECPHY>, <&cru SCLK_I2S1>;
clock-names = "pclk", "mclk";
#sound-dai-cells = <0>;
status = "disabled";
};

hdmiphy: phy@ff430000 {
compatible = "rockchip,rk3328-hdmi-phy";
reg = <0x0 0xff430000 0x0 0x10000>;
Expand Down

0 comments on commit 7093d70

Please sign in to comment.