mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
ARM: dts: imx: change iim node name on i.MX SoCs
Change IIM node name from iim to efuse to be compliant with yaml schema, it requires the nodename to be one of "eeprom|efuse|nvram". Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Reviewed-by: Fugang Duan <fugang.duan@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
17a2deb061
commit
78b05005e2
6 changed files with 6 additions and 6 deletions
|
@ -542,7 +542,7 @@
|
|||
interrupts = <26>;
|
||||
};
|
||||
|
||||
iim: iim@53ff0000 {
|
||||
iim: efuse@53ff0000 {
|
||||
compatible = "fsl,imx25-iim", "fsl,imx27-iim";
|
||||
reg = <0x53ff0000 0x4000>;
|
||||
interrupts = <19>;
|
||||
|
|
|
@ -540,7 +540,7 @@
|
|||
#clock-cells = <1>;
|
||||
};
|
||||
|
||||
iim: iim@10028000 {
|
||||
iim: efuse@10028000 {
|
||||
compatible = "fsl,imx27-iim";
|
||||
reg = <0x10028000 0x1000>;
|
||||
interrupts = <62>;
|
||||
|
|
|
@ -217,7 +217,7 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
iim: iim@5001c000 {
|
||||
iim: efuse@5001c000 {
|
||||
compatible = "fsl,imx31-iim", "fsl,imx27-iim";
|
||||
reg = <0x5001c000 0x1000>;
|
||||
interrupts = <19>;
|
||||
|
|
|
@ -320,7 +320,7 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
iim@53ff0000 {
|
||||
efuse@53ff0000 {
|
||||
compatible = "fsl,imx35-iim";
|
||||
reg = <0x53ff0000 0x4000>;
|
||||
interrupts = <19>;
|
||||
|
|
|
@ -466,7 +466,7 @@
|
|||
reg = <0x83f00000 0x60>;
|
||||
};
|
||||
|
||||
iim: iim@83f98000 {
|
||||
iim: efuse@83f98000 {
|
||||
compatible = "fsl,imx51-iim", "fsl,imx27-iim";
|
||||
reg = <0x83f98000 0x4000>;
|
||||
interrupts = <69>;
|
||||
|
|
|
@ -667,7 +667,7 @@
|
|||
reg = <0x63f00000 0x60>;
|
||||
};
|
||||
|
||||
iim: iim@63f98000 {
|
||||
iim: efuse@63f98000 {
|
||||
compatible = "fsl,imx53-iim", "fsl,imx27-iim";
|
||||
reg = <0x63f98000 0x4000>;
|
||||
interrupts = <69>;
|
||||
|
|
Loading…
Add table
Reference in a new issue