summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts
diff options
context:
space:
mode:
authorJerome Brunet <jbrunet@baylibre.com>2020-02-24 18:08:12 +0300
committerKevin Hilman <khilman@baylibre.com>2020-02-29 20:34:15 +0300
commit65b41849e10ca6fa745ba1a5cf461911fa95267a (patch)
tree91236377f64ff9a64cc5fc0b4c7cb00d2f428599 /arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts
parent430049239f91cc287b1e63a4e3f2e626adcb33cc (diff)
downloadlinux-65b41849e10ca6fa745ba1a5cf461911fa95267a.tar.xz
arm64: dts: meson: sei510: fix sound card codec node
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
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts')
-rw-r--r--arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts b/arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts
index 2ac9e3a43b96..168f460e11fa 100644
--- a/arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts
@@ -269,7 +269,7 @@
dai-tdm-slot-tx-mask-3 = <1 1>;
mclk-fs = <256>;
- codec@0 {
+ codec {
sound-dai = <&tohdmitx TOHDMITX_I2S_IN_B>;
};
};