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:
parent
aca8ae3fd4
commit
31d450f310
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue