dts/nxp: Fix dtc v1.4.6 warning: Node has a reg but not unit name

Adds unit names to the i.mx rt internal memory nodes.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm 2018-05-21 08:53:14 -05:00 committed by Kumar Gala
commit 2d6c48bf16

View file

@ -29,15 +29,15 @@
#address-cells = <1>;
#size-cells = <1>;
itcm0: itcm0 {
itcm0: itcm@0 {
reg = <0x00000000 0x20000>;
};
dtcm0: dtcm0 {
dtcm0: dtcm@20000000 {
reg = <0x20000000 0x20000>;
};
ocram0: ocram0 {
ocram0: ocram@20200000 {
reg = <0x20200000 0x40000>;
};
};