mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
arm64: dts: rockchip: rv1126b: Add 'sound-name-prefix' for audio codec
To avoid conflict with sound control nodes for ACodecs. Signed-off-by: Xing Zheng <zhengxing@rock-chips.com> Change-Id: I0684c1a86ed154752968aca0c3bd151f4b85e25f
This commit is contained in:
@@ -1440,6 +1440,7 @@
|
||||
compatible = "rockchip,rv1126b-codec", "rockchip,rk3506-codec";
|
||||
reg = <0x20890000 0x1000>;
|
||||
#sound-dai-cells = <0>;
|
||||
sound-name-prefix = "ACodec_LP";
|
||||
clocks = <&cru PCLK_AUDIO_ADC_PMU>, <&cru MCLK_AUDIO_ADC_PMU>;
|
||||
clock-names = "pclk", "mclk";
|
||||
resets = <&cru SRST_MRESETN_AUDIO_ADC_PMU>;
|
||||
@@ -1719,6 +1720,7 @@
|
||||
compatible = "rockchip,rv1126b-codec", "rockchip,rk3506-codec";
|
||||
reg = <0x20bf0000 0x1000>;
|
||||
#sound-dai-cells = <0>;
|
||||
sound-name-prefix = "ACodec";
|
||||
clocks = <&cru PCLK_AUDIO_ADC_BUS>, <&cru MCLK_AUDIO_ADC_BUS>;
|
||||
clock-names = "pclk", "mclk";
|
||||
resets = <&cru SRST_MRESETN_AUDIO_ADC_BUS>;
|
||||
|
||||
Reference in New Issue
Block a user