arm64: dts: amlogic: sm1: fix tdm controllers compatible
authorNeil Armstrong <neil.armstrong@linaro.org>
Thu, 6 Jun 2024 08:48:12 +0000 (10:48 +0200)
committerNeil Armstrong <neil.armstrong@linaro.org>
Fri, 7 Jun 2024 09:17:12 +0000 (11:17 +0200)
Fixes the following:
audio-controller@300: compatible: ['amlogic,sm1-tdmin', 'amlogic,axg-tdmin'] is too long
from schema $id: http://devicetree.org/schemas/sound/amlogic,axg-tdm-formatters.yaml#
audio-controller@340: compatible: ['amlogic,sm1-tdmin', 'amlogic,axg-tdmin'] is too long
from schema $id: http://devicetree.org/schemas/sound/amlogic,axg-tdm-formatters.yaml#
audio-controller@380: compatible: ['amlogic,sm1-tdmin', 'amlogic,axg-tdmin'] is too long
from schema $id: http://devicetree.org/schemas/sound/amlogic,axg-tdm-formatters.yaml#
audio-controller@3c0: compatible: ['amlogic,sm1-tdmin', 'amlogic,axg-tdmin'] is too long
from schema $id: http://devicetree.org/schemas/sound/amlogic,axg-tdm-formatters.yaml#

Tested-by: Christian Hewitt <christianshewitt@gmail.com>
Link: https://lore.kernel.org/r/20240606-topic-amlogic-upstream-bindings-fixes-dts-v1-5-62e812729541@linaro.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
arch/arm64/boot/dts/amlogic/meson-sm1.dtsi

index 6822c2f3cfed76aed7dffff7560fd88bea0a57e0..d13cf5b4aac730d9efafa3f88fa15ffd6827fb9f 100644 (file)
                };
 
                tdmin_a: audio-controller@300 {
-                       compatible = "amlogic,sm1-tdmin",
-                                    "amlogic,axg-tdmin";
+                       compatible = "amlogic,sm1-tdmin";
                        reg = <0x0 0x300 0x0 0x40>;
                        sound-name-prefix = "TDMIN_A";
                        resets = <&clkc_audio AUD_RESET_TDMIN_A>;
                };
 
                tdmin_b: audio-controller@340 {
-                       compatible = "amlogic,sm1-tdmin",
-                                    "amlogic,axg-tdmin";
+                       compatible = "amlogic,sm1-tdmin";
                        reg = <0x0 0x340 0x0 0x40>;
                        sound-name-prefix = "TDMIN_B";
                        resets = <&clkc_audio AUD_RESET_TDMIN_B>;
                };
 
                tdmin_c: audio-controller@380 {
-                       compatible = "amlogic,sm1-tdmin",
-                                    "amlogic,axg-tdmin";
+                       compatible = "amlogic,sm1-tdmin";
                        reg = <0x0 0x380 0x0 0x40>;
                        sound-name-prefix = "TDMIN_C";
                        resets = <&clkc_audio AUD_RESET_TDMIN_C>;
                };
 
                tdmin_lb: audio-controller@3c0 {
-                       compatible = "amlogic,sm1-tdmin",
-                                    "amlogic,axg-tdmin";
+                       compatible = "amlogic,sm1-tdmin";
                        reg = <0x0 0x3c0 0x0 0x40>;
                        sound-name-prefix = "TDMIN_LB";
                        resets = <&clkc_audio AUD_RESET_TDMIN_LB>;