Skip to content

Commit 02b29fc

Browse files
Sugar Zhangrkhuangtao
authored andcommitted
ARM64: dts: rk3328: add acodec node
Change-Id: I5d564066fa1d399c2c4fabf753eb6f698136a52c Signed-off-by: Sugar Zhang <[email protected]>
1 parent cdcc1fe commit 02b29fc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

arch/arm64/boot/dts/rockchip/rk3328.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,15 @@
649649
status = "disabled";
650650
};
651651

652+
codec: codec@ff410000 {
653+
compatible = "rockchip,rk3328-codec";
654+
reg = <0x0 0xff410000 0x0 0x1000>;
655+
rockchip,grf = <&grf>;
656+
clocks = <&cru PCLK_ACODEC>;
657+
clock-names = "pclk";
658+
status = "disabled";
659+
};
660+
652661
cru: clock-controller@ff440000 {
653662
compatible = "rockchip,rk3328-cru", "rockchip,cru", "syscon";
654663
reg = <0x0 0xff440000 0x0 0x1000>;

0 commit comments

Comments
 (0)