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:
Kumar Gala 2018-04-10 11:56:14 -05:00 committed by Kumar Gala
commit c542c0e33e
28 changed files with 133 additions and 133 deletions

View file

@ -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 {