From 745d8fdacc53746aec6f551e9dd4c6ccfa46bc18 Mon Sep 17 00:00:00 2001 From: Anson Huang Date: Fri, 18 Nov 2016 22:00:23 +0800 Subject: MLK-13480-2 ARM: dts: imx7ulp: change TPM clock parent to OSC As FIRC may be NOT accurate enough and it also can be disabled when M4 goes into VLPR mode, so using OSC as TMP clock parent is better. Signed-off-by: Anson Huang --- arch/arm/boot/dts/imx7ulp.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/arm/boot/dts/imx7ulp.dtsi') diff --git a/arch/arm/boot/dts/imx7ulp.dtsi b/arch/arm/boot/dts/imx7ulp.dtsi index 2bfbe61b25f2..056363ca4112 100644 --- a/arch/arm/boot/dts/imx7ulp.dtsi +++ b/arch/arm/boot/dts/imx7ulp.dtsi @@ -174,8 +174,6 @@ clocks = <&clks IMX7ULP_CLK_LPTPM5>, <&clks IMX7ULP_CLK_NIC1_BUS_DIV>; clock-names = "per", "ipg"; - assigned-clocks = <&clks IMX7ULP_CLK_LPTPM5>; - assigned-clock-parents = <&clks IMX7ULP_CLK_FIRC>; }; lpit: 1@40270000 { @@ -328,6 +326,8 @@ clock-names = "ckil", "osc", "sirc", "firc", "upll", "mpll"; #clock-cells = <1>; + assigned-clocks = <&clks IMX7ULP_CLK_LPTPM5>; + assigned-clock-parents = <&clks IMX7ULP_CLK_OSC>; }; pcc2: pcc2@403F0000 { -- cgit v1.2.3