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:
Xing Zheng
2025-03-24 21:27:27 +08:00
committed by Tao Huang
parent e2b0881c4f
commit 33c8564015

View File

@@ -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>;