mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
ARM: dts: rockchip: rv1106: delete unused clk info of acodec
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: Iadd90b902ca73b576ba6c1d8c6013dc6d9375709
This commit is contained in:
@@ -810,10 +810,8 @@
|
||||
compatible = "rockchip,rv1106-codec";
|
||||
reg = <0xff480000 0x1000>;
|
||||
rockchip,grf = <&grf>;
|
||||
clocks = <&cru PCLK_ACODEC>,
|
||||
<&cru MCLK_ACODEC_TX>,
|
||||
<&cru MCLK_I2S0_8CH_TX>;
|
||||
clock-names = "pclk_acodec", "mclk_acodec", "mclk_cpu";
|
||||
clocks = <&cru PCLK_ACODEC>, <&cru MCLK_ACODEC_TX>;
|
||||
clock-names = "pclk_acodec", "mclk_acodec";
|
||||
resets = <&cru SRST_P_ACODEC>;
|
||||
reset-names = "acodec-reset";
|
||||
acodec,micbias;
|
||||
|
||||
Reference in New Issue
Block a user