Skip to content

Commit

Permalink
ARM: dts: at91: sama5d2: update tcb compatible
Browse files Browse the repository at this point in the history
Update tcb compatible for SAMA5D2.

Signed-off-by: Claudiu Beznea <[email protected]>
  • Loading branch information
claudiubeznea authored and noglitch committed Feb 22, 2021
1 parent 798c217 commit 06bbfee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/sama5d2.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@
};

tcb0: timer@f800c000 {
compatible = "atmel,at91sam9x5-tcb", "simple-mfd", "syscon";
compatible = "atmel,sama5d2-tcb", "simple-mfd", "syscon";
#address-cells = <1>;
#size-cells = <0>;
reg = <0xf800c000 0x100>;
Expand All @@ -509,7 +509,7 @@
};

tcb1: timer@f8010000 {
compatible = "atmel,at91sam9x5-tcb", "simple-mfd", "syscon";
compatible = "atmel,sama5d2-tcb", "simple-mfd", "syscon";
#address-cells = <1>;
#size-cells = <0>;
reg = <0xf8010000 0x100>;
Expand Down

0 comments on commit 06bbfee

Please sign in to comment.