boards: dts: Cleanup aliases
Underscore ('_') isn't a valid char for alias names based on the device tree spec. Newer dtc compilers flag this as a warning so lets clean it up. Replaced '_' with '-' to keep things simple. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
5319e0099f
commit
c542c0e33e
28 changed files with 133 additions and 133 deletions
|
@ -7,10 +7,10 @@
|
|||
compatible = "nxp,frdm-kl25z", "nxp,kl25z", "nxp,mkl25z4";
|
||||
|
||||
aliases {
|
||||
adc_0 = &adc0;
|
||||
uart_0 = &uart0;
|
||||
i2c_0 = &i2c0;
|
||||
i2c_1 = &i2c1;
|
||||
adc-0 = &adc0;
|
||||
uart-0 = &uart0;
|
||||
i2c-0 = &i2c0;
|
||||
i2c-1 = &i2c1;
|
||||
};
|
||||
|
||||
chosen {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue