Skip to content

Commit 94e0279

Browse files
committed
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 <[email protected]>
1 parent f054ba2 commit 94e0279

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

boards/xtensa/intel_s1000_crb/intel_s1000_crb.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
compatible = "intel,s1000";
88

99
aliases {
10-
uart_0 = &uart0;
10+
uart-0 = &uart0;
1111
};
1212

1313
chosen {

dts/xtensa/intel_s1000.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@
9797
#gpio-cells = <2>;
9898
};
9999

100-
pinmux: pinmux@81C30 {
100+
pinmux: pinmux@81c30 {
101101
compatible = "intel,s1000-pinmux";
102-
reg = <0x00081C30 0xC>;
102+
reg = <0x00081c30 0xC>;
103103
};
104104

105105
uart0: uart@80800 {

0 commit comments

Comments
 (0)