Fix syntax errors (missing ;) that bsdl dtc was tolerant of, but gpl
dtc isn't.
This commit is contained in:
parent
921dfd1c64
commit
7c9fd58141
@ -99,7 +99,7 @@
|
||||
reg = <0x020c8000 0x1000>;
|
||||
interrupt-parent = <&gic>;
|
||||
interrupts = <49>;
|
||||
}
|
||||
};
|
||||
|
||||
gpt: timer@02098000 {
|
||||
compatible = "fsl,imx6q-gpt", "fsl,imx51-gpt";
|
||||
@ -343,7 +343,7 @@
|
||||
ocotp0: ocotp@021bc000 {
|
||||
compatible = "fsl,imx6q-ocotp";
|
||||
reg = <0x021bc000 0x4000>;
|
||||
}
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user