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>;
|
||||
};
|
||||
|
||||
|
|
|
@ -4,17 +4,17 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
---
|
||||
title: i.MX RT DTCM (Data Tightly Coupled Memory)
|
||||
title: i.MX DTCM (Data Tightly Coupled Memory)
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the i.MX-RT DTCM
|
||||
This binding gives a base representation of the i.MX DTCM
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
type: string
|
||||
category: required
|
||||
constraint: "nxp,imx-rt-dtcm"
|
||||
constraint: "nxp,imx-dtcm"
|
||||
generation: define
|
||||
|
||||
reg:
|
|
@ -4,17 +4,17 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
---
|
||||
title: i.MX RT ITCM (Instruction Tightly Coupled Memory)
|
||||
title: i.MX ITCM (Instruction Tightly Coupled Memory)
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the i.MX-RT ITCM
|
||||
This binding gives a base representation of the i.MX ITCM
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
type: string
|
||||
category: required
|
||||
constraint: "nxp,imx-rt-itcm"
|
||||
constraint: "nxp,imx-itcm"
|
||||
generation: define
|
||||
|
||||
reg:
|
Loading…
Add table
Add a link
Reference in a new issue