ARM: dts: imx25: Fix the iim compatible string
authorFabio Estevam <festevam@denx.de>
Wed, 6 Dec 2023 20:00:33 +0000 (17:00 -0300)
committerShawn Guo <shawnguo@kernel.org>
Thu, 14 Dec 2023 01:49:51 +0000 (09:49 +0800)
Per imx-iim.yaml, the compatible string should only contain a single
entry.

Use it as "fsl,imx25-iim" to fix the following dt-schema warning:

imx25-karo-tx25.dtb: efuse@53ff0000: compatible: ['fsl,imx25-iim', 'fsl,imx27-iim'] is too long
from schema $id: http://devicetree.org/schemas/nvmem/imx-iim.yaml#

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

index e7b7f22b5e896a8418c8a1382e78377f4a260228..db814d7b568d19ce3526453f7f25167b7eb90a19 100644 (file)
                        };
 
                        iim: efuse@53ff0000 {
-                               compatible = "fsl,imx25-iim", "fsl,imx27-iim";
+                               compatible = "fsl,imx25-iim";
                                reg = <0x53ff0000 0x4000>;
                                interrupts = <19>;
                                clocks = <&clks 99>;