diff options
| author | Andrew Jeffery <andrew@codeconstruct.com.au> | 2025-12-11 17:45:57 +0900 |
|---|---|---|
| committer | Andrew Jeffery <andrew@codeconstruct.com.au> | 2025-12-14 17:37:18 +0900 |
| commit | e0808393bf81b437eac734edc9d812fd30f12190 (patch) | |
| tree | a797c304349d96de0967bd57d091f7163e49f49f | |
| parent | 41aca6b6d4f6541dbe37b85ef0c59660e538db56 (diff) | |
| download | linux-e0808393bf81b437eac734edc9d812fd30f12190.tar.gz linux-e0808393bf81b437eac734edc9d812fd30f12190.zip | |
ARM: dts: aspeed: g6: Drop clocks property from arm,armv7-timer
The property is not specified by the binding, nor used by the driver.
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
| -rw-r--r-- | arch/arm/boot/dts/aspeed/aspeed-g6.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/aspeed/aspeed-g6.dtsi b/arch/arm/boot/dts/aspeed/aspeed-g6.dtsi index bcb4ebcfcc67..189bc3bbb47c 100644 --- a/arch/arm/boot/dts/aspeed/aspeed-g6.dtsi +++ b/arch/arm/boot/dts/aspeed/aspeed-g6.dtsi @@ -68,7 +68,6 @@ <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>, <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>, <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>; - clocks = <&syscon ASPEED_CLK_HPLL>; arm,cpu-registers-not-fw-configured; always-on; }; |
