Skip to content

Commit 740036c

Browse files
committed
ARM: dts: at91: sam9x60: fix tcb bindings
Fix TCB bindings. Fixes: 7b41fba ("ARM: dts: at91: sam9x60: add device tree files") Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
1 parent 59e2799 commit 740036c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

arch/arm/boot/dts/sam9x60.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,8 @@
438438

439439
tcb0: timer@f8008000 {
440440
compatible = "atmel,at91sam9x5-tcb", "simple-mfd", "syscon";
441+
#address-cells = <1>;
442+
#size-cells = <0>;
441443
reg = <0xf8008000 0x100>;
442444
interrupts = <17 IRQ_TYPE_LEVEL_HIGH 0>;
443445
clocks = <&pmc PMC_TYPE_PERIPHERAL 17>, <&clk32k 0>;
@@ -446,6 +448,8 @@
446448

447449
tcb1: timer@f800c000 {
448450
compatible = "atmel,at91sam9x5-tcb", "simple-mfd", "syscon";
451+
#address-cells = <1>;
452+
#size-cells = <0>;
449453
reg = <0xf800c000 0x100>;
450454
interrupts = <45 IRQ_TYPE_LEVEL_HIGH 0>;
451455
clocks = <&pmc PMC_TYPE_PERIPHERAL 45>, <&clk32k 0>;

0 commit comments

Comments
 (0)