MLK-13735 ARM: dtsi: imx7ulp: set the lpuart module clock to 48Mhz
authorAndy Duan <fugang.duan@nxp.com>
Mon, 9 Jan 2017 09:12:56 +0000 (17:12 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:58:20 +0000 (14:58 -0500)
The untrimmed chip firc clock is 50Mhz after manually tuning.
Now the trimmed chip firc clock is stable to 48Mhz, so change
the lpuart module clock rate to 48Mhz.

Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
arch/arm/boot/dts/imx7ulp.dtsi

index de1569a..611eba6 100644 (file)
                        clock-names = "ipg";
                        assigned-clocks = <&clks IMX7ULP_CLK_LPUART7>;
                        assigned-clock-parents = <&clks IMX7ULP_CLK_FIRC>;
-                       assigned-clock-rates = <50000000>;
+                       assigned-clock-rates = <48000000>;
                        dmas = <&edma0 0 24>, <&edma0 0 23>;
                        dma-names = "tx","rx";
                        status = "disabled";