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:
Kumar Gala 2018-12-14 13:41:25 -06:00 committed by Maureen Helm
commit f7a8ed75ae
3 changed files with 8 additions and 8 deletions

View file

@ -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>;
};