dts: Rename imx-rt-{i,d}tcm compatible
The imx-rt-{i,d}tcm bindings can actually be utilized on the i.MX6/7 as well for the TCM{L,U} regions of memory as they are specific to instruction or data. So let's rename imx-rt-{i,d}tcm to imx-{i,d}tcm. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
1cc9e98ae6
commit
f7a8ed75ae
3 changed files with 8 additions and 8 deletions
|
@ -30,12 +30,12 @@
|
|||
#size-cells = <1>;
|
||||
|
||||
itcm0: itcm@0 {
|
||||
compatible = "nxp,imx-rt-itcm";
|
||||
compatible = "nxp,imx-itcm";
|
||||
reg = <0x00000000 0x20000>;
|
||||
};
|
||||
|
||||
dtcm0: dtcm@20000000 {
|
||||
compatible = "nxp,imx-rt-dtcm";
|
||||
compatible = "nxp,imx-dtcm";
|
||||
reg = <0x20000000 0x20000>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue