@@ -28,12 +28,12 @@ For common binding part and usage, refer to
Example:
- audsys: clock-controller@11220000 {
+ audsys: audio-controller@11220000 {
compatible = "mediatek,mt7622-audsys", "syscon";
reg = <0 0x11220000 0 0x2000>;
#clock-cells = <1>;
- afe: audio-controller {
+ afe: mt7622-audio {
...
};
};
@@ -590,12 +590,12 @@ uart4: serial@11019000 {
status = "disabled";
};
- audsys: clock-controller@11220000 {
+ audsys: audio-controller@11220000 {
compatible = "mediatek,mt7622-audsys", "syscon";
reg = <0 0x11220000 0 0x2000>;
#clock-cells = <1>;
- afe: audio-controller {
+ afe: mt7622-audio {
compatible = "mediatek,mt7622-audio";
interrupts = <GIC_SPI 144 IRQ_TYPE_LEVEL_LOW>,
<GIC_SPI 145 IRQ_TYPE_LEVEL_LOW>;
@@ -1119,7 +1119,7 @@ audiosys: audio-controller@11220000 {
compatible = "mediatek,mt8183-audiosys", "syscon";
reg = <0 0x11220000 0 0x1000>;
#clock-cells = <1>;
- afe: mt8183-afe-pcm {
+ afe: mt8183-audio {
compatible = "mediatek,mt8183-audio";
interrupts = <GIC_SPI 161 IRQ_TYPE_LEVEL_LOW>;
resets = <&watchdog MT8183_TOPRGU_AUDIO_SW_RST>;
This patch updates audio binding documentation. And change audio node names in dts files in the same manner. Signed-off-by: Kansho Nishida <kansho@chromium.org> --- .../devicetree/bindings/arm/mediatek/mediatek,audsys.txt | 4 ++-- arch/arm64/boot/dts/mediatek/mt7622.dtsi | 4 ++-- arch/arm64/boot/dts/mediatek/mt8183.dtsi | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-)