dts: intel_s1000: Fix dtc warnings

Fix the following dtc warnings on S1000:

	Warning (simple_bus_reg): /soc/pinmux@81C30: simple-bus unit
	address format error, expected "81c30"

	Warning (alias_paths): /aliases: aliases property name must
	include only lowercase and '-'

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2019-01-25 20:56:48 -06:00 committed by Kumar Gala
commit 94e02794f3
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
compatible = "intel,s1000"; compatible = "intel,s1000";
aliases { aliases {
uart_0 = &uart0; uart-0 = &uart0;
}; };
chosen { chosen {

View file

@ -97,9 +97,9 @@
#gpio-cells = <2>; #gpio-cells = <2>;
}; };
pinmux: pinmux@81C30 { pinmux: pinmux@81c30 {
compatible = "intel,s1000-pinmux"; compatible = "intel,s1000-pinmux";
reg = <0x00081C30 0xC>; reg = <0x00081c30 0xC>;
}; };
uart0: uart@80800 { uart0: uart@80800 {