Skip to content

Commit 80ad300

Browse files
mnkpgalak
authored andcommitted
dts: same70: use lower case letter in tc0 reg address
The change removes the following warning: Warning: /soc/tc@4000C000: simple-bus unit address format error, expected "4000c000" Signed-off-by: Piotr Mienkowski <[email protected]>
1 parent 4c85b46 commit 80ad300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/atmel/same70.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
357357

358358
tc0: tc@4000C000 {
359359
compatible = "atmel,sam-tc";
360-
reg = <0x4000C000 0x100>;
360+
reg = <0x4000c000 0x100>;
361361
interrupts = <23 0
362362
24 0
363363
25 0>;

0 commit comments

Comments
 (0)