dts: arm: nxp: Fix dtc warning from nxp_rt.dtsi

We get warnings from dtc when building any of the NXP i.MX-RT boards of
the form:

	mimxrt1020_evk.dts_compiled: Warning (simple_bus_reg):
	/soc/random@400CC000: simple-bus unit address format
	error, expected "400cc000"

Simple fix to make everything lowercase to have the unit-address and reg
match.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2019-01-16 12:25:49 -06:00 committed by Maureen Helm
commit 31d450f310

View file

@ -303,9 +303,9 @@
};
};
trng: random@400CC000 {
trng: random@400cc000 {
compatible = "nxp,kinetis-trng";
reg = <0x400CC000 0x4000>;
reg = <0x400cc000 0x4000>;
status = "ok";
interrupts = <53 0>;
label = "TRNG";