]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: mt8183: Rename nodes to match audiosys DT schema
authorJulien Massot <julien.massot@collabora.com>
Tue, 26 Aug 2025 07:39:37 +0000 (09:39 +0200)
committerAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Mon, 13 Oct 2025 09:31:24 +0000 (11:31 +0200)
The DT schema for "mediatek,mt8183-audiosys" expects an
audio-controller node inside the audiosys block. Rename
the nested AFE node from "mt8183-afe-pcm" to
"audio-controller" accordingly.

Also rename the audiosys node itself from "audio-controller" to
"clock-controller" to better reflect its function.

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Julien Massot <julien.massot@collabora.com>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
arch/arm64/boot/dts/mediatek/mt8183.dtsi

index 960d8955d018c170e78fac630d11f5bafbb634a0..4e20a8f2eb25803057955401a7737c7f029a1424 100644 (file)
                        };
                };
 
-               audiosys: audio-controller@11220000 {
+               audiosys: clock-controller@11220000 {
                        compatible = "mediatek,mt8183-audiosys", "syscon";
                        reg = <0 0x11220000 0 0x1000>;
                        #clock-cells = <1>;
-                       afe: mt8183-afe-pcm {
+                       afe: audio-controller {
                                compatible = "mediatek,mt8183-audio";
                                interrupts = <GIC_SPI 161 IRQ_TYPE_LEVEL_LOW>;
                                resets = <&watchdog MT8183_TOPRGU_AUDIO_SW_RST>;