]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ARM: dts: imx25-pdk: Pass #sound-dai-cells
authorFabio Estevam <festevam@denx.de>
Wed, 6 Dec 2023 11:58:25 +0000 (08:58 -0300)
committerShawn Guo <shawnguo@kernel.org>
Wed, 13 Dec 2023 09:09:33 +0000 (17:09 +0800)
Per sgtl5000.yaml, '#sound-dai-cells' is a required property.

Pass it to fix the following dt-schema warning:

imx25-pdk.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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx25-pdk.dts

index 04f4b127a1725748f6914398f74b8afae60848df..b34e941e78674b9d726eaf5aadfeee1b0812cc9d 100644 (file)
        codec: sgtl5000@a {
                compatible = "fsl,sgtl5000";
                reg = <0x0a>;
+               #sound-dai-cells = <0>;
                clocks = <&clks 129>;
                VDDA-supply = <&reg_2p5v>;
                VDDIO-supply = <&reg_3p3v>;