]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: amlogic: sm1: fix spdif compatibles
authorJerome Brunet <jbrunet@baylibre.com>
Tue, 25 Jun 2024 11:18:43 +0000 (13:18 +0200)
committerNeil Armstrong <neil.armstrong@linaro.org>
Tue, 25 Jun 2024 13:02:55 +0000 (15:02 +0200)
The spdif input and output of g12 and sm1 are compatible but
sm1 should use the related compatible since it exists.

Fixes: 86f2159468d5 ("arm64: dts: meson-sm1: add spdifin and pdifout nodes")
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Link: https://lore.kernel.org/r/20240625111845.928192-1-jbrunet@baylibre.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
arch/arm64/boot/dts/amlogic/meson-sm1.dtsi

index d13cf5b4aac730d9efafa3f88fa15ffd6827fb9f..75c8aa815eff90f48f1bfb8bfeb53d7f1403a29e 100644 (file)
                };
 
                spdifin: audio-controller@400 {
-                       compatible = "amlogic,g12a-spdifin",
+                       compatible = "amlogic,sm1-spdifin",
                                     "amlogic,axg-spdifin";
                        reg = <0x0 0x400 0x0 0x30>;
                        #sound-dai-cells = <0>;
                };
 
                spdifout_a: audio-controller@480 {
-                       compatible = "amlogic,g12a-spdifout",
+                       compatible = "amlogic,sm1-spdifout",
                                     "amlogic,axg-spdifout";
                        reg = <0x0 0x480 0x0 0x50>;
                        #sound-dai-cells = <0>;