mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-01 04:53:09 -04: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:
@@ -542,7 +542,7 @@ pwm1: pwm@53fe0000 {
|
||||
interrupts = <26>;
|
||||
};
|
||||
|
||||
iim: iim@53ff0000 {
|
||||
iim: efuse@53ff0000 {
|
||||
compatible = "fsl,imx25-iim", "fsl,imx27-iim";
|
||||
reg = <0x53ff0000 0x4000>;
|
||||
interrupts = <19>;
|
||||
|
||||
@@ -540,7 +540,7 @@ clks: ccm@10027000{
|
||||
#clock-cells = <1>;
|
||||
};
|
||||
|
||||
iim: iim@10028000 {
|
||||
iim: efuse@10028000 {
|
||||
compatible = "fsl,imx27-iim";
|
||||
reg = <0x10028000 0x1000>;
|
||||
interrupts = <62>;
|
||||
|
||||
@@ -217,7 +217,7 @@ spi2: spi@50010000 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
iim: iim@5001c000 {
|
||||
iim: efuse@5001c000 {
|
||||
compatible = "fsl,imx31-iim", "fsl,imx27-iim";
|
||||
reg = <0x5001c000 0x1000>;
|
||||
interrupts = <19>;
|
||||
|
||||
@@ -320,7 +320,7 @@ can2: can@53fe8000 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
iim@53ff0000 {
|
||||
efuse@53ff0000 {
|
||||
compatible = "fsl,imx35-iim";
|
||||
reg = <0x53ff0000 0x4000>;
|
||||
interrupts = <19>;
|
||||
|
||||
@@ -466,7 +466,7 @@ aipstz2: bridge@83f00000 {
|
||||
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 @@ aipstz2: bridge@63f00000 {
|
||||
reg = <0x63f00000 0x60>;
|
||||
};
|
||||
|
||||
iim: iim@63f98000 {
|
||||
iim: efuse@63f98000 {
|
||||
compatible = "fsl,imx53-iim", "fsl,imx27-iim";
|
||||
reg = <0x63f98000 0x4000>;
|
||||
interrupts = <69>;
|
||||
|
||||
Reference in New Issue
Block a user