[PATCH 3/7] arm64: dts: imx93: add nxp,no-divider for sysctr

Peng Fan (OSS) posted 7 patches 3 years, 5 months ago
[PATCH 3/7] arm64: dts: imx93: add nxp,no-divider for sysctr
Posted by Peng Fan (OSS) 3 years, 5 months ago
From: Peng Fan <peng.fan@nxp.com>

There is no internal '/3' divider in i.MX93 sysctr, so need this
property.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx93.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/freescale/imx93.dtsi b/arch/arm64/boot/dts/freescale/imx93.dtsi
index 0247866fc86b..2d983e6ee734 100644
--- a/arch/arm64/boot/dts/freescale/imx93.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx93.dtsi
@@ -145,6 +145,7 @@ system_counter: timer@44290000 {
 				interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
 				clocks = <&osc_24m>;
 				clock-names = "per";
+				nxp,no-divider;
 			};
 
 			lpi2c1: i2c@44340000 {
-- 
2.37.1