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

Message ID 20221020101702.1867188-4-peng.fan@oss.nxp.com
State New
Headers
Series arm64: dts: imx93: nodes fix/update |

Commit Message

Peng Fan (OSS) Oct. 20, 2022, 10:16 a.m. UTC
  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(+)
  

Patch

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 {