ARM: dts: imx28: Fix dcp compatible
authorFabio Estevam <festevam@denx.de>
Mon, 2 Oct 2023 02:00:23 +0000 (23:00 -0300)
committerShawn Guo <shawnguo@kernel.org>
Tue, 10 Oct 2023 12:41:48 +0000 (20:41 +0800)
Per fsl-dcp.yaml, passing "fsl,imx28-dcp", "fsl,imx23-dcp" is not
valid.

Change it to pass only "fsl,imx28-dcp" to fix the following
schema warning:

crypto@80028000: compatible: 'oneOf' conditional failed, one must be fixed:
['fsl,imx28-dcp', 'fsl,imx23-dcp'] is too long
'fsl,imx28-dcp' is not one of ['fsl,imx6sl-dcp', 'fsl,imx6ull-dcp']
'fsl,imx28-dcp' was expected

Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Stefan Wahren <wahrenst@gmx.net>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/mxs/imx28.dtsi

index d5d9dd3194321d2056f6c4b4f626a5707ddbda70..6932d23fb29deca68fb66dcbc79b1ece6ba8308c 100644 (file)
                        };
 
                        dcp: crypto@80028000 {
-                               compatible = "fsl,imx28-dcp", "fsl,imx23-dcp";
+                               compatible = "fsl,imx28-dcp";
                                reg = <0x80028000 0x2000>;
                                interrupts = <52>, <53>, <54>;
                                status = "okay";