Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: at91: sama5d2: add TCB GCLK

The sama5d2 tcbs take an extra input clock, their gclk.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20200710230813.1005150-4-alexandre.belloni@bootlin.com

authored by

Alexandre Belloni and committed by
Daniel Lezcano
44f6fa43 d777960e

+6 -6
+6 -6
arch/arm/boot/dts/sama5d2.dtsi
··· 499 499 }; 500 500 501 501 tcb0: timer@f800c000 { 502 - compatible = "atmel,at91sam9x5-tcb", "simple-mfd", "syscon"; 502 + compatible = "atmel,sama5d2-tcb", "simple-mfd", "syscon"; 503 503 #address-cells = <1>; 504 504 #size-cells = <0>; 505 505 reg = <0xf800c000 0x100>; 506 506 interrupts = <35 IRQ_TYPE_LEVEL_HIGH 0>; 507 - clocks = <&pmc PMC_TYPE_PERIPHERAL 35>, <&clk32k>; 508 - clock-names = "t0_clk", "slow_clk"; 507 + clocks = <&pmc PMC_TYPE_PERIPHERAL 35>, <&pmc PMC_TYPE_GCK 35>, <&clk32k>; 508 + clock-names = "t0_clk", "gclk", "slow_clk"; 509 509 }; 510 510 511 511 tcb1: timer@f8010000 { 512 - compatible = "atmel,at91sam9x5-tcb", "simple-mfd", "syscon"; 512 + compatible = "atmel,sama5d2-tcb", "simple-mfd", "syscon"; 513 513 #address-cells = <1>; 514 514 #size-cells = <0>; 515 515 reg = <0xf8010000 0x100>; 516 516 interrupts = <36 IRQ_TYPE_LEVEL_HIGH 0>; 517 - clocks = <&pmc PMC_TYPE_PERIPHERAL 36>, <&clk32k>; 518 - clock-names = "t0_clk", "slow_clk"; 517 + clocks = <&pmc PMC_TYPE_PERIPHERAL 36>, <&pmc PMC_TYPE_GCK 36>, <&clk32k>; 518 + clock-names = "t0_clk", "gclk", "slow_clk"; 519 519 }; 520 520 521 521 hsmc: hsmc@f8014000 {