ARM: dts: imx51: Remove invalid sahara compatible
authorFabio Estevam <festevam@denx.de>
Mon, 25 Sep 2023 13:22:20 +0000 (10:22 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 9 Oct 2023 13:20:53 +0000 (21:20 +0800)
Per fsl-imx-sahara.yaml, there should not be a 'fsl,imx51-sahara'
compatible.

Remove it to fix the following schema warning:

imx51-apf51.dtb: crypto@83ff8000: compatible: ['fsl,imx53-sahara', 'fsl,imx51-sahara'] is too long
from schema $id: http://devicetree.org/schemas/crypto/fsl-imx-sahara.yaml#

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx51.dtsi

index 2b3195f5e32c522a11ca68686e497ebeae2ea8bb..c96d6311dfa7cf4b9cda9db8024d91daab7dfe77 100644 (file)
                        };
 
                        sahara: crypto@83ff8000 {
-                               compatible = "fsl,imx53-sahara", "fsl,imx51-sahara";
+                               compatible = "fsl,imx53-sahara";
                                reg = <0x83ff8000 0x4000>;
                                interrupts = <19 20>;
                                clocks = <&clks IMX5_CLK_SAHARA_IPG_GATE>,