diff options
author | Sebastian Reichel <sebastian.reichel@collabora.com> | 2021-01-27 18:40:23 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-03-15 05:22:16 +0100 |
commit | 36034ae5bbccdb855951e75fd2b32676ad864313 (patch) | |
tree | afa7600d49c20883a953d7a9b8df16d6902f910a /arch/arm/boot/dts/imx53.dtsi | |
parent | ARM: dts: imx6sl-tolino-shine2hd: Add Netronix embedded controller (diff) | |
download | linux-36034ae5bbccdb855951e75fd2b32676ad864313.tar.xz linux-36034ae5bbccdb855951e75fd2b32676ad864313.zip |
ARM: dts: imx: Mark IIM as syscon on i.MX51/i.MX53
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>
Diffstat (limited to 'arch/arm/boot/dts/imx53.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx53.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi index 000050aeeabe..2cf3909cca2f 100644 --- a/arch/arm/boot/dts/imx53.dtsi +++ b/arch/arm/boot/dts/imx53.dtsi @@ -668,7 +668,7 @@ }; 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>; |