Skip to content

Commit 8b4a97f

Browse files
ssekar15kartben
authored andcommitted
dts: arm: ti: mspm0: Set timer node name per datasheet
Set timer node name per datasheet for timg0. Signed-off-by: Saravanan Sekar <[email protected]>
1 parent f672430 commit 8b4a97f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dts/arm/ti/mspm0/g/mspm0g.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
};
2929

3030
soc {
31-
gpt0: timg@40084000 {
31+
timg0: timg@40084000 {
3232
compatible = "ti,mspm0-timer";
3333
reg = <0x40084000 0x2000>;
3434
clocks = <&ckm MSPM0_CLOCK_LFCLK>;

samples/drivers/counter/alarm/boards/lp_mspm0g3507.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
};
1111
};
1212

13-
&gpt0 {
13+
&timg0 {
1414
status = "okay";
1515
counter0: counter {
1616
status = "okay";

0 commit comments

Comments
 (0)