ARM: dts: imx: Mark IIM as syscon on i.MX51/i.MX53
authorSebastian Reichel <sebastian.reichel@collabora.com>
Wed, 27 Jan 2021 17:40:23 +0000 (18:40 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 15 Mar 2021 04:22:16 +0000 (12:22 +0800)
IIM contains system fuses with information like SoC unique ID
(serial) on i.MX51 and i.MX53. Add "syscon" compatible allowing
simple access.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx51.dtsi
arch/arm/boot/dts/imx53.dtsi

index 7ebb46c..01cfcbe 100644 (file)
                        };
 
                        iim: efuse@83f98000 {
-                               compatible = "fsl,imx51-iim", "fsl,imx27-iim";
+                               compatible = "fsl,imx51-iim", "fsl,imx27-iim", "syscon";
                                reg = <0x83f98000 0x4000>;
                                interrupts = <69>;
                                clocks = <&clks IMX5_CLK_IIM_GATE>;
index 000050a..2cf3909 100644 (file)
                        };
 
                        iim: efuse@63f98000 {
-                               compatible = "fsl,imx53-iim", "fsl,imx27-iim";
+                               compatible = "fsl,imx53-iim", "fsl,imx27-iim", "syscon";
                                reg = <0x63f98000 0x4000>;
                                interrupts = <69>;
                                clocks = <&clks IMX5_CLK_IIM_GATE>;