]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: meson-g12: Fix compatible for amlogic,g12a-tdmin
authorAlexander Stein <alexander.stein@mailbox.org>
Tue, 8 Aug 2023 16:17:53 +0000 (18:17 +0200)
committerNeil Armstrong <neil.armstrong@linaro.org>
Mon, 11 Sep 2023 09:42:53 +0000 (11:42 +0200)
amlogic,axg-tdmin is not listed as compatible to g12a-tdmin in bindings.
Remove superfluous compatible. Fixes the dtbs_check warnings:
arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dtb: audio-controller@300: compatible: ['amlogic,g12a-tdmin', 'amlogic,axg-tdmin'] is too long
 from schema $id: http://devicetree.org/schemas/sound/amlogic,axg-tdm-formatters.yaml#
arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dtb: audio-controller@340: compatible: ['amlogic,g12a-tdmin', 'amlogic,axg-tdmin'] is too long
 from schema $id: http://devicetree.org/schemas/sound/amlogic,axg-tdm-formatters.yaml#
arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dtb: audio-controller@380: compatible: ['amlogic,g12a-tdmin', 'amlogic,axg-tdmin'] is too long
 from schema $id: http://devicetree.org/schemas/sound/amlogic,axg-tdm-formatters.yaml#
arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dtb: audio-controller@3c0: compatible: ['amlogic,g12a-tdmin', 'amlogic,axg-tdmin'] is too long
 from schema $id: http://devicetree.org/schemas/sound/amlogic,axg-tdm-formatters.yaml#

Signed-off-by: Alexander Stein <alexander.stein@mailbox.org>
Link: https://lore.kernel.org/r/20230808161755.31594-2-alexander.stein@mailbox.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
arch/arm64/boot/dts/amlogic/meson-g12.dtsi

index 3ae6875707fb6e6077288a7761401da77f2c103a..eb442aaf57e4306c4a95878eb1afed3ad8dda314 100644 (file)
                };
 
                tdmin_a: audio-controller@300 {
-                       compatible = "amlogic,g12a-tdmin",
-                                    "amlogic,axg-tdmin";
+                       compatible = "amlogic,g12a-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,g12a-tdmin",
-                                    "amlogic,axg-tdmin";
+                       compatible = "amlogic,g12a-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,g12a-tdmin",
-                                    "amlogic,axg-tdmin";
+                       compatible = "amlogic,g12a-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,g12a-tdmin",
-                                    "amlogic,axg-tdmin";
+                       compatible = "amlogic,g12a-tdmin";
                        reg = <0x0 0x3c0 0x0 0x40>;
                        sound-name-prefix = "TDMIN_LB";
                        resets = <&clkc_audio AUD_RESET_TDMIN_LB>;