summaryrefslogtreecommitdiff
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2023-12-05 17:53:35 +0300
committerShawn Guo <shawnguo@kernel.org>2023-12-06 06:17:56 +0300
commit620360bf7dbfe3c61bdbf3a88535a0030ff787b5 (patch)
tree8b58050f54dfe528e67081af3ec4803dca1ebd57 /arch/arm/boot
parent3a306eacda02e87fc4582947f1c0b81de5c35cb7 (diff)
downloadlinux-620360bf7dbfe3c61bdbf3a88535a0030ff787b5.tar.xz
ARM: dts: imx28-tx28: Pass #sound-dai-cells
Per sgtl5000.yaml, '#sound-dai-cells' is a required property. Pass it to fix the following dt-schema warning: imx28-tx28.dtb: sgtl5000@a: '#sound-dai-cells' is a required property from schema $id: http://devicetree.org/schemas/sound/sgtl5000.yaml# Signed-off-by: Fabio Estevam <festevam@denx.de> Reviewed-by: Stefan Wahren <wahrenst@gmx.net> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/nxp/mxs/imx28-tx28.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/nxp/mxs/imx28-tx28.dts b/arch/arm/boot/dts/nxp/mxs/imx28-tx28.dts
index 153e4017951d..5485fe118dc4 100644
--- a/arch/arm/boot/dts/nxp/mxs/imx28-tx28.dts
+++ b/arch/arm/boot/dts/nxp/mxs/imx28-tx28.dts
@@ -260,6 +260,7 @@
sgtl5000: sgtl5000@a {
compatible = "fsl,sgtl5000";
reg = <0x0a>;
+ #sound-dai-cells = <0>;
VDDA-supply = <&reg_2p5v>;
VDDIO-supply = <&reg_3p3v>;
clocks = <&mclk>;