Skip to content

Commit 06bbfee

Browse files
claudiubezneanoglitch
authored andcommitted
ARM: dts: at91: sama5d2: update tcb compatible
Update tcb compatible for SAMA5D2. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
1 parent 798c217 commit 06bbfee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/sama5d2.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@
499499
};
500500

501501
tcb0: timer@f800c000 {
502-
compatible = "atmel,at91sam9x5-tcb", "simple-mfd", "syscon";
502+
compatible = "atmel,sama5d2-tcb", "simple-mfd", "syscon";
503503
#address-cells = <1>;
504504
#size-cells = <0>;
505505
reg = <0xf800c000 0x100>;
@@ -509,7 +509,7 @@
509509
};
510510

511511
tcb1: timer@f8010000 {
512-
compatible = "atmel,at91sam9x5-tcb", "simple-mfd", "syscon";
512+
compatible = "atmel,sama5d2-tcb", "simple-mfd", "syscon";
513513
#address-cells = <1>;
514514
#size-cells = <0>;
515515
reg = <0xf8010000 0x100>;

0 commit comments

Comments
 (0)