Arch timer either require clock-frequency property or doesn't need to specify clock at all in DT. In general, frequency can be determined internally and in case of brokern firmwares, need to extend clock-frequency to pass info to driver. Aspeed BMC is the platform which defines clocks property, an invalid entry which can be safely removed. Moreover, clocks also matches incorrectly with the regex pattern. Remove this entry altogether to fix it. 'clocks' does not match any of the regexes: 'pinctrl-[0-9]+' Signed-off-by: Kuldeep Singh <singh.kuldeep87k@xxxxxxxxx> --- arch/arm/boot/dts/aspeed-g6.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/boot/dts/aspeed-g6.dtsi b/arch/arm/boot/dts/aspeed-g6.dtsi index c32e87fad4dc..d5ef9aceb632 100644 --- a/arch/arm/boot/dts/aspeed-g6.dtsi +++ b/arch/arm/boot/dts/aspeed-g6.dtsi @@ -64,7 +64,6 @@ timer { <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; }; -- 2.25.1