]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: imx28-tx28: Fix the fsl,saif-master usage
authorFabio Estevam <festevam@denx.de>
Mon, 2 Sep 2024 18:10:36 +0000 (15:10 -0300)
committerShawn Guo <shawnguo@kernel.org>
Tue, 3 Sep 2024 08:23:20 +0000 (16:23 +0800)
According to fsl,saif.yaml, fsl,saif-master is a phandle to the master
SAIF.

Change it accordingly, to fix the following dt-schema warnings:

saif@80042000: fsl,saif-master: True is not of type 'array'
saif@80042000: Unevaluated properties are not allowed ('fsl,saif-master' was unexpected)

Signed-off-by: Fabio Estevam <festevam@denx.de>
Acked-By: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/mxs/imx28-tx28.dts

index d38183edf0fd526dba4274462f84306403bda133..9290635352f12c963243efc3d2fcbf0f19af8f8b 100644 (file)
 &saif0 {
        pinctrl-names = "default";
        pinctrl-0 = <&saif0_pins_b>;
-       fsl,saif-master;
        status = "okay";
 };
 
 &saif1 {
        pinctrl-names = "default";
        pinctrl-0 = <&saif1_pins_a>;
+       fsl,saif-master = <&saif0>;
        status = "okay";
 };