arm64: dts: meson: sei510: fix sound card codec node
authorJerome Brunet <jbrunet@baylibre.com>
Mon, 24 Feb 2020 15:08:12 +0000 (16:08 +0100)
committerKevin Hilman <khilman@baylibre.com>
Sat, 29 Feb 2020 17:34:15 +0000 (09:34 -0800)
A codec node of the sei510 sound card is numbered with the pattern
codec@XX. This pattern should be used only if there is a reg property in
the node which is not case here. Change this to something acceptable.

This change is only to better comply with the DT spec. No functional
changes expected.

Fixes: 64c10554bf9c ("arm64: dts: meson: sei510: add sound card")
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Link: https://lore.kernel.org/r/20200224150812.263980-4-jbrunet@baylibre.com
arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts

index 2ac9e3a..168f460 100644 (file)
                        dai-tdm-slot-tx-mask-3 = <1 1>;
                        mclk-fs = <256>;
 
-                       codec@0 {
+                       codec {
                                sound-dai = <&tohdmitx TOHDMITX_I2S_IN_B>;
                        };
                };