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

ARM: dts: aspeed: ast2600: Set arch timer always-on

According to ASPEED, FTTMR010 is not intended to be used in the AST2600.
The arch timer should be used, but Linux doesn't enable high-res timers
without being assured that the arch timer is always on, so set that
property in the devicetree.

The FTTMR010 device is described by set to disabled.

This fixes highres timer support for AST2600.

Fixes: 2ca5646b5c2f ("ARM: dts: aspeed: Add AST2600 and EVB")
Signed-off-by: Eddie James <eajames@linux.ibm.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>

authored by

Eddie James and committed by
Joel Stanley
c998f40f 977f7e00

+2
+2
arch/arm/boot/dts/aspeed-g6.dtsi
··· 65 65 <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>; 66 66 clocks = <&syscon ASPEED_CLK_HPLL>; 67 67 arm,cpu-registers-not-fw-configured; 68 + always-on; 68 69 }; 69 70 70 71 ahb { ··· 395 394 <&gic GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>; 396 395 clocks = <&syscon ASPEED_CLK_APB1>; 397 396 clock-names = "PCLK"; 397 + status = "disabled"; 398 398 }; 399 399 400 400 uart1: serial@1e783000 {